import Layout from "~/components/Layout"; import "../styles/pages/how-do-i.scss"; function howDoI() { return (

How do I...?

.. enable / disable certain features?

Features can be enabled and disables using the /feature command.
Example:

A screenshot of the example in Discord. A screenshot of the example in Discord. {/*

/feature feature:Time Planning Feature set:Enable channel:#ich-kann-heute

*/}

.. create a match?

You can create a match time using the /match command.
Example:

A screenshot of the example in Discord. A screenshot of the example in Discord. {/*

/match match:Ladder Match timestamp:24.12.2069 04:20 opponent:Forbidden

*/}

Is something missing here?
Please contact me!

); } export default howDoI;