No description
|
|
||
|---|---|---|
| commands | ||
| data | ||
| DB/schemas | ||
| events | ||
| functions | ||
| config.js | ||
| index.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
![]()
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) |