Skip to content

Commit

Permalink
Update reaction-roles.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug6739 authored Dec 1, 2021
1 parent 956cb0b commit 9271fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/Config/reaction-roles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class ReactionRolesCommand extends Command {
let arrayRRAdd = settings.reactionroles;
arrayRRAdd.push({
channelID: channelRRAdd.id,
D: messageRRAdd.id,
messageID: messageRRAdd.id,
emoji:
typeof emoteRRAdd !== "string" && emoteRRAdd.id
? emoteRRAdd.id
Expand Down

0 comments on commit 9271fb7

Please sign in to comment.