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

for serverrole in ctx.message.server.roles: for serverrole in ctx.message.server.roles:
if role == serverrole.id: if role == serverrole.id:
roles.append(serverrole.name) 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) @bot.command(pass_context=True)

Loading…
Cancel
Save