Skip to content

Commit

Permalink
Merge pull request #70 from RezkyRizaldi/v14
Browse files Browse the repository at this point in the history
v1.35.5
  • Loading branch information
RezkyRizaldi authored Dec 1, 2022
2 parents f9fe01f + 35390b4 commit a079ea6
Show file tree
Hide file tree
Showing 62 changed files with 1,027 additions and 1,314 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "borobot",
"version": "1.35.4",
"version": "1.35.5",
"description": "A simple Discord Bot build with Discord.js",
"displayName": "Borobot",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/commands/misc/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ module.exports = {
text: `${client.user.username} | Page ${i + 1} of ${
arr.length
}`,
iconURL: client.user.displayAvatarURL({ dynamic: true }),
iconURL: client.user.displayAvatarURL(),
}),
);

Expand Down
2 changes: 1 addition & 1 deletion src/commands/mod/channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ module.exports = {
name: `${
guild.icon ? '#️⃣ ' : ''
}${guild} Channel Lists (${channels.size.toLocaleString()})`,
iconURL: guild.iconURL({ dynamic: true }) ?? undefined,
iconURL: guild.iconURL() ?? undefined,
})
.setDescriptions(descriptions)
.render();
Expand Down
Loading

0 comments on commit a079ea6

Please sign in to comment.