Skip to content

Guild & Channel Context

Server & Guild Transformer ({server}, {guild})

Provides metadata regarding the current Discord server.

Attributes Table

PropertyTypeDescriptionRaw Example
{server} / {server.name}stringServer nameEruptor Music Lounge
{server.id}stringGuild Snowflake ID947967652675072051
{server.memberCount}numberTotal member count1540
{server.icon}stringServer icon URLhttps://cdn.discordapp.com/...
{server.ownerId}stringServer owner Discord Snowflake ID456130838183280651
{server.shardId}numberGateway Shard ID serving this guild0

Text Channel Transformer ({channel})

Provides metadata regarding the text channel where the tag was executed.

Attributes Table

PropertyTypeDescriptionRaw Example
{channel} / {channel.mention}stringChannel mention string<#947967652675072052>
{channel.name}stringText channel namemusic-chat
{channel.id}stringChannel Snowflake ID947967652675072052
{channel.topic}stringChannel topic description24/7 Lofi & Chill

Voice Channel Transformer ({voice})

Provides context for the voice channel the invoking user is currently connected to.

Attributes Table

PropertyTypeDescriptionRaw Example
{voice.name}stringVoice channel nameLounge Voice #1
{voice.id}stringVoice channel Snowflake ID947967652675072055
{voice.userLimit}numberMax users allowed (0 if unlimited)10
{voice.bitrate}numberChannel audio bitrate in bps96000

Example Usage

Server Information Tag

{embed(title):🏰 {server.name}}
{embed(thumbnail):{server.icon}}
{embed(field):Total Members~{server.memberCount}~true}
{embed(field):Active Channel~{channel.name}~true}
{embed(field):Your Voice~{voice.name}~true}
{embed(color):0x5865F2}