diff --git a/src/commands/Owner/import.ts b/src/commands/Owner/import.ts index 738dff4..b42485d 100644 --- a/src/commands/Owner/import.ts +++ b/src/commands/Owner/import.ts @@ -25,6 +25,9 @@ export default new NetLevelBotCommand({ ], dm_permission: false }, + options: { + guildOwnerOnly: true + }, callback: async (client, interaction) => { if (!interaction.guild) return;