1
0
mirror of https://github.com/fumiama/ReiBot.git synced 2026-06-09 04:30:08 +08:00
This commit is contained in:
源文雨
2022-05-31 21:09:38 +08:00
parent caaf7035d9
commit e37701840d
8 changed files with 297 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/fumiama/ReiBot
go 1.18
require github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1