Skip to main content

Guild functions

  • {fetchMembers}: Fetches all members of the guild for later use

    • Example result: <empty>
  • {guildId}: Returns the guild ID

    • Example result: 1
  • {guildName}: Returns the guild name

    • Example result: test
  • {guildNameAcronym}: Returns the guild name acronym generated by Discord which is displayed if no guild icon is set

    • Example result: T
  • {guildCreated}: Displays the timestamp when the guild was created

    • Example result: 1
  • {guildIcon}: Returns the guild icon

    • Arguments:
      • size = "128"
      • extension = "webp"
      • forceStatic = "false"
    • Example result: test?size=16&extension=jpg
      • Using input: {guildIcon;16;jpg}
  • {guildBanner}: Returns the guild banner image

    • Arguments:
      • size = "128"
      • extension = "webp"
      • forceStatic = "false"
    • Example result: test?size=32&extension=webp
      • Using input: {guildBanner;32}
  • {guildSplash}: Returns the guild invite splash image

    • Arguments:
      • size = "128"
      • extension = "webp"
      • forceStatic = "false"
    • Example result: test?size=256&extension=png
      • Using input: {guildSplash;256;png}
  • {guildDiscoverySplash}: Returns the guild discovery splash image

    • Arguments:
      • size = "128"
      • extension = "webp"
      • forceStatic = "false"
    • Example result: test?size=1024&extension=png
      • Using input: {guildDiscoverySplash;1024;png}
  • {guildVanityCode}: Returns the vanity url code

    • Example result: test
  • {guildVanityUses}: Returns the amount of how often the vanity url was used to join the server

    • Example result: 1
  • {guildDescription}: Returns the current guilds description

    • Example result: test
  • {guildFeatures}: Returns all guild features

    • Arguments:
      • separator = "
      • "
    • Example result: AUTO_MODERATION, THREADS_ENABLED_TESTING, THREADS_ENABLED
  • {guildPremiumTier}: Returns the boost level the server has

    • Example result: 1
  • {guildPremiumSubscriptionCount}: Returns the amount of boosts the server has

    • Example result: 1
  • {guildShard}: Returns the TomatenKuchen bot shard ID the guild is on

    • Example result: 1
  • {guildOwner}: Returns the user ID of the server owner

    • Example result: 1
  • {guildRulesChannel}: Returns the channel ID of the server rules channel

    • Example result: 1
  • {guildPublicUpdatesChannel}: Returns the channel ID of the server public updates channel

    • Example result: 1
  • {guildSafetyAlertsChannel}: Returns the channel ID of the server's safety alerts channel

    • Example result: 1
  • {guildWidgetChannel}: Returns the channel ID of the server widget channel

    • Example result: 1
  • {guildPreferredLocale}: Returns the preferred locale of the server

    • Example result: en-US
  • {guildVerified}: Returns the text depending on whether the server is verified or not

    • Arguments:
      • ifTrue = "true"
      • ifFalse = "false"
    • Example result: true
  • {guildPartnered}: Returns the text depending on whether the server is partnered or not

    • Arguments:
      • ifTrue = "true"
      • ifFalse = "false"
    • Example result: false
  • {guildMaxFileSize}: Returns the max file/attachment size limit in MiB of the server

    • Example result: 50
  • {guildAFKChannel}: Returns the channel ID of the servers AFK channel

    • Example result: 1
  • {guildAFKTimeout}: Returns the AFK timeout in seconds of the server

    • Example result: 1
  • {guildVerificationLevel}: Returns the verification level of the server. Use {formatPerm;{guildVerificationLevel}} to get a more human-friendly version

    • Example result: High