diff --git a/utils/commands.py b/utils/commands.py index 42135f4..bf9f10f 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -176,7 +176,7 @@ async def by_id(bot: object, _id: int=None) -> str: data = f'{quote.quote}\n`By: {quote.user}`' else: data = f'{quote.quote}\n`By: {quote.user} and grabbed by {quote.grabber}`' - return await bot.send(content) + return await bot.send(data) except Exception as ex: return await bot.send(ex)