Skip to content

Commit

Permalink
Merge pull request #193 from mrnothingslee-sudo/patch-2
Browse files Browse the repository at this point in the history
Update GameStateValidator.ts
  • Loading branch information
utarwyn committed Mar 7, 2022
2 parents c54292a + c4a14a8 commit 96ad7a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bot/state/GameStateValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ export default class GameStateValidator {
*/
private static readonly PERM_LIST: PermissionString[] = [
'ADD_REACTIONS',
'MANAGE_MESSAGES',
'READ_MESSAGE_HISTORY',
'SEND_MESSAGES',
'VIEW_CHANNEL'
];
]; // bot doesn't need manage message to delete its own message

/**
* Stores configuration of the module.
Expand Down

0 comments on commit 96ad7a3

Please sign in to comment.