more file reorganization, moved all events from index.js to events folder in seperate scripts
This commit is contained in:
parent
943c39a0bb
commit
1b03b8ca15
9 changed files with 29 additions and 134 deletions
|
@ -23,7 +23,7 @@ module.exports = {
|
|||
const msg = msgnoprefix.slice(0, 2000);
|
||||
|
||||
if (msg !== "") {
|
||||
fs.appendFileSync("../pepperbot/src/data/guildmembers.log", msg + "\n");
|
||||
fs.appendFileSync("../pepperbot/data/guildmembers.log", msg + "\n");
|
||||
message.reply(`operation completed (🤖); added ${msg} to members file`);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue