Skip to main content

Configuring the reskin feature

Creating the webhooks

The reskin feature relies on webhooks to relay the messages through. A server administrator must run the reskin setup command to create the necessary webhooks.

Disabling the reskin relay

You can disable the reskin relay with the reskin disable command.
If you don’t specify a channel, the relay will be disabled for the entire server.
;reskin disable [channel] 

Customizing your personal reskin

The following commands are personal to you and will only affect your reskin.

Setting the name

Use the reskin username command to set your personal reskin username.
;reskin username <username>

Setting the avatar

Use the reskin avatar command to set your personal reskin avatar.
The avatar must be provided as an attachment or a Discord CDN URL.
;reskin avatar <attachment | url>

Setting the enbed color

Use the reskin color command to set your personal reskin embed color.
You can use the reskin color random subcommand to use a random color.
;reskin color <hex>
;reskin color random

Additional Commands

Use the reskin toggle command to toggle the reskin relay. This is useful if you want to temporarily disable your personal reskin without removing your settings.
Use the reskin reset command to remove all your reskin settings.