We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba02bf commit a072caeCopy full SHA for a072cae
1 file changed
src/ps/commands/randpoke.ts
@@ -6,7 +6,7 @@ export const command: PSCommand = {
6
help: 'Starts a randpoke param search.',
7
syntax: 'CMD',
8
rooms: ['scavengers'],
9
- perms: ['room', 'voice'],
+ perms: 'voice',
10
categories: ['casual'],
11
async run({ message }) {
12
message.reply('!randpoke 2, FE, NatDex' as NoTranslate);
0 commit comments