Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

This repository is freely available for cloning and serves as a template for creating a Discord bot using BotForge's packages and TypeScript.

License

Notifications You must be signed in to change notification settings

RaviumLabs/ForgeAppTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot Template with BotForge & TypeScript

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.

🚀 Features

  • BotForge Integration
  • TypeScript Support
  • Scalable Structure
  • Easy to Clone & Customize

📂 Project Structure

📦 DiscordAppTemplate
├── 📂 src
│   ├── 📂 App
│   │   └── 📄 example.ts
│   ├── 📂 Commands
│   │   └── 📄 example.ts
│   ├── 📂 Commands
│   │   └── 📄 example.ts
│   └── 📄 index.ts
├── 📄 .env
├── 📄 .gitignore
├── 📄 LICENSE
├── 📄 package.json
├── 📄 README.md
└── 📄 tsconfig.json

🛠️ Installation

  1. Clone the repository:

    git clone https://github.com/Striatp/DiscordAppTemplate.git
    cd DiscordAppTemplate
  2. Install dependencies:

    npm install
  3. Configure the bot:

    • Add your Discord bot token inside a .env file:
    DISCORD_TOKEN=Your_Token_Here
  4. Start the bot:

    npm run start

    Runs the compiled index.ts file.

📝 Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

📜 License

This project is licensed under the MIT License.

About

This repository is freely available for cloning and serves as a template for creating a Discord bot using BotForge's packages and TypeScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published