i dont even know what this PR is supposed to be about anymore, everyone lost the plot somewhere in the middle of act 2 #74

Open
Guzio wants to merge 128 commits from Guzio/out-of-your-element:mergable-fr-fr into main
3 changed files with 6 additions and 6 deletions
Showing only changes of commit ed651b41cf - Show all commits

I can feel it, it's getting somewhere!

Guzio 2026-04-25 23:27:13 +00:00

View file

@ -1,5 +1,4 @@
extends includes/template.pug extends includes/template.pug
block body block body
.ta-center.wmx5.p48.mx-auto#ok #(msg)
p.mt24.fs-body2= msg

View file

@ -237,9 +237,10 @@ block body
.s-card.p0 .s-card.p0
ul.my8.ml24 ul.my8.ml24
each row in removedWrongTypeChannels each row in removedWrongTypeChannels
li: a(href=`https://discord.com/channels/${guild_id}/${row.id}`) (#{row.type}) #{row.name} li
span | a(href=`https://discord.com/channels/${guild_id}/${row.id}`) (#{row.type}) #{row.name}
a(href=`/explain?type=${row.type}`) Why? span |
a(href=rel(`/explain?type=${row.type}`)) Why?
h3.mt24 Unavailable channels: Discord bot can't access h3.mt24 Unavailable channels: Discord bot can't access
.s-card.p0 .s-card.p0
ul.my8.ml24 ul.my8.ml24

View file

@ -40,7 +40,7 @@ const schema = {
nonce: z.string() nonce: z.string()
}), }),
explain: z.object({ explain: z.object({
type: z.number() type: z.string()
}) })
} }