mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
prevent pinging everyone
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user