FAQ
Direct answers to common setup and automation questions.
General
Can I start without the dashboard?
Yes. Core setup is command-based and fully documented in these pages.
How should I adapt command examples to my server?
Replace sample mentions, channels, roles, and user IDs with values from your own server.
Modules
Which module should I configure first?
Security first, Tickets second, Leveling third, optional modules last.
How do I reduce false positives?
Lower thresholds gradually and keep whitelist settings updated for trusted staff roles.
MetylenScript
What are the required runtime rules?
- Each script needs a
main()entry function. - Module loading should be explicit with use(...).
- Test scripts incrementally and add fallback guards for external APIs.
Where can I find tested snippets?
Use the MetylenScript docs sections and community examples shared in the support server.