Added role based perm checks

This commit is contained in:
2025-08-21 16:53:24 +02:00
parent e06787dd80
commit 46da0ffb23
32 changed files with 84 additions and 14 deletions

View File

@@ -7,6 +7,7 @@ export default {
description: "Send a message to a channel.",
dev: false,
public: false,
requiredRole: "superadmin",
data: new SlashCommandBuilder()
.setName("send")