Merge pull request #76 from ayntee/ref

refactor: move snowflake.ts to utils
This commit is contained in:
DjDeveloper 2020-12-26 08:16:42 +05:30 committed by GitHub
commit 6be099398f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'