Skip to content

๐ŸŽ‰ A simple Discord giveaways bot to suit all of your needs!

License

Notifications You must be signed in to change notification settings

tonyG433/discord-giveaways-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Bot Banner

Discord server bot version License Bot Lib

๐ŸŽ‰ Simple giveaways

This is a bot that provides all the necessary utilities to run a giveaway in Discord. The bot is built on top of my discord.js v14 discord bot template and uses discord-giveaways to handle most of the giveaway stuff.

๐Ÿ’ป Setting the bot up

First, clone this github project

git clone

Next up you will have to install all the dependencies by running

npm install

Then, you are going to create a file with the name config.json. Copy and paste the example bellow.

{
  "token": "BotToken",
  "devs": ["DevId1", "DevId2"],
  "clientId": "BotClientID"
}
  • token - your bot's token, acquired in the developer portal
  • devs - the ID's of the bot developer(s)
  • clientID - The bot's client ID, can be acquired from the developer portal

In order to keep track of the giveaways, discord-giveaways uses a json file. Create a file name giveaways.json and put in an empty array.

[]

You are all set to run the bot now. Have fun!

npm run start

โš ๏ธ Bear in mind that you must be using Node.js v16.9.0 or higher!

๐Ÿ‘ฅ Author and contributors

If you want to be a developer then DM me on Discord (tonyG#0001) or you could contribute directly by Pull Requests. Please note you cannot withdraw the credits, unless you donate me a small sum

๐Ÿ“ License

This project is MIT licensed


Made with โค๏ธ by BotReadmeTemplate

Releases

No releases published

Packages

No packages published