An yet another Discord multipurposal bot written in Python.
- Discord Commands Bot
- Description
- Table of Contents
- Key Features
- Installation
- Launch
- Roadmap
- Changelog
- Support
- Contribution
- Contact
- License
- Async-await syntax
- Slash commands partial-ready
- Easy installation, setup
- Use the same bot instance on multiple guilds
- Regularly updates
- Discord - https://discord.com/developers
- Openweather (Optional) - https://openweathermap.org/api
-
Go to Discord Developer Portal.
-
Press New Application.
-
Enter application name and press Create.
-
Go to tab Bot.
-
Reset and Copy bot token.
Obtained keys must be entered while setup the bot through setup.py
.
- Installation of Python 3.8+ - https://www.python.org/downloads/
# Linux/macOS
python3 -m pip install -U nextcord
# Windows
pip install -U nextcord
pip install -r requirements.txt
Manual Installation
- Complete prerequisites.
- Download latest release.
- Launch
setup.py
and complete setup process. - Done. Now you can launch the bot.
Installation via Git
- Complete prerequisites.
- Clone repository using:
git clone https://github.com/r-liner/discord-commands-bot
- Launch
setup.py
and complete setup process. - Done. Now you can launch the bot.
You can run the bot through the start_win.bat
for Windows
or directly through the main.py
.
During run the bot you must see:
- Bot username (format: name#discrim).
- Count of bot servers.
Q4 2024 - Q1 2025:
- Code simplify.
- Add i18n
You can find it here.
❓ If you have a question ask it here.
🐛 If you found a bug have a look at the issue list before you create a new issue. Please provide as much information as possible to help us understand and reproduce your issue.
✨ If you want to request new feature have a look at the issue list before you create it.
If you would like to contribute to this project, fork repository, add your changes and then create pull request. Please ensure that you have thoroughly tested all your changes.
Even if you`re not the programmer, you can contribute to this project by reporting bugs, requesting new features, fixing typos, etc.
If you have a question regarding the project, open new issue.
If your request would contain confidentional information, please send me an email.
Copyright © 2022-2024 liner
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.