mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 11:25:22 +02:00
Fix mentions with nicknames
This commit is contained in:
@ -81,8 +81,6 @@ class DatabaseInterface(object):
|
||||
def get_message_mentions(self, mentions):
|
||||
ments = []
|
||||
for author in mentions:
|
||||
if author.nick:
|
||||
author.name = author.nick
|
||||
ments.append({
|
||||
"username": author.name,
|
||||
"discriminator": author.discriminator,
|
||||
|
Reference in New Issue
Block a user