We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbc8c1 commit e38bb91Copy full SHA for e38bb91
1 file changed
src/ps/commands/casual.ts
@@ -31,6 +31,7 @@ export const command: PSCommand[] = [
31
help: 'Mishes a person.',
32
syntax: 'CMD [user?]',
33
perms: 'voice',
34
+ rooms: ['indonesia'],
35
categories: ['casual'],
36
async run({ message, arg }) {
37
const targetId = toId(arg);
0 commit comments