Remove the rest of netmodule references
All checks were successful
CI / CI (push) Successful in 16s

This commit is contained in:
SileNce5k 2024-11-01 19:59:27 +01:00
parent cddceda3c5
commit cc149768c1
Signed by: SileNce
GPG key ID: B0A142BB4291B204
3 changed files with 1 additions and 7 deletions

View file

@ -8,8 +8,7 @@ module.exports = {
description: 'List all available commands.',
moreHelp: ["Examples:","`<prefix>help [optional_page]` will return help with a small description for each command",
"`<prefix>help <another_command>` will return help with a more descriptive description",
"The descriptive description isn't available on all commands",
"`<prefix>help netmodules` to display help for netmodules"
"The descriptive description isn't available on all commands"
],
execute({ message, args, prefix, client }) {
let commands = ""