Skip to content

Commit 431646f

Browse files
authored
Removed extra dot
1 parent 49eda39 commit 431646f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/net/javadiscord/javabot/systems/staff_commands/RedeployCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Command that lets staff-members redeploy the bot.
1919
* <p>
2020
* This only works if the way the bot is hosted is set up correctly with a bash script that handles
21-
* compilation and a service set up that automatically restarts the Bot..
21+
* compilation and a service set up that automatically restarts the Bot.
2222
* <p>
2323
* I have explained how we do it in <a href="https://github.com/Java-Discord/JavaBot/pull/330">PR #330</a>.
2424
*/
@@ -61,4 +61,4 @@ public void execute(@NotNull SlashCommandInteractionEvent event) {
6161
event.getJDA().shutdown();
6262
System.exit(0);
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)