diff --git a/src/main/java/tech/nevets/lunarbot/commands/games/CoinCmd.java b/src/main/java/tech/nevets/lunarbot/commands/games/CoinCmd.java index 685480a..1bf3f3d 100644 --- a/src/main/java/tech/nevets/lunarbot/commands/games/CoinCmd.java +++ b/src/main/java/tech/nevets/lunarbot/commands/games/CoinCmd.java @@ -11,7 +11,7 @@ import tech.nevets.lunarbot.commands.ICommand; import java.util.Random; -public class CoindCmd implements ICommand { +public class CoinCmd implements ICommand { @Override public void handle(CommandContext ctx) { @@ -64,4 +64,4 @@ public class CoinCmd extends ListenerAdapter { } } } -**/ \ No newline at end of file +**/