mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 09:09:00 +03:00
Fix event notifications not being delivered due to invalid config reference
This commit is contained in:
parent
917e7e5775
commit
8f10f37d2e
1 changed files with 1 additions and 1 deletions
|
@ -184,6 +184,6 @@ public static class Utils {
|
|||
}
|
||||
|
||||
public static SocketTextChannel? GetEventNotificationChannel(SocketGuild guild) {
|
||||
return guild.GetTextChannel(ParseMention(Boyfriend.GetGuildConfig(guild.Id)["EventCreatedChannel"]));
|
||||
return guild.GetTextChannel(ParseMention(Boyfriend.GetGuildConfig(guild.Id)["EventNotificationChannel"]));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue