From 25f7e90c90cd4e1ffb5d2971823ad362df9efa7d Mon Sep 17 00:00:00 2001 From: Watn3y Date: Tue, 21 Mar 2023 21:53:01 +0100 Subject: [PATCH] fix --- commands/gaypoints/types.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 commands/gaypoints/types.go diff --git a/commands/gaypoints/types.go b/commands/gaypoints/types.go new file mode 100644 index 0000000..82ecf5e --- /dev/null +++ b/commands/gaypoints/types.go @@ -0,0 +1,6 @@ +package gaypoints + +type gaypointShortDetails struct { + userID int64 + gaypoints int64 +}