Disable help for now.

This commit is contained in:
Firepup Sixfifty 2023-11-04 20:55:04 -05:00
parent aedffec6ac
commit 41b4b2d249

View file

@ -330,6 +330,8 @@ def main():
)
elif mfind(message, ["help"]):
if not helpErr:
sendmsg("Command list needs rework", name)
continue
sendmsg("List of commands:", name)
sendmsg(f'Current prefix is "{prefix}"', name)
sendmsg(f"{prefix}help - Sends this help list", name)