Skip to content

Commit

Permalink
Update staff log perms
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Aug 21, 2024
1 parent 39b74e3 commit 8edf57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/permissions-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default class PermissionManager extends BotComponent {
[this.wheatley.roles.moderators.id]: {
allow: [Discord.PermissionsBitField.Flags.ViewChannel],
},
[this.wheatley.roles.official_bot.id]: {
[this.wheatley.id]: {
allow: [Discord.PermissionsBitField.Flags.ViewChannel],
},
};
Expand Down

0 comments on commit 8edf57c

Please sign in to comment.