Disable help
for now.
This commit is contained in:
parent
aedffec6ac
commit
41b4b2d249
1 changed files with 2 additions and 0 deletions
|
@ -330,6 +330,8 @@ def main():
|
||||||
)
|
)
|
||||||
elif mfind(message, ["help"]):
|
elif mfind(message, ["help"]):
|
||||||
if not helpErr:
|
if not helpErr:
|
||||||
|
sendmsg("Command list needs rework", name)
|
||||||
|
continue
|
||||||
sendmsg("List of commands:", name)
|
sendmsg("List of commands:", name)
|
||||||
sendmsg(f'Current prefix is "{prefix}"', name)
|
sendmsg(f'Current prefix is "{prefix}"', name)
|
||||||
sendmsg(f"{prefix}help - Sends this help list", name)
|
sendmsg(f"{prefix}help - Sends this help list", name)
|
||||||
|
|
Loading…
Reference in a new issue