the first commit

This commit is contained in:
adrianvic 2023-09-21 14:51:06 -03:00
commit d5920470cc
18 changed files with 1887 additions and 0 deletions

5
config.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
token: 'YOUR TOKEN GOES HERE',
clientId: 'YOUR CLIENT ID GOES HERE',
guildId: 'YOUR GUILD GOES HERE'
};