changed most discord actions to be handled by 1 script. this should cut down on errors and allow you to actually use the bot in other servers (i think)
This commit is contained in:
parent
c97762e84c
commit
b7492c8ad0
30 changed files with 262 additions and 684 deletions
|
@ -1,8 +1,10 @@
|
|||
import * as action from "../util/discordAction.js";
|
||||
|
||||
export default {
|
||||
name: "git",
|
||||
description: "posts open pepper repo",
|
||||
arguments: "none",
|
||||
execute(message, args) {
|
||||
message.reply("https://git.reidlab.online/ayeuhugyu/PepperBot");
|
||||
action.reply(message, "https://git.reidlab.online/ayeuhugyu/PepperBot");
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue