ivongiveaways
ivongiveaways copied to clipboard
The perfect giveaway and utility bot with slash to host giveaways easily on your server with multiple options and utility commands. Made with discord.js v14
IVON Technologies
The perfect giveaway bot to host giveaways easily on your server build with discord.js
[!CAUTION] We have discontinued updates for this project. IVON is now on a different code base, and currently we do not have any intentions yet to share it.
Invite our Giveaway bot IVON and help us out!
Links
-
-
- Inspired by: ZeroDiscord
Support Server
Licensed Under
Creative Commons CC0 v1.0 Universal
Copyright 2022 © All Rights are Reserved
Give us a Star
Code of Conduct
Please read code of conduct for details on our code of conduct.
You can run the bot in just a few steps! Let me show you how:
Hosting
[!WARNING] This bot needs a Node.js v18+ runtime to function since discord.js version 13 requires node version to function
Step 1: Install the Dependencies:
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
That's all! We Are Done! Now Simply host the Bot!
Run with node
node index.js
Run with pm2
npm install -g pm2@latest
pm2 start --name "ivongiveaways" index.js --watch