chylex
chylex
Off the top of my head, assuming you will want to store this in a new table: - Update database schema to create the new table - Bump the schema...
> only trouble is, that doesn't seem to be called on subsequent launches meaning the table wont exist if you're opening an existing db That's why the migration system exists.
The app version is shown in the welcome screen, I don't think it's standard to include the version in the titlebar, but I wouldn't be against it because otherwise the...
That is a limitation of the way DHT saves users. A workaround could be to detect bot messages and register each nickname as a new user, but then it wouldn't...
I'll take a look at how username switching works on Discord's end at some point, and see how easy it would be to support this.
There's quite a few of these status messages. I think for now I'll just exclude them from the tracker, since there's no actual message so all of the different status...
If you're updating your fork, either revert the commit above or add a case for `discordMessage.type === 3` which covers call status messages.
I don't know, I haven't touched HEE 1 in 6 years.
I don't remember. If the compendium doesn't mention any alternatives, then no.
HEE 1 is discontinued and there will be no more updates, ever. HEE 2 is a complete redesign.