No description
Find a file
2022-08-26 13:30:58 +02:00
commands Delete t.txt 2022-03-09 09:03:13 +01:00
data Delete t.txt 2022-03-09 09:03:35 +01:00
DB/schemas Delete t.txt 2022-03-09 09:02:07 +01:00
events Create error.js 2022-03-12 08:23:35 +01:00
functions Delete t.txt 2022-03-09 09:04:19 +01:00
config.js Update config.js 2022-03-09 10:06:56 +01:00
index.js update index.js 2022-03-10 13:45:59 +01:00
package-lock.json Bump mongoose from 6.2.4 to 6.4.6 2022-08-26 08:59:43 +00:00
package.json Bump mongoose from 6.2.4 to 6.4.6 2022-08-26 08:59:43 +00:00
README.md Update README.md 2022-03-10 06:54:51 +01:00

Giveaway Bot

Download

• Clone the repository

git clone https://github.com/Stef-00012/Revolt-Giveaway-Bot.git

• install the required modules

npm i

• fill in the token and mongo uri in the config.js

Token: your bot's token

Uri: your MongoDB url

• start the bot

npm start

or

node --experimental-specifier-resolution=node index.js

Commands

Command Description
Help Gives informations about the commands
Gcreate Creates a giveaway
Gdelete Deletes specified giveaeay
Gedit Edits specified giveaway's time or winners
Gend Ends specified giveaway
Ginfo Fives informations about specified giveaway
Gjoin Lets the user join specified giveaway
Eval Runs given code (owner only)