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 +}