all repos — stealth-developers @ 5b4e11e209be50e047f45841492df7729088bfa6

bot(roblox): fix ordering
vi did:web:vt3e.cat
Fri, 03 Jul 2026 22:33:00 +0100
commit

5b4e11e209be50e047f45841492df7729088bfa6

parent

177530ec8ef12acd4a8d923b731a77bdf8e3da72

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M apps/bot/src/feats/roblox/user.tsapps/bot/src/feats/roblox/user.ts

@@ -189,8 +189,8 @@ banContainer.addTextDisplayComponents(

new TextDisplayBuilder().setContent( [ isUnbanned - ? `**Banned in ${log.projectName}** - <t:${banTime}:d> (<t:${banTime}:R>)` - : `**Unbanned** from ${log.projectName} - <t:${banTime}:d> (<t:${banTime}:R>)`, + ? `**Unbanned** from ${log.projectName} - <t:${banTime}:d> (<t:${banTime}:R>)` + : `**Banned in ${log.projectName}** - <t:${banTime}:d> (<t:${banTime}:R>)`, `> **${statusLabel}:** ${statusValue}`, `> **Reason:** ${reason}`, `> **Moderator:** [${moderator.displayName || moderator.username}](https://www.roblox.com/users/${moderator.id})`,