added guild member management
This commit is contained in:
parent
1ea7fe9f03
commit
5ce1841cba
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: "guildmembers",
|
name: "guildmembers",
|
||||||
description:
|
description:
|
||||||
"sends a file including all past guild members (may not be accurrate, is mostly manually updated)",
|
"sends a file including all past guild members (may not be accurrate, is mostly manually updated) -- note: also includes allies",
|
||||||
execute(message, args) {
|
execute(message, args) {
|
||||||
const path = `../pepperbot/src/data/guildmembers.log`;
|
const path = `../pepperbot/src/data/guildmembers.log`;
|
||||||
message.channel.send({
|
message.channel.send({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue