This commit is contained in:
Daniel Odendahl Jr
2017-05-03 01:28:44 +00:00
parent d43c0f3a2b
commit 5b354942a5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ module.exports = class GuildInfoCommand extends Command {
return msg.say('This Command requires the `Embed Links` Permission.');
const embed = new RichEmbed()
.setColor(0x00AE86)
.setThumbnail(msg.guild.iconURL)
.setThumbnail(msg.guild.iconURL('png', 2048))
.addField('**Name:**',
msg.guild.name, true)
.addField('**ID:**',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "17.2.5",
"version": "17.2.6",
"description": "A Discord Bot",
"main": "shardingmanager.js",
"scripts": {