Fix web page exploding for unlinked guilds

Now it should at least show something, though features
like invite won't work correctly. More work needed.
This commit is contained in:
Cadence Ember 2024-12-28 20:01:27 +13:00
parent 20b575c5f7
commit 0fe02dce22
4 changed files with 90 additions and 6 deletions

View file

@ -29,10 +29,12 @@ const sync = new HeatSync({watchFS: false})
const discord = {
guilds: new Map([
[data.guild.general.id, data.guild.general]
[data.guild.general.id, data.guild.general],
[data.guild.fna.id, data.guild.fna],
]),
guildChannelMap: new Map([
[data.guild.general.id, [data.channel.general.id]],
[data.guild.fna.id, []],
]),
application: {
id: "684280192553844747"