-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Is your feature request related to a problem? Please describe.
Currently the newest form of the stats command dumps data into the log on startup, let's make it so it's more formatted if possible
[2025-09-11 01:59:20]: LOG Loading Slash command: ping.
[2025-09-11 01:59:20]: LOG Loading Slash command: reboot.
package name: sl-discord-relay
package version: 0.0.2
dependencies: {
'@caspertech/node-metaverse': '^0.8.5',
'@discordjs/builders': '^1.1.3',
'@sapphire/time-utilities': '^1.7.14',
axios: '^1.11.0',
'axios-cache-interceptor': '^1.8.2',
colorette: '^1.3.0',
'discord.js': '^14.22.1',
dotenv: '^17.2.1'
}
[2025-09-11 01:59:20]: LOG Loading Slash command: stats.
[2025-09-11 01:59:20]: LOG Loading Slash command: teleport.
[2025-09-11 01:59:20]: LOG Loading Discord Event: cli
We have a logger utility let's see if we can utilize it here for better logs.