moved functions to essentials.py and runescape.py

This commit is contained in:
phixxy 2024-01-18 13:42:48 -08:00
parent 082caff2b7
commit c380d8f1a0
4 changed files with 220 additions and 159 deletions

View file

@ -271,4 +271,4 @@ async def pokedex(ctx):
async def setup(bot):
bot.add_command(pokedex)
bot.add_command(pokemon)
bot.add_command(pokemon)