11 lines
199 B
Modula-2
11 lines
199 B
Modula-2
module github.com/fruworg/asciisay-bot
|
|
|
|
// +heroku goVersion go1.17
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/yanzay/tbot/v2 v2.0.1
|
|
github.com/yanzay/tbot v1.0.0 // indirect
|
|
)
|