Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurama250/trolling_bot
This code is a bot on discord.js@14 which is a semi-troll bot !
https://github.com/kurama250/trolling_bot
discordjs discordv14 fun nodejs shell troll
Last synced: 17 days ago
JSON representation
This code is a bot on discord.js@14 which is a semi-troll bot !
- Host: GitHub
- URL: https://github.com/kurama250/trolling_bot
- Owner: Kurama250
- License: other
- Created: 2024-10-29T23:35:52.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2024-10-30T11:30:57.000Z (18 days ago)
- Last Synced: 2024-10-30T12:27:38.425Z (18 days ago)
- Topics: discordjs, discordv14, fun, nodejs, shell, troll
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Trolling_bot
(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/Trolling_bot/main/setup.sh)
```B) Manual installer
```shell script
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
``````shell script
git clone https://github.com/Kurama250/Trolling_bot.git
cd Trolling_bot/
npm i discord.js && npm i pm2 -g
```
## 2 - on Terminal```shell script
nano config.json
```- And you also change this line :
```json
"token": "YOUR_TOKEN",
"clientId": "YOUR_CLIENT_ID"
```- 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 Trolling_bot --time
```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 !