Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple, customizable template for creating a Discord bot using Python and discord.py. This template is designed to help developers quickly set up and build their own bots with a structured, modular, and scalable codebase.

FeaturesInstallationSupport and ContactContribution

Features

soon

Installation

1. Clone the Repository

Clone this repository to your local machine:
git clone https://github.com/SebaProgramista/template-discord-bot
cd template-discord-bot

2. Create a Virtual Environment

It is recommended to create a virtual environment to manage dependencies:
python -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`

3. Install Dependencies

Install the required dependencies using pip:
pip install -r requirements.txt

4. Set Up Environment Variables

Create a config.json file in the root directory and add your Discord bot token:
{
  "BOT_TOKEN": "your-discord-bot-token",
}

5. Run the Bot

Start the bot by running:
python bot.py

You should see a message in the terminal indicating that the bot is connected to Discord and ready to use.

Support and Contact

If you encounter any issues or have ideas for new features, please contact me (discord: mrprofessor_) or open an issue in the GitHub Issues section.

Contribution

We encourage community members to contribute to Eliora! If you have an idea for a new feature or notice a bug, feel free to open an issue or create a pull request.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages