diff --git a/src/index.ts b/src/index.ts index 742b4c281..9910838c7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -21,4 +21,4 @@ export * from './thread_manager'; export * from './token_manager'; export * from './types'; export * from './channel_manager'; -export { isOwnUser, chatCodes, logChatPromiseExecution, formatMessage } from './utils'; +export { isOwnUser, chatCodes, logChatPromiseExecution, formatMessage, promoteChannel } from './utils';