Browse Source

totes needs cleaning up

tags/v1.5.0
Roxie Gibson 6 years ago
parent
commit
23afac2015
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cogs/gss.py

+ 1
- 1
cogs/gss.py View File

@@ -47,7 +47,7 @@ class GaySoundsShitposting():
time = datetime.datetime.now() - ctx.author.joined_at

if time > datetime.timedelta(days=days) and int(data["score"]) >= required_score:
await member.add_roles(member, selfie_role, reason="Requested Selfie perms")
await member.add_roles(selfie_role, reason="Requested Selfie perms")
await ctx.send("You have now have the {} role".format(selfie_role.name))
else:
return await ctx.send(

Loading…
Cancel
Save