config.js file.
Webhook identity
Override the default username and avatar shown when the webhook posts messages to Discord.Custom username displayed on webhook messages. When set to
null, the webhook uses the username from the message payload.The override is applied to all messages sent through the webhook, including stat notifications and status updates.Custom avatar image URL displayed on webhook messages. When set to
null, the webhook uses the avatar URL from the message payload.Must be a valid image URL (e.g., https://example.com/avatar.png).Example configuration
When you set an override, it applies to all webhook messages, including status updates like “Connected” and “Reconnecting”, not just stat notifications.
Embed colors
Customize the embed border colors for different message types. Colors use hexadecimal format.Color used for positive status messages, including:
- WebSocket connected to gateway
- Stat tracking enabled
#6ab183 (green)Color used for error and warning messages, including:
- Stat tracking disabled
- Authentication errors (missing, invalid, or deleted token)
- Duplicate connection errors
#d85a4b (red)Color used for neutral status messages, including:
- Reconnecting to gateway
#777f8d (gray)Example configuration
You can use any valid hex color code. Use a color picker tool to find hex codes for your preferred colors.
Emojis
Customize the emojis displayed in status message embeds. You can use Discord custom emojis or standard Unicode emojis.Emoji displayed in positive status messages (connected, enabled).Default: Custom green checkmark emoji
Emoji displayed in error and warning messages (disabled, authentication errors).Default: Custom red X emoji
Emoji displayed in neutral status messages (reconnecting).Default: Custom gray checkmark emoji
Using custom Discord emojis
To use a custom emoji from your Discord server:- Type the emoji in any Discord channel with a backslash:
\:emoji_name: - Discord will show the full emoji code:
<:emoji_name:123456789012345678> - Copy this code into your config