Woops wrong name

This commit is contained in:
Vortrex
2022-06-16 19:50:00 -05:00
parent 234e50e035
commit ef19191cc9

View File

@@ -114,7 +114,7 @@ class ServerConfigData {
this.introMusicURL = dbAssoc["svr_intro_music"]; this.introMusicURL = dbAssoc["svr_intro_music"];
this.realTimeZone = dbAssoc["svr_time_realtime_timezone"]; this.realTimeZone = dbAssoc["svr_time_realtime_timezone"];
this.discordConfig = { this.discord = {
eventChannelWebHookURL: dbAssoc["svr_discord_event_webhook"], eventChannelWebHookURL: dbAssoc["svr_discord_event_webhook"],
chatChannelWebHookURL: dbAssoc["svr_discord_chat_webhook"], chatChannelWebHookURL: dbAssoc["svr_discord_chat_webhook"],
adminChannelWebHookURL: dbAssoc["svr_discord_admin_webhook"], adminChannelWebHookURL: dbAssoc["svr_discord_admin_webhook"],