We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f99112 commit ba84efeCopy full SHA for ba84efe
Mitori-Velocity/src/main/kotlin/xyz/xasmc/mitori/mitorivelocity/MitoriVelocity.kt
@@ -25,7 +25,6 @@ import xyz.xasmc.mitori.satori.event.BaseEvent
25
import xyz.xasmc.mitori.satori.event.guildMember.GuildMemberAddedEvent
26
import xyz.xasmc.mitori.satori.event.guildMember.GuildMemberRemovedEvent
27
import xyz.xasmc.mitori.satori.event.message.MessageCreateEvent
28
-import xyz.xasmc.mitorivelocity.BuildConstants
29
import java.time.Instant
30
import java.util.*
31
Mitori-Velocity/src/main/templates/xyz/xasmc/mitorivelocity/BuildConstants.java renamed to Mitori-Velocity/src/main/templates/xyz/xasmc/mitori/mitorivelocity/BuildConstants.java
@@ -1,4 +1,4 @@
1
-package xyz.xasmc.mitorivelocity;
+package xyz.xasmc.mitori.mitorivelocity;
2
3
// The constants are replaced before compilation
4
public class BuildConstants {
0 commit comments