fmt on src folder

This commit is contained in:
Skillz
2020-08-07 10:13:07 -04:00
parent 602337bc2c
commit 8cf4f137b9
7 changed files with 23 additions and 24 deletions
+5 -1
View File
@@ -104,7 +104,11 @@ export function removeAllReactions(channelID: string, messageID: string) {
}
/** Removes all reactions for a single emoji on this message. Reaction takes the form of **name:id** for custom guild emoji, or Unicode characters. */
export function removeReactionEmoji(channelID: string, messageID: string, reaction: string) {
export function removeReactionEmoji(
channelID: string,
messageID: string,
reaction: string,
) {
if (
!botHasChannelPermissions(channelID, [Permissions.MANAGE_MESSAGES])
) {