feat: Basic bot implementation

This commit is contained in:
2024-02-26 13:42:23 +01:00
parent b46e1903cc
commit b23f6ffac6
2 changed files with 13 additions and 0 deletions

3
config.json.example Normal file
View File

@ -0,0 +1,3 @@
{
"token": "your-token-goes-here"
}