added command argument usage for sendlog (mobile support)
This commit is contained in:
parent
b52b23d495
commit
ba443111c8
17 changed files with 53 additions and 21 deletions
|
@ -14,6 +14,7 @@ module.exports = {
|
|||
name: "addguildmember",
|
||||
description:
|
||||
"manually adds a guild member to the members list, whitelist required",
|
||||
arguments: "none",
|
||||
execute(message, args) {
|
||||
if (whitelist.includes(message.author.id)) {
|
||||
if (message.author.bot) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue