begin work
This commit is contained in:
7 files changed
+2749
-19
No files matched your search
@@ -0,0 +1,33 @@
|
||||
const { ModalBuilder, ActionRowBuilder } = require('discord.js');
|
||||
|
||||
module.exports = {
|
||||
name: "armbands",
|
||||
debug: false,
|
||||
global: false,
|
||||
description: "view a list of armbads",
|
||||
usage: "[cmd] [opts]",
|
||||
permissions: {
|
||||
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
|
||||
member: [],
|
||||
},
|
||||
options: [],
|
||||
SlashCommand: {
|
||||
/**
|
||||
*
|
||||
* @param {require("../structures/QuarksBot")} client
|
||||
* @param {import("discord.js").Message} message
|
||||
* @param {string[]} args
|
||||
* @param {*} param3
|
||||
*/
|
||||
run: async (client, interaction, args) => {
|
||||
|
||||
},
|
||||
},
|
||||
Interactions: {
|
||||
ViewArmbads: {
|
||||
run: async (client, interaction) => {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user