don't delete health check message
This commit is contained in:
parent
0fd98744db
commit
2b7c3052d4
1 changed files with 0 additions and 1 deletions
|
@ -9,6 +9,5 @@ export default {
|
||||||
category: CommandCategory.Misc,
|
category: CommandCategory.Misc,
|
||||||
run: async (message: MessageCommandContext, args: string[]) => {
|
run: async (message: MessageCommandContext, args: string[]) => {
|
||||||
const msg = await message.reply('Health check success: ' + args.join(' '));
|
const msg = await message.reply('Health check success: ' + args.join(' '));
|
||||||
setTimeout(() => msg?.delete().catch(e => console.error), 5000);
|
|
||||||
}
|
}
|
||||||
} as SimpleCommand;
|
} as SimpleCommand;
|
||||||
|
|
Loading…
Reference in a new issue