https://github.com/kurama250/ghost_bot
This bot is used to detect people who ghost message !
https://github.com/kurama250/ghost_bot
bot discord-bot fun ghost nodejs
Last synced: about 1 year ago
JSON representation
This bot is used to detect people who ghost message !
- Host: GitHub
- URL: https://github.com/kurama250/ghost_bot
- Owner: Kurama250
- License: gpl-3.0
- Created: 2023-07-22T23:05:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T00:37:25.000Z (about 1 year ago)
- Last Synced: 2025-04-09T17:05:41.815Z (about 1 year ago)
- Topics: bot, discord-bot, fun, ghost, nodejs
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bot ghost message server 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 :
```shell script
bash <(curl -s https://raw.githubusercontent.com/Kurama250/Ghost_bot/main/setup_bot.sh)
```
B) Manual installer
```shell script
apt update && apt upgrade -y
apt install npm nodejs git
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - &&\
apt-get install -y nodejs
```
```shell script
git clone https://github.com/Kurama250/Ghost_bot.git
cd Ghost_bot/
npm install discord.js@13 fs
npm install pm2 -g
```
## 2 - on Terminal
```shell script
nano config.json
```
## And you also change this line :
```json
"token": "YOUR_TOKEN",
```
After doing this, press CTRL + X and you press Y and ENTER then you do the following commands !
## 3 - on Terminal
```shell script
pm2 start index.js -n Ghost_bot
```
- Demo :

Support on Discord : Discord3>
If you like this repository don't hesitate to give it a star ⭐ !
Then it's the end you have started the bot have fun !