Welcome to the Discord Bot Template powered by BotForge and TypeScript! This repository provides a structured and easy-to-use foundation for creating a Discord bot using BotForge's powerful features.
- BotForge Integration
- TypeScript Support
- Scalable Structure
- Easy to Clone & Customize
📦 DiscordAppTemplate
├── 📂 src
│ ├── 📂 App
│ │ └── 📄 example.ts
│ ├── 📂 Commands
│ │ └── 📄 example.ts
│ ├── 📂 Commands
│ │ └── 📄 example.ts
│ └── 📄 index.ts
├── 📄 .env
├── 📄 .gitignore
├── 📄 LICENSE
├── 📄 package.json
├── 📄 README.md
└── 📄 tsconfig.json
-
Clone the repository:
git clone https://github.com/Striatp/DiscordAppTemplate.git cd DiscordAppTemplate
-
Install dependencies:
npm install
-
Configure the bot:
- Add your Discord bot token inside a
.env
file:
DISCORD_TOKEN=Your_Token_Here
- Add your Discord bot token inside a
-
Start the bot:
npm run start
Runs the compiled index.ts file.
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.