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:
parent
806746925e
commit
c1179888d5
3 changed files with 8 additions and 9 deletions
|
@ -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") },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue