Skip to content

The perfect giveaway bot to host giveaways easily on your server

License

Notifications You must be signed in to change notification settings

vsstudios/ivongiveaways

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IVON Technologies

forthebadge ivonbadge

The perfect giveaway bot to host giveaways easily on your server build with discord.js

Links

Licensed Under

Creative Commons IVON v2.0 Universal

View the license here

Copyright 2022 © All Rights are Reserved

Contributions

All contributions are welcomed, it is recommended to create an issue or reply in a comment of an existing issue to let us know what you are working on first, that way we do not overwrite each other.

Code of Conduct

Please read code of conduct for details on our code of conduct.

forthebadge

You can run the bot in just a few steps! Let me show you how:

Hosting

⚠ This bot needs a Node.js v16+ runtime to function since discord.js version 13 requires said node version to function.

Aliter

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 in and other dependencies inside .env

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

Features

Featuring | Slash Commands

Interactive Giveaway Creation

Featured ✨ Bonus Entries

Connect with me:

About

The perfect giveaway bot to host giveaways easily on your server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Shell 0.4%