Skip to content

Commit 2903c27

Browse files
committed
docs(config): add note about supplying webhook urls when intending to use custom emotes
1 parent 7500587 commit 2903c27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/src/main/java/me/anutley/dislink/common/config/ChannelPairConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
public class ChannelPairConfig {
3434

3535
@Comment("""
36-
channel-id: The ID of the channel you want chat to be forwarded to/from. This can be any type of thread channelThe URL of the webhook you want the bot to use.
36+
channel-id: The ID of the channel you want chat to be forwarded to/from. This can be any type of thread channel.
3737
webhook-url: The url of the webhook. Given that auto-create-webhooks is enabled in "main.conf" and the bot has MANAGE_WEBHOOKS permissions in the channel, these will be created and saved for you.
38+
Side note: currently due to a Discord limitation, if you want custom emotes to be forwarded you will need to create the webhook yourself (disabling the auto create webhook feature) and paste the URL here, as Discord doesn't allow webhooks to send custom emotes from other servers.
3839
""")
3940
private ChannelConfig firstChannel = new ChannelConfig();
4041

0 commit comments

Comments
 (0)