Welcome to the README of Basic Discord Bot! This bot is crafted to serve the members of The God Empire Discord server with an array of functionalities, paving the way for an engaging community experience.
Before you can run the bot, you need to set up a few things:
- Python 3.8 or newer
- discord.py library
To install discord.py, run the following command:
pip install discord.py
- Go to the Discord Developer Portal.
- Create a new application and name it.
- Under the "Bot" tab, click "Add Bot".
- Under the "TOKEN" section, click "Copy" to get your bot token.
- Enable the necessary Privileged Gateway Intents under the "Bot" section for your bot to function correctly.
- Open
main.py
with your favorite text editor. - Replace
'your_token_here'
with your bot's actual token.
With your token set, you can now run the bot using the following command:
python main.py
- Greet users with the
!hello
command. - Easily expandable command framework.
- Intents enabled for future feature implementation.
If you wish to contribute to the bot's development or suggest new features, feel free to open an issue or submit a pull request.
Distributed under the MIT License. See LICENSE
for more information.
- The God Empire community
- The Discord API
- Python and discord.py library creators and contributors