Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Turner authored and Nathan Turner committed Sep 6, 2020
2 parents cfacc5a + a5c4f2e commit 4158933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
const discord = require("discord.js");
const token = require("token.json");
const token = require("./token.json");

const client = new discord.Client({disableMentions: "all", partials: ['MESSAGE'], presence: {status: "idle", activity: {name: "discord go by.", type: "WATCHING"}}}, );

Expand Down

0 comments on commit 4158933

Please sign in to comment.