chore: Add initial configuration files and code structure
This commit is contained in:
commit
127a7dc87f
13 changed files with 1761 additions and 0 deletions
7
config.example.json
Normal file
7
config.example.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"token": "bot-token",
|
||||
"clientId": "bot-id",
|
||||
"guildId": "server-id",
|
||||
"ownerId": "owner-id",
|
||||
"whitelist": []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue