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

View file

@ -1,8 +0,0 @@
export default {
name: "openpepper",
description: "posts open pepper repo",
arguments: "none",
execute(message, args) {
message.reply("https://git.reidlab.online/ayeuhugyu/OpenPepper");
},
};