diff options
Diffstat (limited to 'src/main/kotlin/AllModules.kt')
-rw-r--r-- | src/main/kotlin/AllModules.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/kotlin/AllModules.kt b/src/main/kotlin/AllModules.kt index 1626bea..0e10687 100644 --- a/src/main/kotlin/AllModules.kt +++ b/src/main/kotlin/AllModules.kt @@ -2,6 +2,7 @@ package moe.nea.ultranotifier import moe.nea.ultranotifier.commands.Commands import moe.nea.ultranotifier.event.SubscriptionTarget +import moe.nea.ultranotifier.event.TickEvent import moe.nea.ultranotifier.gui.ScreenUtil object AllModules { @@ -9,5 +10,6 @@ object AllModules { ChatStore, Commands, ScreenUtil, + TickEvent, ) } |