1 2 3 4 5 6 7 8 9 10 11
package moe.nea.ultranotifier import moe.nea.ultranotifier.commands.Commands import moe.nea.ultranotifier.event.SubscriptionTarget object AllModules { val allModules: List<SubscriptionTarget> = listOf( ChatStore, Commands ) }