Init bot go.mod project and added queue system for bot actions handling
This commit is contained in:
5
bot/queue/bot_action.go
Normal file
5
bot/queue/bot_action.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package queue
|
||||
|
||||
import "context"
|
||||
|
||||
type BotAction func(ctx context.Context)
|
||||
Reference in New Issue
Block a user