add whispering messages, add db connection check, add commands alias

This commit is contained in:
2025-09-12 21:07:17 +02:00
parent aba024b49f
commit 902d6cc6bc
7 changed files with 159 additions and 55 deletions

View File

@@ -4,7 +4,7 @@ import parseCommandArgs from "lib/parseCommandArgs";
export default new Command({
name: 'getcommands',
aliases: ['getcommands', 'getc'],
aliases: ['getcommands', 'getc', 'commands'],
usertype: 'chatter',
disableable: false,
execution: async msg => {