Преглед изворни кода

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 година
родитељ
комит
b3a9d18a14
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      cogs/selfAssign.py

+ 1
- 1
cogs/selfAssign.py Прегледај датотеку

@@ -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…
Откажи
Сачувај