Gil

Results 12 comments of Gil

> We should probably refactor our template parsing to return objects, with methods, like `.links()`, like elsewhere in the codebase. That would make a lot of sense actually. Sounds perfect...

https://blog.mozilla.org/l10n/2011/12/14/i18n-vs-l10n-whats-the-diff/

However, we won't be using either. Apprently @KingDGrizzle has some custom system on it already.

I disagree with point 1. STDIN is only captured on the master process as the streams of the workers are only accessible by IPC. I recommend we use IPC in...

I'd like to repeat that the STDIN is not reachable from any shards. This means that you can only listen for incoming commands in the master process, so it's currently...

While this is a good idea, and defo something to work on, simply babysitting un-experienced self-hosters is not a good idea. We're going to have to do some stuff that...

Hello Mike! I'd like to better understand this issue, At step 6, was the bot kicked from the server? At step 8, were the role/admin reassignments only in Discord, or...

Thanks! This is likely caused by GAB remembering your config when kicked: the Server Admin list still contains the old (now deleted) roles. the Server Owner should be able to...

Agreed. Will add this functionality in 4.1. Check the PR for progress: #184