I made this context to support command Editing like if you change bot or other bot command the bot will delete last message, more like undo thing in NSB's
In command object if command return String it automatic send into invoker channel.
ctx- A context object for easy command editing in./const/events.js.message- to accessmessageobject.reply- It's wrapper likechannel#sendbut it will store message object in memory to make it support command Editing.direct- same asctx#replybut it will send to authorDMChannelinstead.isDM- A function to check it's DM Channel or not.bot- to access Bot object.main- to access Main Client object.author- same asmessage.author.member- same asmessage.memberif in guild.users- short way to accessclient#users.channel- to access current Channel Object.channels- short way to accessclient#channels.createdAt- showmessage#createdAt.guild- to access current Guild Object.guilds- short way to accessclient#guilds.isNSFW- to check ifchannel#nsfwtrue or not.react- react author message.delete- a function to delete author message.