1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 04:10:59 -05:00

Not sure how it got missed.

This commit is contained in:
toast-ts 2023-08-25 19:51:09 +10:00
parent 0f3f8ea990
commit d4e58ce380

View File

@ -135,11 +135,11 @@ export interface Config {
LRSstart: number, LRSstart: number,
whitelistedServers: Array<string>, whitelistedServers: Array<string>,
MPStatsLocation: { MPStatsLocation: {
main: { mainServer: {
channel: string channel: string
message: string message: string
}, },
second: { secondServer: {
channel: string channel: string
message: string message: string
} }