🪄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 selection

  • max- Maximum number to use for the random number selection

  • prize - Optional prize to be awarded to the winner

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.

Only admins or users with the configured game role can start games.

Example: /start min:1 max:100 prize:VIP Role to start a game with a prize.

Last updated