Longhorn-Riichi / UvUManager

Discord bot for Longhorn Riichi's recurring special tournament: UTA vs UTD.
https://discord.gg/gSmwTZcChz
MIT License
2 stars 0 forks source link
discord-bot google-sheets mahjong-bot mahjongsoul

UvUManager

A Discord bot for Longhorn Riichi's special tournament "UTA vs UTD". Functions include /register, /create_table, /pause_own_game, etc.

Repository Structure:

Running the bot

  1. in a Unix shell:

    pipenv install
    pipenv shell
    ./start.sh
  2. in the relevant Discord server: run $sync to sync the slash commands for that server.

Automated Features

  1. pings the server every 4 hours to see if a reconnection is necessary.
  2. every ping, requests to set the finish_time of the tournament to be 90 days from the current time. Note that the deadline still needs to be extended manually (this can't be automated because only the contest creator can extend the deadline).

Relevant Links (References)