Proof-of-concept for silent message reports.

This commit is contained in:
Nix Krystik
2026-05-16 04:53:41 +08:00
parent b1801582a7
commit e9c45b1907
2 changed files with 46 additions and 1 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ client.on('interactionCreate', async (interaction) => {
}
});
client.on('ready', async () => {
client.on('clientReady', async () => {
console.log(`Logged in as ${client.user!.tag}!`);
await refreshCommands(client);