We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edce848 commit 59beda3Copy full SHA for 59beda3
kanban/init.go
@@ -9,6 +9,7 @@ func init() {
9
PrintBanner()
10
}
11
12
+// PrintBanner ...
13
func PrintBanner() {
14
fmt.Print(
15
"\n======================[ReiBot-Plugin]======================",
main.go
@@ -1,3 +1,4 @@
1
+// Package main ReiBot-Plugin
2
package main
3
4
import (
utils/ctxext/speed.go
@@ -118,6 +118,7 @@ func (m LimiterManager) LimitByGroup(ctx *rei.Ctx) *rate.Limiter {
118
return defaultLimiterManager.Load(0)
119
120
121
+// MustMessageNotNil ...
122
func MustMessageNotNil(ctx *rei.Ctx) bool {
123
return ctx.Message != nil
124
0 commit comments