diff --git a/commands/games/quiz.js b/commands/games/quiz.js index d0737816..b10642d6 100644 --- a/commands/games/quiz.js +++ b/commands/games/quiz.js @@ -21,7 +21,6 @@ module.exports = class QuizCommand extends commando.Command { if (!message.channel.permissionsFor(this.client.user).hasPermission(['SEND_MESSAGES', 'READ_MESSAGES'])) return; if (!message.channel.permissionsFor(this.client.user).hasPermission('EMBED_LINKS')) return message.say(':x: Error! I don\'t have the Embed Links Permission!'); } - console.log('[Command] ' + message.content); try { const response = await request .get('http://jservice.io/api/random') diff --git a/commands/random/today.js b/commands/random/today.js index 740985e9..40c53857 100644 --- a/commands/random/today.js +++ b/commands/random/today.js @@ -21,7 +21,6 @@ module.exports = class TodayCommand extends commando.Command { if (!message.channel.permissionsFor(this.client.user).hasPermission(['SEND_MESSAGES', 'READ_MESSAGES'])) return; if (!message.channel.permissionsFor(this.client.user).hasPermission('EMBED_LINKS')) return message.say(':x: Error! I don\'t have the Embed Links Permission!'); } - console.log('[Command] ' + message.content); try { const response = await request .get('http://history.muffinlabs.com/date') diff --git a/package.json b/package.json index 80126dd1..7c339c62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "21.1.0", + "version": "21.1.1", "description": "A Discord Bot", "main": "shardingmanager.js", "repository": {