A TypeScript Discord bot.
A Discord Bot made to use fun commands in your own server.
- BigThank
- Clear
- Help
- Info
- Kick
- Leaderboard
- Ping
- RandomGif
- Source
- Thank
- Usage
npm install
Rename the .env.example file to .env and fill in the variables.
BOT_TOKEN=yourBotToken
DB_USERNAME=dbUser
DB_PASSWORD=dbPassword
DB_NAME=dbName
Start
npm start
Please fork the repository and open up a pull request.