summaryrefslogtreecommitdiff
path: root/src/main/kotlin/AllModules.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/AllModules.kt')
-rw-r--r--src/main/kotlin/AllModules.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/kotlin/AllModules.kt b/src/main/kotlin/AllModules.kt
index 0e10687..01cfb36 100644
--- a/src/main/kotlin/AllModules.kt
+++ b/src/main/kotlin/AllModules.kt
@@ -1,6 +1,7 @@
package moe.nea.ultranotifier
import moe.nea.ultranotifier.commands.Commands
+import moe.nea.ultranotifier.datamodel.ChatCategoryArbiter
import moe.nea.ultranotifier.event.SubscriptionTarget
import moe.nea.ultranotifier.event.TickEvent
import moe.nea.ultranotifier.gui.ScreenUtil
@@ -11,5 +12,6 @@ object AllModules {
Commands,
ScreenUtil,
TickEvent,
+ ChatCategoryArbiter,
)
}