small fix

This commit is contained in:
Ashley 2024-08-25 13:10:16 +00:00
parent ba7c40d0a3
commit da06f52739

View file

@ -45,6 +45,7 @@ function execute(client, event, args) {
export default { export default {
command: "toggle", command: "toggle",
name: "toggle", name: "toggle",
usage: "<module>",
admin: true, admin: true,
desc: "toggle a module on or off in current channel", desc: "toggle a module on or off in current channel",
execute execute