Implemented Generation of Report
This commit is contained in:
2
main.py
2
main.py
@@ -805,7 +805,7 @@ def create_report_embed():
|
|||||||
no_votes = cur.fetchall()
|
no_votes = cur.fetchall()
|
||||||
description = description + "**" + recruit[0] + ":** " + str(recruit[1]) + " Ja, " + str(recruit[2]) + " Nein.\n"
|
description = description + "**" + recruit[0] + ":** " + str(recruit[1]) + " Ja, " + str(recruit[2]) + " Nein.\n"
|
||||||
for no_vote in no_votes:
|
for no_vote in no_votes:
|
||||||
description = description + "Begründung von " + guild.get_member(no_vote[1]).display_name + ": " + no_vote[0]
|
description = description + "Begründung von " + guild.get_member(no_vote[1]).display_name + ": " + no_vote[0] + "\n"
|
||||||
description = description + "\n\n"
|
description = description + "\n\n"
|
||||||
else:
|
else:
|
||||||
description = description + "**" + recruit[0] + ":** " + str(recruit[1]) + " Ja, " + str(recruit[2]) + " Nein.\n"
|
description = description + "**" + recruit[0] + ":** " + str(recruit[1]) + " Ja, " + str(recruit[2]) + " Nein.\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user