I can't fucking take it anymore seriously I'm at my limit

This commit is contained in:
Jordan Brown
2020-08-12 23:13:52 -04:00
parent 168bfe86f1
commit 01fec6dd80
@@ -96,6 +96,16 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
if (e.Author.Id == client.CurrentUser.Id)
return;
if (e.Content.Equals("Based on what?", StringComparison.OrdinalIgnoreCase))
{
// DCT: None available
await SendMessage(
e.Channel.Id,
"https://youtu.be/LrNu-SuFF_o",
default)
.ConfigureAwait(false);
}
var pm = e.Channel is IPrivateChannel;
if (!pm && !mappedChannels.Contains(e.Channel.Id))