/pythonbot

This is a general purpose Discord bot built with Nextcord. The bot is designed to be easily customizable and extendable...

Primary LanguagePythonMIT LicenseMIT

pythonbot

CodeFactor

This is a general purpose Discord bot built with Nextcord(A Python wrapper for the Discord API). The bot is designed to be easily customizable and extendable, with a modular architecture that allows for the addition of new features and commands.

How to setup

Starting the bot

launch your terminal or your Command Prompt .

Before running the bot install all the requirements with this command:

python -m pip install -r requirements.txt

After that you can start it with

python main.py

Contributing

Contributions to the project are welcome! If you have a feature or improvement to suggest, simply open an issue or pull request on GitHub.

License

This bot is released under the MIT License. See the LICENSE.md file for details.

Built With