mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
9 lines
130 B
Modula-2
9 lines
130 B
Modula-2
module github.com/lyx0/nourybot
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/gempir/go-twitch-irc/v3 v3.1.0
|
|
github.com/joho/godotenv v1.4.0
|
|
)
|