mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 00:51:37 +01:00
add more vulnchatters and gettimeout aliases
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user