improved response
This commit is contained in:
@@ -101,7 +101,7 @@ class Kwaylon(Client):
|
|||||||
else:
|
else:
|
||||||
most = df.sort_values('count').iloc[-1]
|
most = df.sort_values('count').iloc[-1]
|
||||||
msg = await self.fetch_message(most)
|
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:
|
else:
|
||||||
await message.reply(f"NObody (in the past {days} days)...gah, leave me alone!")
|
await message.reply(f"NObody (in the past {days} days)...gah, leave me alone!")
|
||||||
|
|||||||
Reference in New Issue
Block a user