mirror of
				https://github.com/Mestima/luna.git
				synced 2025-11-04 02:12:33 +00:00 
			
		
		
		
	codestyle fix
This commit is contained in:
		@ -19,9 +19,7 @@ const InteractionHandler = class {
 | 
			
		||||
        await import(pathToFileURL(curPath).toString()).then(res => {
 | 
			
		||||
          this.commands[res.default.data.name] = { cmd: res.default.data.toJSON(), execute: res.default.execute };
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      return this;
 | 
			
		||||
    } catch(err) {
 | 
			
		||||
      throw err;
 | 
			
		||||
 | 
			
		||||
@ -14,7 +14,6 @@ const APIService = class {
 | 
			
		||||
      await import(pathToFileURL(curPath).toString()).then(res => {
 | 
			
		||||
        this.APIs[res.default.name] = res.default.execute;
 | 
			
		||||
      });
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
    return this;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user