package
1.11.0
Repository: https://github.com/chrissgon/lowbot.git
Documentation: pkg.go.dev

# README

🤖 LowBot Dungeon Example

This example demonstrates how to utilize LowBot with buttons.

This bot will present an adventure in which you will need to make choices.

Build

This assumes you already have a working Go environment setup and that LowBot is correctly installed on your system.

From within the dungeon example folder, run the below command to compile the example.

go build main.go

Usage

In this example, the channel used is Telegram, so you need to enter the Telegram Token

TELEGRAM_TOKEN=YOUR_TELEGRAM_TOKEN ./main
Bot is now running.  Press CTRL-C to exit.