improved response

This commit is contained in:
jsl12
2022-05-11 23:23:57 -05:00
parent de894a67aa
commit 13660bcdc0

View File

@@ -101,7 +101,7 @@ class Kwaylon(Client):
else:
most = df.sort_values('count').iloc[-1]
msg = await self.fetch_message(most)
await message.reply(f'{msg.jump_url}')
await message.reply(f'Most {emoji_ref} in past {days} days\n{msg.jump_url}')
else:
await message.reply(f"NObody (in the past {days} days)...gah, leave me alone!")