Skip to content

Commit

Permalink
* Typo fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Jul 28, 2022
1 parent e637eb1 commit 9b07c6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public void endReceiving() {
.setColor(Color.GREEN)
.setFooter(Data.ADVERTISEMENT, voiceChannel.getGuild().getIconUrl())
.setTitle("Recording finished!")
.build()).setActionRow(new ButtonImpl("ree6RedirctButton","Download here", ButtonStyle.LINK,
.build()).setActionRow(new ButtonImpl("ree6RedirectButton","Download here", ButtonStyle.LINK,
"https://cp.ree6.de/recording?recordId=" + recording.getIdentifier(), false, Emoji.fromCustom("shiba", 941219375535509504L, true))).complete();
}
// Find a way to still notify that the bot couldn't send the audio.
Expand Down

0 comments on commit 9b07c6a

Please sign in to comment.