-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Soo.. this is the command runner I guess..
module.exports = {
name: 'ping',
description: 'Just a test command',
aliases: [],
guildOnly: false,
args: false,
usage: '',
execute:(message, args, client) => {
Anyways, I have a command that has "await", when I run it in this handler, it says "await" is only valid in async function. I don't know how to turn execute: thing to async run. Please help.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested