Offical Discord Moderation Bot for the Ivirius Community
- Moderation Commands
- Kick
- Ban
- Mute
- Unmute
- Warn
- Purge
- Create Role
- Delete Role
- Create Channel
- Delete Channel
- Edit Channel
mv .env.example .env
Now open the .env
file and add your discord bot TOKEN
to the file.
pip install -r requirements.txt
OR
pipenv install
Linux
python3 main.py
Windows
python main.py
- Change the bot prefix to
>>
- Fix unban command
- Add a command to show the bot's ping
- Add links command to show all the links to all Ivirius Products
- Add Member Count command to show the member count of the server excluding bots
- Fix other commands which are not working
- Remove unused commands
This project is licensed under the MIT License - see the LICENSE file for details