MZ Bot v2 for Discord, built with Python!
This repository is owned and actively maintained by XInTheDark (aka Muzhen Gaming).
First created on 25 August 2021, the bot now has a huge variety of commands in a number of categories (e.g. utility, moderation, message processing, entertainment, music, etc.)
Note: This project has been made open source a while ago. The source code is now openly available to any interested persons. We welcome all pull requests and issues.
Hosting MZ Bot is simple. Follow the below steps:
- In the OS environment, add 2 values:
DISCORD_TOKEN
andOPENAI_API_KEY
, for the bot token and OpenAI API Key respectively. *Note: If there isn't an option to add values to the environment, create a file named.env
and put the values in that file. - Run
main.py
. As of discord.py 2.2.0, Python 3.8 or above is required. A working installation of pip is also required. It is recommended that you run the code on a Unix-based environment that has npm or apt installed. - If you're hosting on replit, please read notes_replit.md.
The console log should output most of the needed information.
If you are encountering problems with installation of packages, please run the below commands in order:
pip install -U pip setuptools
pip install -r requirements.txt
If you are still facing other problems, you can open an Issue on GitHub where you will be assisted.