|
|
@ -176,7 +176,7 @@ async def by_id(bot: object, _id: int=None) -> str:
|
|
|
|
data = f'{quote.quote}\n`By: {quote.user}`'
|
|
|
|
data = f'{quote.quote}\n`By: {quote.user}`'
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
data = f'{quote.quote}\n`By: {quote.user} and grabbed by {quote.grabber}`'
|
|
|
|
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:
|
|
|
|
except Exception as ex:
|
|
|
|
return await bot.send(ex)
|
|
|
|
return await bot.send(ex)
|
|
|
|