Skip to content

Commit 621df54

Browse files
revert(providers): add emojis and user (#1121)
* Revert "feat(providers): add emojis and user (#1117)" This reverts commit cf36b3c. * fix: remove application
1 parent c1ed39b commit 621df54

File tree

4 files changed

+0
-27
lines changed

4 files changed

+0
-27
lines changed

src/providers/application.provider.ts

-8
This file was deleted.

src/providers/emojis.provider.ts

-8
This file was deleted.

src/providers/index.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
export * from './application.provider';
21
export * from './channels.provider';
32
export * from './client.provider';
4-
export * from './emojis.provider';
53
export * from './guilds.provider';
64
export * from './rest.provider';
75
export * from './shard.provider';
8-
export * from './user.provider';
96
export * from './users.provider';
107
export * from './voice.provider';
118
export * from './ws.provider';

src/providers/user.provider.ts

-8
This file was deleted.

0 commit comments

Comments
 (0)