Skip to content

Frozen-Potato/toripolliisi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Toripolliisi

OUAS's Discord bot

Toripolliisi is a lovely bot that lives in the Discord server of the Oulu University of Applied Sciences. He plays music, greets you, answers your questions and he's learning to do more cool and funny things!

Requirements

  • Node.js >= 8.6.0
  • A Discord application

Installation

Create a Discord application and get your token and ID

Follow this guide to create the application and get your token.

To get your ID, type \@[your-username] in a Discord Chat. You will get a message like this: <@1234567890>.

Example: Your user name is johndoe, so you type \@johndoe and get the following message <@1234567890>. Therefore, your ID is 1234567890.

REMEMBER TO KEEP THE TOKEN SECRET!

Set up the configuration file

Copy .env.example.json to .env.json and add your token and owner ID.

{
    "owner": "1234567890",
    "token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}

Install and run

npm install && npm start

Have fun with Toripolliisi!

To see a list of commands simply type !help or @Toripolliisi help in the server text channel.

Example: !greeting or @Toripolliisi greeting

License

Toripolliisi is under MIT License.

About

OUAS's DIscord Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%