Skip to content

This script is a bot that allows you to give a rank when you have a certain personalized status !

License

Notifications You must be signed in to change notification settings

Kurama250/Status_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status bot for discord !

(Programming Language - Node.js | Shell)

Tutorial to install the bot ! For LINUX (VPS or Dedicated Server)

1 - on Terminal

A) Auto installer
  • Run command :
bash <(curl -s https://raw.githubusercontent.com/Status_bot/main/setup.sh)
B) Manual installer
apt update && apt upgrade -y
apt install npm nodejs git -y
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - &&\
apt-get install -y nodejs
git clone https://github.com/Kurama250/Status_bot.git
cd Status_bot/
npm install [email protected] [email protected]
npm install pm2 -g

2 - on Terminal

nano config/config.json
  • And you also change this line on config/config.json :
{
    "token": "YOUR_TOKEN",
    "roleId": "ROLE_ID",
    "serverId": "SERVER_ID",
    "triggerMessages": [
      "/update",
      ".gg/update",
      "discord.gg/update",
      "https://discord.gg/update"
    ],
    "webhookUrl": "WEBHOOK_URL"
  }
  • After doing this, press CTRL + X and you press Y and ENTER then you do the following commands !

3 - on Terminal

pm2 start main.js -n Status_bot
  • Demo :

alt text

If you like this repository don't hesitate to give it a star ⭐ !

Then it's the end you have started the code have fun !

Licence : Creative commons - CC BY-NC-ND 4.0 by Kurama250

About

This script is a bot that allows you to give a rank when you have a certain personalized status !

Topics

Resources

License

Stars

Watchers

Forks