feat(config): added more config variables
This commit is contained in:
parent
ff23a7a616
commit
e14a713431
2 changed files with 5 additions and 1 deletions
5
config.example.json
Normal file
5
config.example.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"token": "Token",
|
||||
"clientId": "Client ID",
|
||||
"guildId": "Guild ID"
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
TOKEN="Example"
|
Loading…
Reference in a new issue