#Creating emojis
1 messages · Page 1 of 1 (latest)
Hey! Once your issue is solved, press the button below to close this thread!
# Fetch the image data
async with aiohttp.ClientSession() as session:
async with session.get(image_url) as response:
image_data = await response.read()
# Upload the image as a custom emoji
emoji = await guild.create_custom_emoji(name=name, image=image_data)
return emoji```
keeps saying image isnt an argument when running the command
clearly image is not the argument you need to use then
yes im aware and have now came to another error
o...kay
this seems like your slash command code as a whole is messed up