refactor: move snowflake.ts to utils

This commit is contained in:
ayntee 2020-12-25 20:47:23 +04:00
parent 3695b81de6
commit f2ee69c130
2 changed files with 1 additions and 1 deletions

2
mod.ts
View File

@ -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'