Explorar el Código

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 hace 7 años
padre
commit
b3a9d18a14
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      cogs/selfAssign.py

+ 1
- 1
cogs/selfAssign.py Ver fichero

@@ -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)

Cargando…
Cancelar
Guardar