DiscordRichPresence

DiscordRichPresence

1M Downloads

[Suggestion] add more info about custom client id in the documentation.

cloud11665 opened this issue ยท 1 comments

commented
public static ConfigValue<String> CLIENT_ID;
CLIENT_ID = builder.comment("Custom client id, see https://github.com/ErdbeerbaerLP/DiscordRichPresence/wiki/Set-up-custom-Icons-(for-Modpacks) for more info").define("client-id", "511106082366554122");

why not just add a default value in config ?

# custom client id (see https://github.com/ErdbeerbaerLP/DiscordRichPresence/wiki/Set-up-custom-Icons-(for-Modpacks))
# default: 511106082366554122
S:"client-id"=511106082366554122
commented

It wouldnt work, so i hardcoded it and built it myself