diff --git a/README.md b/README.md index 280f9ce83..368eb0834 100644 --- a/README.md +++ b/README.md @@ -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()` diff --git a/src/types.ts b/src/types.ts index e41fb6fab..7e8b9adc0 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1595,7 +1595,6 @@ export type CommandVariants | 'ban' | 'fun_set' | 'giphy' - | 'imgur' | 'moderation_set' | 'mute' | 'unban'