Skip to content

Commit

Permalink
add a couple of semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
uncreativeCultist committed Jul 11, 2024
1 parent b4bcbc0 commit 0909906
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
public class Setpipedcmd extends OwnerCommand
{
public SetpipedCmd(Bot bot)
public SetpipedCmd(Bot bot);
{
this.name = "setpiped";
this.help = "sets the Piped instance's URL";
Expand All @@ -54,7 +54,7 @@ protected void execute(CommandEvent event)
else
{
pipedURL = url;
event.reply(event.getClient().getSuccess()+" Successfully changed Piped URL.")
event.reply(event.getClient().getSuccess()+" Successfully changed Piped URL.");
}
}
}

0 comments on commit 0909906

Please sign in to comment.