change out admin-only for minimum power level

This commit is contained in:
Ashley 2024-08-25 13:15:45 +00:00
parent da06f52739
commit 99e0b86d50
2 changed files with 4 additions and 3 deletions

View file

@ -46,7 +46,7 @@ export default {
command: "toggle",
name: "toggle",
usage: "<module>",
admin: true,
minPwr: 50,
desc: "toggle a module on or off in current channel",
execute
}