Skip to content

Commit

Permalink
changed emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiao921 committed Sep 17, 2020
1 parent 882504e commit 009d3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHEF/Components/Commands/GiveRole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public async Task GiveRole(
await gUser.AddRoleAsync(nsfwRole);
}

await Context.Message.AddReactionAsync(new Emoji(""));
await Context.Message.AddReactionAsync(Emote.Parse("<:KappaPride:570231271645511692>"));
}
}
else
Expand Down

0 comments on commit 009d3c8

Please sign in to comment.