Skip to content

Commit a072cae

Browse files
committed
chore: Allow all voices to use randpoke
1 parent 9ba02bf commit a072cae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ps/commands/randpoke.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const command: PSCommand = {
66
help: 'Starts a randpoke param search.',
77
syntax: 'CMD',
88
rooms: ['scavengers'],
9-
perms: ['room', 'voice'],
9+
perms: 'voice',
1010
categories: ['casual'],
1111
async run({ message }) {
1212
message.reply('!randpoke 2, FE, NatDex' as NoTranslate);

0 commit comments

Comments
 (0)