[Owner] !set token no longer hidden

This commit is contained in:
Twentysix
2016-07-04 21:27:26 +02:00
parent 57cd3afec9
commit 3bf840e92c
2 changed files with 1 additions and 2 deletions

1
red.py
View File

@@ -375,7 +375,6 @@ def main():
print("and: pip3 install -U git+https://github.com/Rapptz/"
"discord.py@master#egg=discord.py[voice]")
if settings.login_type == "token":
owner_cog._token.hidden = True
try:
yield from bot.login(settings.email)
except TypeError as e: