1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-29 18:49:53 +03:00

Move NotificationReceiver into GuildConfiguration

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-06-04 18:58:23 +05:00
parent 806746925e
commit c1179888d5
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
3 changed files with 8 additions and 9 deletions

View file

@ -3,6 +3,11 @@ using System.Globalization;
namespace Boyfriend.Data;
public class GuildConfiguration {
public enum NotificationReceiver {
Interested,
Role
}
public static readonly Dictionary<string, CultureInfo> CultureInfoCache = new() {
{ "en", new CultureInfo("en-US") },
{ "ru", new CultureInfo("ru-RU") },