Apply formatter after local memory refactor

This commit is contained in:
Eyejoker
2026-04-04 03:52:28 +09:00
parent 3dd772c229
commit 54abb5bb4e
16 changed files with 360 additions and 249 deletions

View File

@@ -794,9 +794,7 @@ registerChannel(DISCORD_OWNER_CHANNEL, (opts: ChannelOpts) => {
'owner',
);
if (!token) {
logger.warn(
'Discord: DISCORD_OWNER_BOT_TOKEN not set',
);
logger.warn('Discord: DISCORD_OWNER_BOT_TOKEN not set');
return null;
}
return new DiscordChannel(token, opts, undefined, DISCORD_OWNER_CHANNEL);