fix
This commit is contained in:
parent
89e3d91b0f
commit
25f7e90c90
1 changed files with 6 additions and 0 deletions
6
commands/gaypoints/types.go
Normal file
6
commands/gaypoints/types.go
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
package gaypoints
|
||||||
|
|
||||||
|
type gaypointShortDetails struct {
|
||||||
|
userID int64
|
||||||
|
gaypoints int64
|
||||||
|
}
|
Loading…
Reference in a new issue