Skip to content

Commit

Permalink
Merge pull request #49 from RezkyRizaldi/v14
Browse files Browse the repository at this point in the history
V1.28.1
  • Loading branch information
RezkyRizaldi authored Nov 13, 2022
2 parents 538bd6a + 4477709 commit df1e332
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "borobot",
"version": "1.28.0",
"version": "1.28.1",
"description": "A simple Discord Bot build with Discord.js",
"displayName": "Borobot",
"bugs": {
Expand Down Expand Up @@ -47,8 +47,8 @@
"change-case": "^4.1.2",
"color-convert": "^2.0.1",
"ctk-anime-scraper": "^3.5.0",
"discord-api-types": "^0.37.16",
"discord-image-generation": "^1.4.14",
"discord-api-types": "^0.37.17",
"discord-image-generation": "^1.4.15",
"discord-together": "^1.3.31",
"discord.js": "^14.6.0",
"distube": "^4.0.4",
Expand All @@ -59,13 +59,13 @@
"images-scraper": "^6.4.1",
"libsodium-wrappers": "^0.7.10",
"math-expression-evaluator": "^1.4.0",
"minecraft-data": "^3.17.0",
"minecraft-data": "^3.18.0",
"moment": "^2.29.4",
"nekos.life": "^3.0.0",
"newsapi": "^2.4.1",
"node-url-shortener": "^2.0.3",
"ordinal": "^1.0.3",
"pagination.djs": "^4.0.5",
"pagination.djs": "^4.0.7",
"pluralize": "^8.0.0",
"qrcode": "^1.5.1",
"roman-numerals-convert": "^1.0.5",
Expand All @@ -76,8 +76,8 @@
"ytdl-core": "^4.11.2"
},
"devDependencies": {
"eslint": "^8.26.0",
"husky": "^8.0.1",
"eslint": "^8.27.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"nodemon": "^2.0.20",
"prettier": "^2.7.1"
Expand Down
6 changes: 3 additions & 3 deletions src/events/distube/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ module.exports = {
* @param {Error} err
*/
async execute(channel, err) {
if (!channel) {
console.error(err);
}
console.error(err);

if (!channel) return;

const { client, guild } = channel;

Expand Down

0 comments on commit df1e332

Please sign in to comment.