PEPPERBOT VOICE CHAT CAPABILITY
This commit is contained in:
parent
7d5d32fec1
commit
b92fe05718
11 changed files with 265 additions and 50 deletions
8
src/commands/git.js
Normal file
8
src/commands/git.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
export default {
|
||||
name: "git",
|
||||
description: "posts open pepper repo",
|
||||
arguments: "none",
|
||||
execute(message, args) {
|
||||
message.reply("https://git.reidlab.online/ayeuhugyu/PepperBot");
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue