Syntax cleanup

This commit is contained in:
Dominion
2023-04-10 10:06:32 -04:00
parent b0752dc076
commit 52525741f0
@@ -229,7 +229,7 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
{
replyToReference = discordMessage.MessageReference;
allowedMentions = new AllowedMentions(
Parse: new[] // reset settings back to how discord acts if this is not passed (which is different than the default if empty)
Parse: new List<MentionType> // reset settings back to how discord acts if this is not passed (which is different than the default if empty)
{
MentionType.Everyone,
MentionType.Roles,