From 56368acf742302d672251ceda3d1790467944909 Mon Sep 17 00:00:00 2001 From: Supositware Date: Sun, 18 Dec 2022 22:54:03 +0100 Subject: [PATCH] Make it owner only --- commands/owner/dm.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/owner/dm.js b/commands/owner/dm.js index 10c28c8..531218b 100644 --- a/commands/owner/dm.js +++ b/commands/owner/dm.js @@ -18,6 +18,7 @@ export default { .setDescription('Optional attachment.') .setRequired(false)), category: 'owner', + ownerOnly: true, async execute(interaction, args, client) { /* Too lazy to implement that now (Watch it rest untouched for months) async function uuidv4() {