Merge branch 'new-shard-handler'

This commit is contained in:
Ske
2021-06-08 10:20:59 +02:00
24 changed files with 723 additions and 538 deletions

View File

@@ -155,6 +155,7 @@ namespace PluralKit.Bot {
// "escape hatch", clean up as if we hit X
}
// todo: re-check
if (ctx.BotPermissions.HasFlag(PermissionSet.ManageMessages))
await ctx.Rest.DeleteAllReactions(msg.ChannelId, msg.Id);
}