added bot.add_command(draw)

This commit is contained in:
phixxy 2024-01-17 18:51:30 -08:00
parent 499daabe96
commit 96b7b63e9b

View file

@ -425,4 +425,5 @@ async def setup(bot):
bot.add_command(reimagine)
bot.add_command(describe)
bot.add_command(change_model)
bot.add_command(lora)
bot.add_command(lora)
bot.add_command(draw)