Skip to content

Discord Bot Template that can be easily used, mainly just made this to stop writing same shit for every bot I manage and make

License

Notifications You must be signed in to change notification settings

RedlineDevs/discord-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot

Minimal Discord bot template I made just because I couldn't be arsed writing the same shit over and over again.

Uses

  • TypeScript
  • TypeORM
  • Discord.js v14
  • SQLite
  • Winston

Setup

Configure .env with Discord API keys.

DISCORD_TOKEN=your_token
DISCORD_GUILD_ID=your_guild_id
DISCORD_CLIENT_ID=your_client_id
NODE_ENV=development

Install dependencies: yarn

Run: yarn dev

Deploy commands: yarn deploy

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Discord Bot Template that can be easily used, mainly just made this to stop writing same shit for every bot I manage and make

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published