Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Fixes response text when removing channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Flash Deviant committed Oct 27, 2019
1 parent ee586b6 commit 8de2c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gabby/Gabby/Modules/ChannelModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public async Task RemoveChannelPair([Remainder] [NotNull] string name)
roleToDelete?.DeleteAsync();

embed = MessageModule.GenerateEmbedResponse(
"I packed up the channel pair you gave me and sent it on it's way, so long! :,)",
"I packed up the channel pair you gave me and sent it on it's way, so long! \uD83D\uDE22",
Color.Green);

await ReplyAsync("", false, embed);
Expand Down

0 comments on commit 8de2c99

Please sign in to comment.