@ -151,7 +151,7 @@ async def random_quote(bot: object) -> str:
content = f'{chosen_one.quote}\n`By: {chosen_one.user}`'
else:
content = f'{chosen_one.quote}\n`By: {chosen_one.user} and grabbed by {chosen_one.grabber}`'
return await bot.send(quote_content)
return await bot.send(content)
except Exception as ex:
return await bot.send(ex)