Skip to content

Commit 27bd95f

Browse files
committed
Couple of cleanups
1 parent 5f9e1fb commit 27bd95f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/java/com/mcmoddev/mmdbot/core/References.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,8 @@ public class References {
6363
*/
6464
public static final String USER_JOIN_TIMES_FILE_PATH = "mmdbot_user_join_times.json";
6565

66+
/**
67+
* The constant STARTUP_TIME.
68+
*/
6669
public static Instant STARTUP_TIME;
6770
}

src/main/java/com/mcmoddev/mmdbot/modules/commands/server/tricks/CmdAddTrick.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import com.jagrosh.jdautilities.command.Command;
44
import com.jagrosh.jdautilities.command.CommandEvent;
5-
import com.mcmoddev.mmdbot.MMDBot;
65
import com.mcmoddev.mmdbot.core.Utils;
76
import com.mcmoddev.mmdbot.utilities.tricks.Tricks;
87

0 commit comments

Comments
 (0)