chore: comment out permissions in ping command
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ var Ping = &core.Command{
|
|||||||
Aliases: []string{"test", "tes", "p"},
|
Aliases: []string{"test", "tes", "p"},
|
||||||
Category: "general",
|
Category: "general",
|
||||||
Description: "Check bot response time",
|
Description: "Check bot response time",
|
||||||
Permissions: []core.Permission{core.PermissionGroupOnly},
|
// Permissions: []core.Permission{core.PermissionGroupOnly},
|
||||||
Run: func(ctx *hc.Ctx) {
|
Run: func(ctx *hc.Ctx) {
|
||||||
t := ctx.Event().Info.Timestamp
|
t := ctx.Event().Info.Timestamp
|
||||||
speed := time.Since(t).Milliseconds()
|
speed := time.Since(t).Milliseconds()
|
||||||
|
|||||||
Reference in New Issue
Block a user