Make it owner only
This commit is contained in:
parent
a8e98740b3
commit
56368acf74
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ export default {
|
||||||
.setDescription('Optional attachment.')
|
.setDescription('Optional attachment.')
|
||||||
.setRequired(false)),
|
.setRequired(false)),
|
||||||
category: 'owner',
|
category: 'owner',
|
||||||
|
ownerOnly: true,
|
||||||
async execute(interaction, args, client) {
|
async execute(interaction, args, client) {
|
||||||
/* Too lazy to implement that now (Watch it rest untouched for months)
|
/* Too lazy to implement that now (Watch it rest untouched for months)
|
||||||
async function uuidv4() {
|
async function uuidv4() {
|
||||||
|
|
Loading…
Reference in a new issue