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
3 changed files with 6 additions and 6 deletions
I can feel it, it's getting somewhere!
commit
ed651b41cf
|
|
@ -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
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ const schema = {
|
||||||
nonce: z.string()
|
nonce: z.string()
|
||||||
}),
|
}),
|
||||||
explain: z.object({
|
explain: z.object({
|
||||||
type: z.number()
|
type: z.string()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue