Skip to content

Commit

Permalink
Remove "+pokedex" command
Browse files Browse the repository at this point in the history
The website has not renewed the certs, and the website itself is somewhat dead
  • Loading branch information
MrPowerGamerBR committed Dec 19, 2024
1 parent 2b020ce commit 3c18045
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 118 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import net.perfectdreams.loritta.morenitta.commands.vanilla.magic.*
import net.perfectdreams.loritta.morenitta.commands.vanilla.minecraft.*
import net.perfectdreams.loritta.morenitta.commands.vanilla.misc.*
import net.perfectdreams.loritta.morenitta.commands.vanilla.music.LyricsCommand
import net.perfectdreams.loritta.morenitta.commands.vanilla.pokemon.PokedexCommand
import net.perfectdreams.loritta.morenitta.commands.vanilla.social.*
import net.perfectdreams.loritta.morenitta.commands.vanilla.undertale.UndertaleBattleCommand
import net.perfectdreams.loritta.morenitta.commands.vanilla.undertale.UndertaleBoxCommand
Expand Down Expand Up @@ -144,9 +143,6 @@ class CommandManager(val loritta: LorittaBot) {
commandMap.add(UndertaleBoxCommand(loritta))
commandMap.add(UndertaleBattleCommand(loritta))

// =======[ POKÉMON ]========
commandMap.add(PokedexCommand(loritta))

// =======[ ANIME ]========
// commandMap.add(MALAnimeCommand(loritta))
// commandMap.add(MALMangaCommand(loritta))
Expand Down

This file was deleted.

0 comments on commit 3c18045

Please sign in to comment.