This commit is contained in:
Twentysix
2016-02-29 13:53:09 +01:00
parent e0aa5eb08a
commit 22514af4d9
6 changed files with 8 additions and 7 deletions

2
red.py
View File

@@ -311,7 +311,7 @@ def wait_for_answer(author):
choice = input("> ")
if choice == "yes":
settings.owner = author.id
print(author.name + " has been set as owner. A restart is required, maybe?")
print(author.name + " has been set as owner.")
lock = False
else:
print("setowner request has been ignored.")