Bot: Added tests for middlewares

This commit is contained in:
diamondburned (Forefront) 2020-05-10 18:45:42 -07:00
parent e556d2afad
commit 6613aa5b41
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
package main
import "testing"
func TestAdminOnly(t *testing.T) {
t.Fatal("Do me.")
}
func TestGuildOnly(t *testing.T) {
t.Fatal("Do me.")
}