Make snowflake type public.
This commit is contained in:
parent
ce613cb3cc
commit
b78d6958ae
|
@ -1,5 +1,5 @@
|
|||
type
|
||||
snowflake = uint64
|
||||
snowflake* = uint64
|
||||
DiscordObject* = object of RootObj
|
||||
id*: snowflake
|
||||
|
||||
|
|
Reference in New Issue