Fixed bug in moderate
This commit is contained in:
parent
9a2a35e13a
commit
14b8d33494
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue