Skip to content

Commit

Permalink
feat: remove imgur from commands (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored Jan 13, 2022
1 parent a454d2b commit 9efeea4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type AdminMessage = { priorityLevel: number };
type ChatAttachment = { originalURL?: string };
type CustomReaction = { size?: number };
type ChatEvent = { quitChannel?: boolean };
type CustomCommands = 'imgur';
type CustomCommands = 'giphy';

// Instantiate a new client (server side)
// you can also use `new StreamChat<T,T,...>()`
Expand Down
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,6 @@ export type CommandVariants<CommandType extends string = LiteralStringForUnion>
| 'ban'
| 'fun_set'
| 'giphy'
| 'imgur'
| 'moderation_set'
| 'mute'
| 'unban'
Expand Down

0 comments on commit 9efeea4

Please sign in to comment.