kozalosev / DickGrowerBot

Who has the biggest dick ever? A game bot for Telegram
https://t.me/DickGrowerBot
Other
10 stars 3 forks source link
rust-lang telegram-bot teloxide

@DickGrowerBot

CI Build

A game bot for group chats that let its users grow their virtual "dicks" every day for some random count of centimeters (including negative values) and compete with friends and other chat members.

Additional mechanics

(compared with some competitors)

Soon (but not very, I guess)

Features

Technical stuff

Requirements to run

How to rebuild .sqlx queries?

(to build the application without a running RDBMS)

cargo sqlx prepare -- --tests

Adjustment hints

It's most probably you want to change the value of the GROW_SHRINK_RATIO environment variable to make the players upset and disappointed more or less often.

How to disable a command?

Most of the command can be hidden from both lists: command hints and inline results. To do so, specify an environment variable like DISABLE_CMD_STATS (where STATS is a command key) with any value. Don't forget to pass this variable to the container by adding it to the docker-compose.yml file!