add openpepper.js
This commit is contained in:
parent
18c5085262
commit
bddc4d61f6
1 changed files with 7 additions and 0 deletions
7
src/commands/openpepper.js
Normal file
7
src/commands/openpepper.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
module.exports = {
|
||||
name: "openpepper",
|
||||
description: "posts open pepper repo",
|
||||
execute(message, args) {
|
||||
message.reply("https://git.reidlab.online/OpenPepper/OpenPepper");
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue