feat(config): added more config variables

This commit is contained in:
Seaswimmer 2023-08-21 12:14:53 -04:00
parent ff23a7a616
commit e14a713431
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8
2 changed files with 5 additions and 1 deletions

5
config.example.json Normal file
View file

@ -0,0 +1,5 @@
{
"token": "Token",
"clientId": "Client ID",
"guildId": "Guild ID"
}

View file

@ -1 +0,0 @@
TOKEN="Example"