Skip to content
Permalink
Browse files
modify bug
  • Loading branch information
hollan84 committed May 14, 2020
1 parent 6ddc2e8 commit ed6cdcc22875427565082bb4d9917b53bd1343e5
Showing 1 changed file with 1 addition and 1 deletion.
@@ -33,7 +33,7 @@ def developer_modify(message):
return "{} is no longer a developer".format(message[2])
else:
return "{} is not a developer at the moment".format(message[2])
if len(message) == 4:
if len(message) >= 4:
if command == "modify_dev":
if database.devs(message[2]):
if message[4] == "true" or message[4] == "false":

0 comments on commit ed6cdcc

Please sign in to comment.