diff --git a/.vscode/templates.code-snippets b/.vscode/templates.code-snippets index ba96c6d7..193867c3 100644 --- a/.vscode/templates.code-snippets +++ b/.vscode/templates.code-snippets @@ -58,9 +58,9 @@ "import type { Component } from \"@interfaces\";", "\nexport default {", "\tid: \"${1:Name}\"", - "\tasync execute(client, interaction) {" + "\tasync execute(client, interaction) {", "\t\t${3://todo: implement component}", - "\t}" + "\t}", "} as Component<${2:Interaction}>;" ] },