import { type CommandContext } from "https://deno.land/x/harmony@v2.6.0/src/commands/command.ts";
Properties
client: CommandClient
The Client object
message: Message
Message which was parsed for Command
author: User
The Author of the Message
optional
member: MemberThe Author of the message as a Member object
channel: TextChannel
The Channel in which Command was used
command: Command
Object of Command which was used
optional
guild: GuildGuild which the command has called