diegocasillas / toripolliisi

OUAS's Discord Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, tells jokes, 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 to .env and add your token, owner ID and YouTube API key.

OWNER=1234567890
TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
YOUTUBE=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: !moi or @Toripolliisi moi

License

Toripolliisi is under MIT License.

About

OUAS's Discord Bot

License:MIT License


Languages

Language:JavaScript 100.0%