add command enabling/disabling, only by admins

This commit is contained in:
2025-06-27 15:28:51 +02:00
parent c960ae49bf
commit de492718fe
7 changed files with 73 additions and 6 deletions

View File

@@ -28,4 +28,4 @@ export default new Command('admingive', ['admingive'], [], async msg => {
await sendMessage(`Failed to give ${target.displayName} ${amount} ${item.prettyName + (amount === 1 ? '' : item.plural)}`, msg.messageId);
};
await target.clearLock();
});
}, false);