Skip to content

Commit

Permalink
fix missing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jul 22, 2024
1 parent 82b2891 commit 5c076c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/templates.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -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}>;"
]
},
Expand Down

0 comments on commit 5c076c0

Please sign in to comment.