Skip to content

Commit

Permalink
Update bot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkeytoes999 authored Oct 21, 2020
1 parent 8b91898 commit 5a6298e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ tdtb.connect();
to: '520394437461803010',
message: imback[Math.floor(Math.random() * imback.length)]
});
bot.joinVoiceChannel("768291368652898365");

});

bot.on('disconnect', function(erMsg, code) {
Expand Down Expand Up @@ -376,6 +376,7 @@ bot.on('messageReactionRemove', function(reaction){


bot.on('message', function (user, userID, channelID, message, evt) {
bot.joinVoiceChannel("768291368652898365");

pfMsgLength = 15;
cussIndexes = [];
Expand Down

0 comments on commit 5a6298e

Please sign in to comment.