PEPPERBOT VOICE CHAT CAPABILITY

This commit is contained in:
ayeuhugyu 2023-09-27 20:31:22 -07:00
parent 7d5d32fec1
commit b92fe05718
11 changed files with 265 additions and 50 deletions

8
src/commands/git.js Normal file
View 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");
},
};