Updates
Release rolling / release (push) Successful in 11m6s

This commit is contained in:
Raven Scott
2026-08-13 12:30:42 -04:00
parent b23cc661a0
commit 657010f953
16 changed files with 311 additions and 38 deletions
@@ -296,6 +296,9 @@ async function run(ctx, argv) {
return
}
if (typeof discordInstallProcessEmitWarning === 'function') {
discordInstallProcessEmitWarning()
}
const loaded = await discordLoadToken(ctx, argv)
await discordHydrateEnvFromFiles(ctx, argv)
const checkOnly =
@@ -419,7 +422,10 @@ async function run(ctx, argv) {
typeof BARE_OS_DISCORD_WHITELIST_DENY === 'string'
? BARE_OS_DISCORD_WHITELIST_DENY
: 'Access denied. Your Discord user id is not on DISCORD_ID_WHITELIST.',
ephemeral: true
flags:
typeof BARE_OS_DISCORD_FLAG_EPHEMERAL === 'number'
? BARE_OS_DISCORD_FLAG_EPHEMERAL
: 64
})
} catch (err) {
ctx.console.error(