Skip to content

Commit

Permalink
Remove imaginary permission
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshaughnessy committed Apr 12, 2021
1 parent 825a8e6 commit d0de073
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ async function start() {
const perms = discordCh.permissionsFor(discordClient.user);
if (perms.has([
discord.Permissions.FLAGS.MANAGE_MESSAGES,
discord.Permissions.FLAGS.READ_MESSAGES,
discord.Permissions.FLAGS.READ_MESSAGE_HISTORY
])) {
const pins = await discordCh.messages.fetchPinned();
Expand Down

0 comments on commit d0de073

Please sign in to comment.