diff --git a/commands/wikipedia.js b/commands/wikipedia.js index d2415ac..76eb47b 100644 --- a/commands/wikipedia.js +++ b/commands/wikipedia.js @@ -5,6 +5,7 @@ const {MessageEmbed} = require('discord.js'); module.exports = { name: 'wikipedia', alias: ['wiki'], + description: 'Working Wikipedia!', usage: '<anything>', trusted: 0, execute: async function(bot, username, usernameraw, sender, prefix, args) { diff --git a/index.js b/index.js index 7837757..f05f4a0 100644 --- a/index.js +++ b/index.js @@ -154,7 +154,7 @@ function main() { // allink's chat queue chatQueue = setInterval(function() { try { - if (bot.queue[0]) { + if (bot.queue[0] || bot.queue[0]==='') { try { if (containsIllegalCharacters(bot.queue[0])) { bot.queue.shift(); @@ -389,7 +389,7 @@ function main() { console.log(`Disconnected (${event} event): ${util.inspect(reason)}`); channel.send(`Disconnected (${event} event): ${util.inspect(reason)}`); - let timeout = 1000; + let timeout = 3500; try { if (reason.text) {