feat(arabot): disable role creation for now

This commit is contained in:
smyalygames 2023-02-19 16:34:25 +00:00
parent a7c2541d89
commit 6979a0e79c

View File

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