more info when available
This commit is contained in:
@@ -61,6 +61,8 @@ class MentionedScanner(Scanner):
|
||||
names.index(name),
|
||||
name,
|
||||
total_usage=usage_count,
|
||||
transform=lambda id: f" for {mention(id)}",
|
||||
top=len(self.members) != 1,
|
||||
)
|
||||
for name in names
|
||||
]
|
||||
@@ -85,6 +87,6 @@ class MentionedScanner(Scanner):
|
||||
mention(member_id)
|
||||
) + message.content.count(alt_mention(member_id))
|
||||
mentions[mention(message.author)].update_use(
|
||||
count, message.created_at
|
||||
count, message.created_at, member_id
|
||||
)
|
||||
return impacted
|
||||
|
||||
Reference in New Issue
Block a user