This commit is contained in:
@ -51,7 +51,7 @@ export class ExtendedClient extends Client {
|
||||
}
|
||||
this.on("ready", (client: Client) => {
|
||||
console.log(`Ready processing ${client}`)
|
||||
console.log(`${JSON.stringify(slashCommands)}`)
|
||||
console.log(`SlashCommands: ${JSON.stringify(slashCommands)}`)
|
||||
const guilds = client.guilds.cache
|
||||
this.registerCommands(slashCommands, guilds)
|
||||
})
|
||||
|
Reference in New Issue
Block a user