Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Fix Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyaacinth committed Apr 15, 2021
1 parent 8073559 commit 490adc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telekinesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ def on_user_info(server,info): # 接收输入
tp_sethome(server,info,command)
elif command[1].lower() == 'delhome': # !!tp delhome <home>
tp_delhome(server,info,command)
if command[1].lower() == 'config': # !!tp config <key>|--list
elif command[1].lower() == 'config': # !!tp config <key>|--list
tp_config(server,info,command,command_lenth)
else:
raise InvalidCommandError
Expand Down

0 comments on commit 490adc7

Please sign in to comment.