add more vulnchatters and gettimeout aliases

This commit is contained in:
2025-11-04 03:16:24 +01:00
parent 3cb3837523
commit a205daacb7
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import { timeoutDuration } from "lib/timeout";
export default new Command({
name: 'gettimeout',
aliases: ['gett', 'gettimeout'],
aliases: ['gett', 'gettimeout', 'releasetime'],
usertype: 'chatter',
execution: async msg => {
const args = parseCommandArgs(msg.messageText);

View File

@@ -3,7 +3,7 @@ import { Command, sendMessage } from "commands";
export default new Command({
name: 'vulnchatters',
aliases: ['vulnchatters', 'vulnc'],
aliases: ['vulnchatters', 'vulnc', 'vc'],
usertype: 'chatter',
execution: async msg => {
const data = await redis.keys('user:*:vulnerable');