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!
- Node.js >= 8.6.0
- A Discord application
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!
Copy .env.example.json
to .env.json
and add your token and owner ID.
{
"owner": "1234567890",
"token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
npm install && npm start
To see a list of commands simply type !help
or @Toripolliisi help
in the server text channel.
Example: !greeting
or @Toripolliisi greeting
Toripolliisi is under MIT License.