- NodeJS v12 or Above
- npm or yarn
- Create a .env file
- After that, enter a environment value like example below:
DISCORD_TOKEN=YOURTOKEN
OSU_TOKEN=YOUROSUTOKEN
PORT=NUMBERPORT // Optional
- Also you need to install dependecies by doing:
$ npm install
- If everything was done, to run the bot you need to do is:
$ npm start
- Slash commands support
- Handling Component Interaction (Button, Dropdown, etc)