gf
This commit is contained in:
parent
3448287e36
commit
428818a728
3 changed files with 15 additions and 15 deletions
|
@ -129,10 +129,10 @@ def monthly(v):
|
|||
grant_awards["shit"] = 10
|
||||
grant_awards["gold"] = 10
|
||||
grant_awards["ban"] = 3
|
||||
elif u.patron == 5 or u.patron == 8:
|
||||
grant_awards["shit"] = 10
|
||||
grant_awards["gold"] = 10
|
||||
grant_awards["ban"] = 6
|
||||
# elif u.patron == 5:
|
||||
# grant_awards["shit"] = 10
|
||||
# grant_awards["gold"] = 10
|
||||
# grant_awards["ban"] = 6
|
||||
|
||||
|
||||
for name in grant_awards:
|
||||
|
@ -253,11 +253,11 @@ def badge_grant_post(v):
|
|||
grant_awards["shit"] = 10
|
||||
grant_awards["gold"] = 10
|
||||
grant_awards["ban"] = 3
|
||||
elif badge_id == 25:
|
||||
if user.discord_id: add_role(user, "5")
|
||||
grant_awards["shit"] = 10
|
||||
grant_awards["gold"] = 10
|
||||
grant_awards["ban"] = 6
|
||||
# elif badge_id == 25:
|
||||
# if user.discord_id: add_role(user, "5")
|
||||
# grant_awards["shit"] = 10
|
||||
# grant_awards["gold"] = 10
|
||||
# grant_awards["ban"] = 6
|
||||
|
||||
if len(grant_awards):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue