Parrot
Parrot Bot is your all-in-one Discord utility, offering features like starboards, reminders, giveaways, moderation, coding tools, and games
Install / Use
/learn @rtk-rnjn/ParrotREADME
BOT DOWN
Parrot Discord Bot
Imagine a Discord bot with Mini Ticket System, Moderation tools for admins and lots of fun commands for the users. And International Global Chat.
<p align="center"><img src="https://top.gg/api/widget/servers/800780974274248764.svg"> <img src="https://top.gg/api/widget/upvotes/800780974274248764.svg"> <img src="https://top.gg/api/widget/owner/800780974274248764.svg"></p>
Invite bot with:-
Self Host?
You need to set the environment variables for the bot to work. You can find the tokens and links for the token in .example-env file, and do change the name of file to .env.
You also need to have pm2 installed. To install it, run the following command:
npm install pm2@latest -g
In case you don't have npm installed run the following command to install it:
sudo apt update
sudo apt install nodejs npm
Now you need to install dependencies, to do that run the following command, make sure you have python version 3.11+ installed:
pip install -r requirements.txt
After all that you can run the bot with the following command:
pm2 start pm2.json
