Skip to content

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

License

Notifications You must be signed in to change notification settings

amajayasinghe/ivongiveaways

 
 

Repository files navigation

IVON Technologies

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

forthebadge

Invite our Giveaway bot IVON and help us out!

2022 Recap

Developers



Links

Support Server

Licensed Under

Creative Commons CC0 v1.0 Universal

View the license here

Copyright 2022 © All Rights are Reserved

Give us a Star

Readme-Card.png

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

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

Run on Repl.it

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 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

Step 4: Get your japi key

  • Visit japi and get your key
  • Add your key on slash/userinfo.js
const japiRest = new japiRestPkg('Your API Key');

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 Only Giveaway Commands

Interactive Giveaway Creation

Basic Utility Commands

Featured Bonus Entries

Connect with me:

Contributors

GitHub Contributors Image

©️ Project Razer

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Shell 0.3%