update/add logs and update prefix

This commit is contained in:
SowinskiBraeden committed 2022-03-08 13:27:23 -08:00
1 parent 0495577b3c
commit 2c1d15cfc4
9 files changed
+228 -31

No files matched your search

+2 -2
View File
@@ -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;