update/add logs and update prefix
This commit is contained in:
1 parent
0495577b3c
commit
2c1d15cfc4
9 files changed
+228
-31
No files matched your search
@@ -3,12 +3,12 @@ const path = require("path");
|
||||
|
||||
/**
|
||||
* Register slash commands for a guild
|
||||
* @param {require("../LPS")} client
|
||||
* @param {require("../structures/LinesPoliceCadBot")} client
|
||||
* @param {string} guild
|
||||
*/
|
||||
module.exports = (client, guild) => {
|
||||
|
||||
let commandsDir = path.join(__dirname, "..", "commands");;
|
||||
let commandsDir = path.join(__dirname, "..", "commands");
|
||||
|
||||
fs.readdir(commandsDir, (err, files) => {
|
||||
if (err) throw err;
|
||||
|
||||
Reference in new issue
Block a user