Matthew
Matthew
I'm not very experienced with the documents and the root of the launchpad, which then I need to dig deeper to understand the logic. But by time I could help...
Having the same issue,
> Interesting to see this. When I was implementing Discord interface from scratch, there were some discussions about differentiating bots by their prefixes, but that time we decided to manage...
Is there any work to actually fix this issue? The solution above me doesn't seem that fitting since it can crash the application if the user declines to give access...
Is this future going to be added one day? Someone found a solution to this?
I solved this issue by adding a variable checking if we should fix is upside down ```diff - for (let i = 0; i < line.length; i++) { - const...
Wouldn't it be better to refactor the whole command system, using if statements to check what command the user is using is too much bloat code, wouldn't it save more...
Won't this break Steams ToS? Due to breaking privacy policies on the user you are trying to get their steam age from. Just try to get it on http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002 otherwise...
I understand, is this data located locally of each gban service or is it globally stored somewhere so it can make assumptions based on the data.
I see, would be interesting to draw a diagram on the whole system for a developer to easily understand the system you've built.