We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49eda39 commit 431646fCopy full SHA for 431646f
1 file changed
src/main/java/net/javadiscord/javabot/systems/staff_commands/RedeployCommand.java
@@ -18,7 +18,7 @@
18
* Command that lets staff-members redeploy the bot.
19
* <p>
20
* 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..
+ * compilation and a service set up that automatically restarts the Bot.
22
23
* I have explained how we do it in <a href="https://github.com/Java-Discord/JavaBot/pull/330">PR #330</a>.
24
*/
@@ -61,4 +61,4 @@ public void execute(@NotNull SlashCommandInteractionEvent event) {
61
event.getJDA().shutdown();
62
System.exit(0);
63
}
64
-}
+}
0 commit comments