mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 14:06:59 +01:00
add command enabling/disabling, only by admins
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user