feat(arabot): enable non vegan access for roles

This commit is contained in:
smyalygames 2023-02-19 20:33:57 +00:00
parent dbc359d11b
commit 4bb38415bd

View File

@ -32,7 +32,6 @@ export class NonVeganAccessReady extends Listener {
...options, ...options,
once: true, once: true,
event: 'ready', event: 'ready',
enabled: false,
}); });
} }