improved response
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user