Skip to content

Commit

Permalink
Migrate "+ppt" and "/jankenpon" to InteraKTions Unleashed
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Sep 9, 2024
1 parent e5bfc15 commit 83a8f9b
Show file tree
Hide file tree
Showing 7 changed files with 175 additions and 218 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package net.perfectdreams.loritta.cinnamon.discord.interactions

import net.perfectdreams.loritta.cinnamon.discord.interactions.commands.CinnamonSlashCommandDeclarationWrapper
import net.perfectdreams.loritta.cinnamon.discord.interactions.vanilla.economy.declarations.SonhosCommand
import net.perfectdreams.loritta.cinnamon.discord.interactions.vanilla.`fun`.declarations.JankenponCommand
import net.perfectdreams.loritta.cinnamon.discord.interactions.vanilla.`fun`.declarations.RateCommand
import net.perfectdreams.loritta.cinnamon.discord.interactions.vanilla.`fun`.declarations.SoundboxCommand
import net.perfectdreams.loritta.cinnamon.discord.interactions.vanilla.`fun`.declarations.TextTransformCommand
Expand Down Expand Up @@ -40,7 +39,6 @@ class PublicLorittaCommands(val languageManager: LanguageManager) {
// ===[ FUN ]===
register(RateCommand(languageManager))
register(TextTransformCommand(languageManager))
register(JankenponCommand(languageManager))
register(SoundboxCommand(languageManager))

// ===[ IMAGES ]===
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class CommandManager(val loritta: LorittaBot) {
var commandMap: MutableList<AbstractCommand> = ArrayList()

init {
commandMap.add(PedraPapelTesouraCommand(loritta))
commandMap.add(VaporondaCommand(loritta))
commandMap.add(QualidadeCommand(loritta))
commandMap.add(VaporQualidadeCommand(loritta))
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ class UnleashedCommandManager(val loritta: LorittaBot, val languageManager: Lang
register(CancelledCommand())
register(HungerGamesCommand(loritta))
register(SummonCommand(loritta))
register(JankenponCommand(loritta))

// ===[ IMAGES ]==
register(ArtCommand(loritta.gabrielaImageServerClient))
Expand Down
Loading

0 comments on commit 83a8f9b

Please sign in to comment.