forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-24 19:45:07 +02:00
parent 10871e232f
commit 79eb562e3e
1 changed files with 6 additions and 6 deletions

View File

@ -116,19 +116,19 @@ def monthly(v):
grant_awards = {} grant_awards = {}
if u.patron == 1: if u.patron == 1:
#grant_awards["shit"] = 1 grant_awards["shit"] = 1
grant_awards["gold"] = 1 grant_awards["gold"] = 1
elif u.patron == 2: elif u.patron == 2:
#grant_awards["shit"] = 3 grant_awards["shit"] = 3
grant_awards["gold"] = 3 grant_awards["gold"] = 3
elif u.patron == 3: elif u.patron == 3:
#grant_awards["shit"] = 5 grant_awards["shit"] = 5
grant_awards["gold"] = 5 grant_awards["gold"] = 5
#grant_awards["ban"] = 1 grant_awards["ban"] = 1
elif u.patron == 4: elif u.patron == 4:
#grant_awards["shit"] = 10 grant_awards["shit"] = 10
grant_awards["gold"] = 10 grant_awards["gold"] = 10
#grant_awards["ban"] = 3 grant_awards["ban"] = 3
for name in grant_awards: for name in grant_awards: