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
|
||||
|
||||
block body
|
||||
.ta-center.wmx5.p48.mx-auto#ok
|
||||
p.mt24.fs-body2= msg
|
||||
#(msg)
|
||||
|
|
|
|||
|
|
@ -237,9 +237,10 @@ block body
|
|||
.s-card.p0
|
||||
ul.my8.ml24
|
||||
each row in removedWrongTypeChannels
|
||||
li: a(href=`https://discord.com/channels/${guild_id}/${row.id}`) (#{row.type}) #{row.name}
|
||||
span |
|
||||
a(href=`/explain?type=${row.type}`) Why?
|
||||
li
|
||||
a(href=`https://discord.com/channels/${guild_id}/${row.id}`) (#{row.type}) #{row.name}
|
||||
span |
|
||||
a(href=rel(`/explain?type=${row.type}`)) Why?
|
||||
h3.mt24 Unavailable channels: Discord bot can't access
|
||||
.s-card.p0
|
||||
ul.my8.ml24
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ const schema = {
|
|||
nonce: z.string()
|
||||
}),
|
||||
explain: z.object({
|
||||
type: z.number()
|
||||
type: z.string()
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue