🪄Starting a Game
New games can be started using the /startcommand. GTN Bot will attempt to start the game in the channel where the /startcommand is executed.
The /start command includes the following options:
min- Minimum number to use for the random number selectionmax- Maximum number to use for the random number selectionprize- Optional prize to be awarded to the winner
All prizes, including roles, must be awarded manually. The "prize" field is for appearance and game history log purposes only.
The winning number (between the provided minimum and maximum) is chosen randomly by the bot when the round is started. You may optionally provide a prize for the winner.
If configured via the GTN Bot Panel, the user who executes the command will receive the winning number via embed or DM, depending on the respective server's configuration.
Example: /start min:1 max:100 prize:VIP Role to start a game with a prize.
Last updated