New alias for !log: !thread
parent
02daa367f8
commit
6e19575ca4
|
@ -106,7 +106,7 @@ module.exports = ({ bot, knex, config, commands, hooks }) => {
|
|||
commands.addInboxServerCommand("logs", "<userId:userId> [page:number]", logsCmd, { options: logCmdOptions });
|
||||
commands.addInboxServerCommand("logs", "[page:number]", logsCmd, { options: logCmdOptions });
|
||||
|
||||
commands.addInboxServerCommand("log", "[threadId:string]", logCmd, { options: logCmdOptions });
|
||||
commands.addInboxServerCommand("log", "[threadId:string]", logCmd, { options: logCmdOptions, aliases: ["thread"] });
|
||||
commands.addInboxServerCommand("loglink", "[threadId:string]", logCmd, { options: logCmdOptions });
|
||||
|
||||
hooks.afterThreadClose(async ({ threadId }) => {
|
||||
|
|
Loading…
Reference in New Issue