1. Core Variable Categories
- Guild
- User
- Channel
- Moderator
- Victim
- Level
- Last.fm
| Variable | Output |
|---|---|
guild | The name of the server. |
guild.name | The name of the server. |
guild.id | The unique 18-digit Discord ID of the server. |
guild.owner_id | The unique 18-digit Discord ID of the server owner. |
guild.icon | The direct URL to the server’s icon image. |
guild.banner | The direct URL to the server’s banner image. |
guild.splash | The direct URL to the server’s invite splash image. |
guild.created_at | The date the server was created. |
unix(guild.created_at) | The Unix timestamp of the server creation date. |
guild.count | The total number of members in the server. |
guild.member_count | The total number of members in the server. |
guild.boost_count | The total number of boosts the server has. |
guild.boost_tier | The current boost tier level of the server. |
guild.emoji_count | The total number of emojis in the server. |
guild.role_count | The total number of roles in the server. |
guild.channel_count | The total number of channels in the server. |
guild.text_channel_count | The total number of text channels in the server. |
guild.voice_channel_count | The total number of voice channels in the server. |
guild.category_channel_count | The total number of category channels in the server. |
guild.features | A list of the server’s enabled features. |
2. Frequently Asked Questions
2. 1. Where can I use these variables?
You can use these in any command that has amessage or embed code parameter. This includes automated posts, custom responses, and greeting messages.
2. 2. What happens if I use a variable incorrectly?
If a variable is misspelled (e.g.,{uesr}), @curse will treat it as plain text and won’t replace it with dynamic data. Always double-check your spelling against this guide!