mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
Fix
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = class GuildInfoCommand extends Command {
|
|||||||
return msg.say('This Command requires the `Embed Links` Permission.');
|
return msg.say('This Command requires the `Embed Links` Permission.');
|
||||||
const embed = new RichEmbed()
|
const embed = new RichEmbed()
|
||||||
.setColor(0x00AE86)
|
.setColor(0x00AE86)
|
||||||
.setThumbnail(msg.guild.iconURL)
|
.setThumbnail(msg.guild.iconURL('png', 2048))
|
||||||
.addField('**Name:**',
|
.addField('**Name:**',
|
||||||
msg.guild.name, true)
|
msg.guild.name, true)
|
||||||
.addField('**ID:**',
|
.addField('**ID:**',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "17.2.5",
|
"version": "17.2.6",
|
||||||
"description": "A Discord Bot",
|
"description": "A Discord Bot",
|
||||||
"main": "shardingmanager.js",
|
"main": "shardingmanager.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user