Browse Source

Various bug fixes (twitch shilling, config issues with greets and goodbyes. naming issue in admin.py) some small changes to ux and some extra todos.

tags/v0.3.4
roxie 7 years ago
parent
commit
b3a9d18a14
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cogs/selfAssign.py

+ 1
- 1
cogs/selfAssign.py View File

@@ -26,7 +26,7 @@ class selfAssign():
for serverrole in ctx.message.server.roles:
if role == serverrole.id:
roles.append(serverrole.name)
return await self.bot.say(str(roles).strip("[]'"))
return await self.bot.say(str(roles).strip("[]"))


@bot.command(pass_context=True)

Loading…
Cancel
Save