Do things

This commit is contained in:
Isaac
2021-02-25 09:58:19 +00:00
parent 653d9dd464
commit a0b1853bff
7 changed files with 22 additions and 37 deletions

View File

@@ -7,7 +7,7 @@ const fs = require('fs');
const { path } = require('../../utils/fs');
/**
* Manages the loading of commands
* Manages the loading and execution of commands
*/
module.exports = class CommandManager {
/**