added command argument usage for sendlog (mobile support)

This commit is contained in:
ayeuhugyu 2023-09-24 10:53:21 -07:00
parent b52b23d495
commit ba443111c8
17 changed files with 53 additions and 21 deletions

View file

@ -1,6 +1,7 @@
module.exports = {
name: "openpepper",
description: "posts open pepper repo",
arguments: "none",
execute(message, args) {
message.reply("https://git.reidlab.online/ayeuhugyu/OpenPepper");
},