|
|
@ -116,7 +116,8 @@ def payout_users():
|
|
|
|
amount = 0
|
|
|
|
amount = 0
|
|
|
|
for amt in sweep["amount_list"]:
|
|
|
|
for amt in sweep["amount_list"]:
|
|
|
|
amount += int(amt)
|
|
|
|
amount += int(amt)
|
|
|
|
post_webhook(f"Paid out :moneybag: {_aw(_fa(amount))} WOW to `{post.submitter}` for post [{post.id}]({url})")
|
|
|
|
# post_webhook(f"Paid out :moneybag: {_aw(_fa(amount))} WOW to `{post.submitter}` for post [{post.id}]({url})")
|
|
|
|
|
|
|
|
# god damn you eimernase, why'd you ruin this for me? :P
|
|
|
|
|
|
|
|
|
|
|
|
@app.cli.command("add_admin")
|
|
|
|
@app.cli.command("add_admin")
|
|
|
|
@click.argument("username")
|
|
|
|
@click.argument("username")
|
|
|
|