forked from Galactic/galactic-bot
thing
This commit is contained in:
parent
b7d87d1860
commit
db2743d277
19
src/structure/components/commands/administration/Commands.js
Normal file
19
src/structure/components/commands/administration/Commands.js
Normal file
@ -0,0 +1,19 @@
|
||||
const { SlashCommand } = require("../../../interfaces");
|
||||
|
||||
class Commands extends SlashCommand {
|
||||
|
||||
// Used to disable and enable commands, possibly list them?
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'commands',
|
||||
module: 'administration'
|
||||
});
|
||||
}
|
||||
|
||||
execute(interaction, opts) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//module.exports = Commands;
|
Loading…
Reference in New Issue
Block a user