Skip to content
Snippets Groups Projects
Unverified Commit c03eed51 authored by kritzl's avatar kritzl Committed by GitHub
Browse files

Update hausgeist.py

parent 64dd54cf
Branches
No related tags found
No related merge requests found
......@@ -401,7 +401,6 @@ async def cmd_giveawaydraw(ctx):
entry_count = len(giveaway_entries)
del giveaway_entries[winner]
await send_me(ctx, f"Es wurde aus {entry_count} Einträgen ausgelost. Und der Gewinner ist... @{winner}", VOTE_COLOR)
#await send_me(ctx, f"{giveaway_entries}", VOTE_COLOR)
else:
await send_me(ctx, "Es muss Einträge geben, damit ein Gewinner gezogen werden kann.", VOTE_COLOR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment