Skip to content

Commit

Permalink
fix: 🐛 vanilla example
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Apr 27, 2022
1 parent 1076e48 commit d818f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/vanilla/main.ts
Expand Up @@ -27,8 +27,8 @@ async function main() {
.use(tokyo)
.use(commonmark)
.use(math)
.use(menu())
.use(slash())
.use(menu)
.use(slash)
.create();

await sleep(2000);
Expand Down

1 comment on commit d818f57

@vercel
Copy link

@vercel vercel bot commented on d818f57 Apr 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.