Skip to content

Commit 6c1fddd

Browse files
committed
fix !helper command
1 parent 59f380b commit 6c1fddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const client = new CookiecordClient(
2323
{
2424
partials: ['REACTION', 'MESSAGE', 'USER', 'CHANNEL'],
2525
allowedMentions: {
26-
parse: ['users'],
26+
parse: ['users', 'roles'],
2727
},
2828
intents: new Intents([
2929
'GUILDS',

0 commit comments

Comments
 (0)