help fix
This commit is contained in:
		@@ -4,7 +4,8 @@ export default bot => {
 | 
			
		||||
    f: e => {
 | 
			
		||||
      if(e.args[0] && [...bot._trigger.keys()].includes(e.args[0])) {
 | 
			
		||||
        const help = bot._trigger.get(e.args[0]).help;
 | 
			
		||||
        e.reply(`(WIP) ${help.text}\nusage: ${help.usage}`);
 | 
			
		||||
        if(help.text)
 | 
			
		||||
          e.reply(`${help.text}\nusage: ${help.usage}`);
 | 
			
		||||
      }
 | 
			
		||||
      else {
 | 
			
		||||
        let triggers = [];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user