Skip to content

Commit

Permalink
Register interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Aug 9, 2023
1 parent d170cd9 commit 53441ef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import net.perfectdreams.loritta.helper.utils.faqembed.FAQEmbedUpdaterStaffFAQ
import net.perfectdreams.loritta.helper.utils.generateserverreport.PendingReportsListTask
import net.perfectdreams.loritta.helper.utils.tickets.TicketUtils
import net.perfectdreams.loritta.helper.utils.topsonhos.TopSonhosRankingSender
import net.perfectdreams.loritta.morenitta.interactions.InteractionsListener
import net.perfectdreams.loritta.morenitta.interactions.InteractivityManager
import net.perfectdreams.loritta.morenitta.interactions.commands.UnleashedCommandManager
import org.jetbrains.exposed.sql.SchemaUtils
Expand Down Expand Up @@ -103,6 +104,7 @@ class LorittaHelper(val config: LorittaHelperConfig, val fanArtsConfig: FanArtsC
GatewayIntent.GUILD_MESSAGE_REACTIONS
)
.addEventListeners(
InteractionsListener(this),
MessageListener(this),
BanListener(this),
CheckLoriBannedUsersListener(this),
Expand Down

0 comments on commit 53441ef

Please sign in to comment.