Current version: v0.2.1 (Stable)
Discogs is a discord.js bot template that uses the idea of discord.py's Cogs feature and implements it on discord.js
- Typescript (Only)
- Supports only
discord.js
v14+
- Cogs & Cogs Handler
- Typescript Support
- Built-in Permissions Handler, Owner-only command handler, etc
- Customizable Text Interface (using
blessed.js
) for better monitoring logs, etc - Extendable
-
Clone this repo into your local machine using
git clone <REPO_URL/REPO_SSH>
-
Then create a
.env
file on the base folder, here is an example.env
TOKEN="DISCORD_BOT_TOKEN" PREFIX="!" CLIENTID="BOT_CLIENT_ID"
-
Run the bot using
npm run dev
-
For production purposes, build and run the bot using
npm run build && npm run start
Special thanks to @NamVr 🌟