Discontinue config.yml file in favor of class mapping
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
The configuration entries are now mapped in an enum that transfers very well to SnakeYaml's YAML parsing. This is better because we no longer run the risk of entries getting mistyped in classes, or renamed without replacing them everywhere...
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
bot-token: 'MTAxMjUzNzI5MTMwODI4NjAyMw.GWeNuh.00000000000000000000000000000000000000'
|
||||
bot-owner-id: 000000000000000000
|
||||
bot-color: 'PINK'
|
||||
heartbeat-link: 'https://your-heartbeat-api.com/api/push/apikey?status=up&msg=OK&ping='
|
Reference in New Issue
Block a user