Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/resynceddesign/giveawaybot/llms.txt

Use this file to discover all available pages before exploring further.

Use /gconfig to view or update your server’s giveaway configuration. Settings include the embed accent color, the emoji shown on the entry button and in the giveaway header, and whether the bot pings @everyone when a new giveaway is posted.

Parameters

All parameters are optional. Run the command with no options to view the current configuration.
color
string
Hex color code for giveaway embeds, e.g. #ff8e4d. Must match the format #RRGGBB (a # followed by exactly six hexadecimal characters). Invalid values are rejected with an error.
emoji
string
Emoji used on the entry button and in the giveaway header text, e.g. 🎊. Can be any Unicode emoji or a custom Discord emoji the bot can access.
everyone
boolean
When set to true, the bot includes a spoiler-tagged @everyone ping in the giveaway message when a new giveaway is created with /gcreate. Defaults to false.

Behavior

Viewing the current config (no options provided): The bot responds with a formatted message listing the current values for all three settings, alongside a preview embed using the server’s configured color:
Guild config:
Color: #ff8e4d
Emoji: 🎊
Ping Everyone: no
Updating settings (one or more options provided): The bot applies each provided option, then responds with “Guild config updated” and a preview embed reflecting the new color. If color is supplied but does not match the required format, the command returns “Invalid color code” and no changes are saved.

Default values

SettingDefault
color#ff8e4d
emoji🎊
everyonefalse
Configuration changes apply to giveaways created after the update. Existing active giveaways are not affected.

Build docs developers (and LLMs) love