Skip to content

Commit

Permalink
set instances to let type variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gcayetano committed Oct 18, 2018
1 parent f597df8 commit 25c0bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require('dotenv').config();
const Discord = require('discord.js');

const instances = [];
let instances = [];

// Initialize Discord Bot
var bot = new Discord.Client();
Expand Down

0 comments on commit 25c0bd4

Please sign in to comment.