feat: Finish bot v1

This commit is contained in:
2024-02-26 14:45:34 +01:00
parent b23f6ffac6
commit 8ac3deace3
12 changed files with 307 additions and 10 deletions

View File

@ -1,3 +1,8 @@
{
"token": "your-token-goes-here"
"token": "your-token-goes-here",
"clientId": "your-application-id-goes-here",
"guildId": "your-server-id-goes-here"
"proxmox-hostname": "your-proxmox-hostname-here"
"proxmox-user": "your-proxmox-user-here"
"proxmox-pass": "your-proxmox-pass-here"
}