diff --git a/src/roles/investigator.py b/src/roles/investigator.py index 4b886c9..e05216e 100644 --- a/src/roles/investigator.py +++ b/src/roles/investigator.py @@ -16,7 +16,7 @@ from src.events import Event INVESTIGATED = UserSet() -@command("id", chan=False, pm=True, playing=True, silenced=True, phases=("day",), roles=("investigator",)) +@command("id", "investigate", chan=False, pm=True, playing=True, silenced=True, phases=("day",), roles=("investigator",)) def investigate(var, wrapper, message): """Investigate two players to determine their relationship to each other.""" if wrapper.source in INVESTIGATED: