[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

View File

@@ -312,7 +312,7 @@ class Owner:
settings.email = token
settings.password = ""
await self.bot.say("Token set. Restart me.")
log.debug("Just converted to a bot account.")
log.debug("Token changed.")
@commands.command()
@checks.is_owner()