aboutsummaryrefslogtreecommitdiff
path: root/commands/serverinfo.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-09-20 09:24:37 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-09-20 09:24:37 -0400
commit85a8f11507c0fb74b67914090bdfe10c361b775e (patch)
treeda8b96c91854df8953da241ccfe9872e8effe496 /commands/serverinfo.js
parent96762ce209415c72e098a78771f80fcc41413280 (diff)
downloadAleeBot-85a8f11507c0fb74b67914090bdfe10c361b775e.tar.gz
AleeBot-85a8f11507c0fb74b67914090bdfe10c361b775e.tar.bz2
AleeBot-85a8f11507c0fb74b67914090bdfe10c361b775e.zip
Removed jail command; Added more activities; Few tweaks
Diffstat (limited to 'commands/serverinfo.js')
-rw-r--r--commands/serverinfo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/serverinfo.js b/commands/serverinfo.js
index 513b1b4..0a2e077 100644
--- a/commands/serverinfo.js
+++ b/commands/serverinfo.js
@@ -24,7 +24,7 @@ module.exports.run = async (client, message) => {
const embed = new Discord.MessageEmbed()
.setAuthor(`${message.guild.name}`, `${message.guild.iconURL()}`)
.setDescription('Server Information')
- .setThumbnail(`${message.guild.iconURL()}`)
+ .setThumbnail(message.guild.iconURL())
.addField('Server Name:', `${message.guild.name}`)
.addField('Server ID:', `${message.guild.id}`)
.addField('Created At:', `${message.guild.createdAt.toUTCString()}`)