refactor: move snowflake.ts to utils
This commit is contained in:
parent
3695b81de6
commit
f2ee69c130
2 changed files with 1 additions and 1 deletions
2
mod.ts
2
mod.ts
|
@ -66,7 +66,7 @@ export {
|
|||
ActivityTypes
|
||||
} from './src/structures/presence.ts'
|
||||
export { Role } from './src/structures/role.ts'
|
||||
export { Snowflake } from './src/structures/snowflake.ts'
|
||||
export { Snowflake } from './src/utils/snowflake.ts'
|
||||
export { TextChannel, GuildTextChannel } from './src/structures/textChannel.ts'
|
||||
export { MessageReaction } from './src/structures/messageReaction.ts'
|
||||
export { User } from './src/structures/user.ts'
|
||||
|
|
Loading…
Reference in a new issue