Przeglądaj źródła

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 lat temu
rodzic
commit
b3a9d18a14
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      cogs/selfAssign.py

+ 1
- 1
cogs/selfAssign.py Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz