UseDocumentation 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.
/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.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 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.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:color is supplied but does not match the required format, the command returns “Invalid color code” and no changes are saved.
Default values
| Setting | Default |
|---|---|
color | #ff8e4d |
emoji | 🎊 |
everyone | false |
Configuration changes apply to giveaways created after the update. Existing active giveaways are not affected.