mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-23 10:19:39 +00:00
add new word option
This commit is contained in:
parent
ff843822dd
commit
57f6d58f45
@ -13,7 +13,7 @@ namespace CompatBot.EventHandlers
|
||||
internal static class PostLogHelpHandler
|
||||
{
|
||||
private const RegexOptions DefaultOptions = RegexOptions.Compiled | RegexOptions.IgnoreCase | RegexOptions.Singleline | RegexOptions.ExplicitCapture;
|
||||
private static readonly Regex UploadLogMention = new Regex(@"\b((?<vulkan>(vul[ck][ae]n(-?1)?))|(?<help>(post|upload|send)(ing)?\s+((a|the|rpcs3('s)?|your|you're|ur|my|full)\s+)*\blogs?))\b", DefaultOptions);
|
||||
private static readonly Regex UploadLogMention = new Regex(@"\b((?<vulkan>(vul[ck][ae]n(-?1)?))|(?<help>(post|upload|send|give)(ing)?\s+((a|the|rpcs3('s)?|your|you're|ur|my|full)\s+)*\blogs?))\b", DefaultOptions);
|
||||
private static readonly SemaphoreSlim TheDoor = new SemaphoreSlim(1, 1);
|
||||
private static readonly TimeSpan ThrottlingThreshold = TimeSpan.FromSeconds(5);
|
||||
private static readonly Dictionary<string, Explanation> DefaultExplanation = new Dictionary<string, Explanation>
|
||||
|
Loading…
Reference in New Issue
Block a user