Skip to content

Commit afd0a54

Browse files
authored
Merge pull request #188 from tjjfvi/fix-helper
Fix !helper command
2 parents ded352d + 6aa285a commit afd0a54

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)