1
0
Fork 0
mirror of synced 2024-06-29 03:30:57 +12:00

Corrected what should be added to the 'author' list

This commit is contained in:
Phxntxm 2016-08-13 17:48:13 -05:00
parent e63bbcd70b
commit b418d91d31

View file

@ -63,7 +63,7 @@ class Core:
fmt['Official Bot Server'] = "https://discord.gg/f6uzJEj"
authors = []
for author_id in config.owner_ids:
authors.append(discord.utils.get(all_members, id=author_id))
authors.append(discord.utils.get(all_members, id=author_id).name)
fmt['Author'] = ", ".join(authors)