Invite our Giveaway bot IVON and help us out!
- Inspired by: ZeroDiscord
Please read code of conduct for details on our code of conduct.
⚠ This bot needs a Node.js v16+ runtime to function since discord.js version 13 requires node version to function.
Aliter
Linux
apt install nodejs npm -y
curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh
chmod 777 nodesource_setup.sh
./nodesource_setup.sh
apt install nodejs -y
npm install
Windows
# https://nodejs.org/en/blog/release/v16.0.0/ get node.js
npm install
Step 2: Obtain a Bot Token From Here
➖
Step 3 : Replace the Token and other dependencies inside .env
Follow the wiki for additional help
TOEKN=Your Token goes here
FOTTERIMG=Your Footer Image Link goes here
THUMBNAIL=Your Thumbnail image link goes here
DCBL=https://cdn.discordapp.com/attachments/477946103287906304/482738675776618497/DBL.png
- Visit japi and get your key
- Add your key on
slash/userinfo.js
const japiRest = new japiRestPkg('Your API Key');
node index.js
npm install -g pm2@latest
pm2 start --name "ivongiveaways" index.js --watch
➖
➖
➖
➖