A Discord BOT for OtakuStan to help manage OtakuStan's discord servers easily and seamlessly.
This Discord Bot helps you to manage various aspects on your discord server, interact with members and have fun with your server members to keep your server ever active.
This is made is Python and python discord library Discord.py
- Python
- Discord.py
Invite Link for Gift Bot will be added soon.
-
Setup
- Create The Bot Class
- Connect To testing servers
- Send First Message
-
Add Commands
- Greetings Command
- Rules Commands
- Member Info Commands
-
Deploy
- Deploy To server
More To be Added soon....
- Clone it on your System
git clone https://github.com/OtakuStan/OS-Discord-Bot.git
- Go to the Working Directory
cd Otakustan_Bot/
- Creating And Activating Virtual Environment
py -m venv env / python3 -m venv env
env/scripts/activate
- Install dependencies
pip installl -r requirements.txt
- Add token
touch lib/bot/token
Add the Token to the token file
- Run the Bot
python os.py
You need to have Discord py installed globally in your System. Add the token to your .env file. Then in the run method of bot file simply initialize token from the environment variable