Skip to content

Commit

Permalink
chore(examples/intent): fix import typo (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sham authored Oct 21, 2022
1 parent 28f5a87 commit 5c7bde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/intent.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Dysnomia = require("@projectdysnomai/dysnomia");
const Dysnomia = require("@projectdysnomia/dysnomia");

// Replace TOKEN with your bot account's token
const bot = new Dysnomia("Bot TOKEN", {
Expand Down

0 comments on commit 5c7bde8

Please sign in to comment.