Skip to content

JadlionHD/yuuda

Repository files navigation

yuuda

GitHub repo size GitHub contributors
Just a simple bot

Requirements

  • NodeJS v12 or Above
  • npm or yarn

Setup

  1. Create a .env file
  2. After that, enter a environment value like example below:
DISCORD_TOKEN=YOURTOKEN
OSU_TOKEN=YOUROSUTOKEN
PORT=NUMBERPORT // Optional
  1. Also you need to install dependecies by doing:
$ npm install
  1. If everything was done, to run the bot you need to do is:
$ npm start

Todo

  • Slash commands support
  • Handling Component Interaction (Button, Dropdown, etc)