Moved to using an object for execute args
This commit is contained in:
@@ -17,7 +17,7 @@ export = {
|
||||
.setDescription("Get information about the bot")
|
||||
.setDMPermission(false),
|
||||
|
||||
async execute(interaction, client) {
|
||||
async execute({ interaction, client }) {
|
||||
const { default: prettyMs } = await import("pretty-ms")
|
||||
const castedDeps = dependencies as { [key: string]: string }
|
||||
const castedDevDeps = devDependencies as { [key: string]: string }
|
||||
|
||||
Reference in New Issue
Block a user