I want to be able to message a telegram bot roll d6
and it responds with a result
TELOXIDE_TOKEN
must be set to the Bot Token provided by @BotFather on Telegram
if you don't have a bot set up, run /newbot
in a chat with @BotFather to get
a token
- Read up on Telegram API
- Get a bot account
- bot hello world
- create a service that responds to a chat and generates a random number
- Host on a server