Skip to content

Commit

Permalink
Oops added an underscore to BOT TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCat80 committed Aug 12, 2021
1 parent e5b9012 commit f60b1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/applicationCommands.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const Eris = require("eris");
const Constants = Eris.Constants;

// Replace TOKEN with your bot account's token
const bot = new Eris("BOT_TOKEN", {
const bot = new Eris("BOT TOKEN", {
intents: [] //No intents are needed for interactions, but you still need to specify either an empty array or 0
});

Expand Down

0 comments on commit f60b1c0

Please sign in to comment.