We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020f050 commit 2fa7d83Copy full SHA for 2fa7d83
apps/website/docs/guide/02-commands/06-after-function.mdx
@@ -59,9 +59,7 @@ import {
59
60
export const chatInput: ChatInputCommand = async (ctx) => {
61
const id = after(() => {
62
- console.log(
63
- 'This will run after the command has finished executing.',
64
- );
+ console.log('This will run after the command has finished executing.');
65
});
66
67
if (something) {
0 commit comments