1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-30 18:53:30 +00:00

discord: Add NitroBasic to UserNitro type (#364)

This commit is contained in:
ayn2op 2023-01-02 13:16:14 +05:30 committed by GitHub
parent 7f6871077a
commit dc3453beaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,6 +123,7 @@ const (
NoUserNitro UserNitro = iota NoUserNitro UserNitro = iota
NitroClassic NitroClassic
NitroFull NitroFull
NitroBasic
) )
type Connection struct { type Connection struct {