Skip to content

Commit d41b473

Browse files
committed
fix(bots/discord): utility commands not letting users pass requirements
1 parent ed319a4 commit d41b473

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

bots/discord/src/commands/utilities/remind.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default new Command({
1616
type: Command.Type.ChatGuild,
1717
requirements: {
1818
roles: config.utilities?.roles,
19+
mode: 'any',
1920
},
2021
options: {
2122
message: {

bots/discord/src/commands/utilities/unremind.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default new Command({
1212
type: Command.Type.ChatGuild,
1313
requirements: {
1414
roles: config.utilities?.roles,
15+
mode: 'any',
1516
},
1617
options: {
1718
id: {

0 commit comments

Comments
 (0)