aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic.js b/basic.js
index c827bb9..24171bf 100644
--- a/basic.js
+++ b/basic.js
@@ -21,7 +21,7 @@ module.exports = {
else
msg.reply(`Invalid command: ${cmd}`)
} else {
- msg.reply("Available commands:\n\t" + Object.keys(commands).join("\n\t"))
+ msg.reply("Available commands:\n\n" + Object.keys(commands).sort().join(", "))
}
},
},