refactor(bot): remove saving own user ID from ready event, rely on ID in config

This commit is contained in:
spiral 2022-09-06 09:52:37 +00:00
parent aeb6411b6c
commit 9303dbb91e
No known key found for this signature in database
GPG key ID: 244A11E4B0BCF40E
17 changed files with 51 additions and 69 deletions

View file

@ -1,7 +1,8 @@
{
"PluralKit": {
"Bot": {
"Token": "BOT_TOKEN_GOES_HERE"
"Token": "BOT_TOKEN_GOES_HERE",
"ClientId": 466707357099884544,
},
"Database": "Host=localhost;Port=5432;Username=myusername;Password=mypassword;Database=mydatabasename"
}