prevent pinging everyone

This commit is contained in:
13xforever
2020-07-31 22:52:33 +05:00
parent 368b5a7d21
commit c2ae683434
3 changed files with 6 additions and 4 deletions

View File

@@ -84,6 +84,8 @@ namespace CompatBot
public static double GameTitleMatchThreshold => config.GetValue(nameof(GameTitleMatchThreshold), 0.57);
public static byte[] CryptoSalt => Convert.FromBase64String(config.GetValue(nameof(CryptoSalt), ""));
internal static readonly IMention[] AllowedMentions = { UserMention.All };
internal static string CurrentLogPath => Path.GetFullPath(Path.Combine(LogPath, "bot.log"));
public static string GoogleApiConfigPath