A Discord bot written in Python for PixelShield.
To use pixelshield
, you need to have Python 3.6 or above installed on your system. Follow these steps to run the bot:
-
Clone the repository:
git clone https://github.com/a3ro-dev/pixelshield
-
Install the required packages:
pip install -r requirements.txt
-
Set up your Discord bot:
- Create a new Discord application on the Discord Developer Portal.
- Add a bot to your application.
- Copy the bot token.
-
Configure the bot:
- Open the
discordConfig.py
file in theconfiguration
directory using a text editor.
- Open the
To run the pixelshield
bot, use the following command:
python pixelshield.py
- Moderation commands: kick, ban, mute, etc.
- Authentication commands: register
- Catalogue command: catalogue
- Utility commands: Server info, member info, ping, etc.
- discord
- jishaku
- discord-pretty-help
- qrcode
- pillow
- bhimupipy
- platform
Contributions are welcome! If you have any suggestions or find any issues, please create a new issue or submit a pull request.
This project is licensed under the terms of the MIT license.