-
Notifications
You must be signed in to change notification settings - Fork 42
[RFC] Possibly new config #109
Comments
This is a good idea but maybe if you acctually updated the wiki with a bit more detail on where things go and such it would better... or you could make this website work better https://wip.discordintegration.net/config/generator |
good idea in your exemple, le third "relays" element doesn't have "type", so what is its use ? |
@MyNameBeMrRandom @andrelec1 |
@chikachi Yes the only reason i use that config gen is because 1) Im a noob and 2) The Mods Wiki hasnt been updated |
@MyNameBeMrRandom |
The new Config is fine... I just think the Wiki needs more work. I'm a programmer, I understand JSONs... most people don't though. Granted, it took me a dozen attempts at editing it to get it to work. Make a SIMPLE example: Then a second example adding onto the first example with some commands and permissions... OH!!! And run the examples through https://jsonlint.com/ ! Right now, if you copy-paste them and JUST remove the comments, they fail! This is what a lot of people are doing. There's a lot of hanging commas on the last elements. |
That is what i meant ^^^ |
To help people out and because it took me a while to figure it out. Here is my config script. https://pastebin.com/3BvBJMnP |
@DemonseedElite OMG IT WORKED THANKS! |
Glad my example was able to get you up and running finally MrRandom 😁 |
I help some one else on discord, and i note the fact that people link their config without removing their discord token ... and i think this is a security issue ! maybe think to cut the config in two file, like "relays" in file and general + token in another ... so people juste links their "relais" file for asking help ... |
With so many people having issues with the new config I'm thinking if a rethinking of the config would be the best way to go?
I'm thinking of a setup where you define the relays you want with
from
andto
.That will remove the whole fallback logic, so the relays you define is the relays you get.
Maybe something along these lines
The text was updated successfully, but these errors were encountered: