Skip to content

This is a template for creating a Discord bot using Discord.py

License

Notifications You must be signed in to change notification settings

a3ro-dev/discord-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot Template

This is a template for creating a Discord bot using Python.

Features

  • Easy to use and customize.
  • Built-in structure cloning
  • Support for various Discord APIs and libraries.
  • Modular structure for adding new features.
  • Automatic Dependency Installation.

Prerequisites

  • Python 3.x installed on your machine.
  • Discord API token. (You can obtain it by creating a new bot on the Discord Developer Portal)

Installation

  1. Clone this repository to your local machine.
  2. Update the necessary configuration variables in config.py and feel free to add more accordingly.
  3. Run the bot using the following command:
    python main.py
    
  4. Update the code and add new features as needed, also update the requirements.txt file if you add new dependencies.

Usage

  • Invite the bot to your Discord server using the OAuth2 URL generated in the Discord Developer Portal.
  • Use the bot's commands to interact with it.

Contributing

Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published