Fixed bug in moderate

This commit is contained in:
phixxy 2023-07-16 23:28:59 -07:00
parent 9a2a35e13a
commit 14b8d33494

View file

@ -55,7 +55,7 @@ bot = commands.Bot(command_prefix='!', intents=intents)
brief="Moderation Tools"
)
async def moderate(ctx, filename):
await upload_ftp("blank_image.png", os.getenv('ftp_ai_webpage'), filename)
await upload_ftp("blank_image.png", os.getenv('ftp_ai_images'), filename)
output = "Image " + filename + " replaced"
await ctx.send(output)