This repository is the source code of the Discord bot "Shiba-Security". This bot is pretty useful against Discord trolls.
These steps will allow you to have a copy of the project up and running on your local machine for development and testing purposes. See Deployment for notes on how to deploy your project to a live system.
- Clone this repository.
- Install MeCab.
MeCab 3. Install pip liblary.
pip install -r requirements.txt
- Make
.env
file.
DISCORD_TOKEN="Your token"
PREFIX="s!(It is exsample.)"
DISCORD_APP_ID="Your bot's application ID"
ADMIN_USER="Your client ID"
GUILD_ID="Your guild ID"
- Install bot your server
Run this script.
python -m pdb main.py
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- @sibapybot
- @yuito-it (Remix) See also the list of contributors who participated in this project.
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details.
- Hat tip to anyone whose code was used
- Inspiration
- etc