Framenomy V3.6.2.1

Open-source economy bot framework(kinda.. I never made a framework before)
Default prefix : e!
Make command in a few line, including help message!
{
names:['example','ex'], //You can even have short names!
code: async (input) => { //Ful documentation of "input" argument below
console.log(`Example command executed`);
},
desc:'Example command!', //Display in e!help <command>
syntax:[1]
//[0] Require mentioning user, 0 = No | 1 = Optional | 2 = Yes
//[1...] Syntax, like {name:'Reason','require':1}, require is same as above.
}
PUAC Explaination
This project use my another API, PUAC or Prefixed User Action Command
Which process raw command from user into instant usable argument, which is "input" in every commands!
Data inside it :
{
target:[Object object] //User information, will return executor itself if no user mentioned
param:'hmm nice' //return string after the command and ping, in this case I typed fx!test @Orbit hmm nice
}
Default help message can be configured under help command code at command "defaultHelp".
Copyright 5UP3R_D1N inc.**
**Discord : 5UPER_DIN#3934
Mention me if you have any problem