chore(bot): format

This commit is contained in:
asleepyskye 2025-07-16 12:01:01 -04:00
parent 3ad28eb15f
commit c5e5c5a1f1

View file

@ -92,7 +92,7 @@ public class Context
if (embed != null && !botPerms.HasFlag(PermissionSet.EmbedLinks))
throw new PKError("PluralKit does not have permission to send embeds in this channel. Please ensure I have the **Embed Links** permission enabled.");
if (files != null && !botPerms.HasFlag(PermissionSet.AttachFiles))
throw new PKError("PluralKit does not have permission to attach files in this channel. Please ensure I have the **Attach Files** permission enabled.");