Get started with Peachy now 🍑
PEACHYPEACHY
Guild

Guild Info

The `guildinfo` command fetches detailed information about a guild and generates an invite link. This command is for developers only.

Command Details

  • Name: guildinfo
  • Aliases: ginfo
  • Category: Guild
  • Description: Fetches detailed information about a guild and creates an invite link.
  • Usage: guildinfo <guild_id>
  • Examples:
    • guildinfo 123456789012345678
  • Cooldown: 3 seconds
  • Arguments:
    • guild_id: The ID of the guild you want information about.
  • Slash Command: Disabled
  • Permissions:
    • Bot: SendMessages, ViewChannel, EmbedLinks, CreateInstantInvite
    • User: Developer only
  • Player Requirements: None

Functionality

  • Retrieves guild details using:
    this.client.guilds.cache.get(args[0]);