redo discord mocks

This commit is contained in:
41666 2025-03-26 13:35:47 -07:00
parent f4718f979a
commit dfbb9e2bca
19 changed files with 223 additions and 105 deletions

10
types/fixtures/user.go Normal file
View file

@ -0,0 +1,10 @@
package fixtures
import "git.sapphic.engineer/roleypoly/v4/types"
var (
User = types.DiscordUser{
Username: "41666",
ID: "41666",
}
)