We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc846e4 commit c2931cfCopy full SHA for c2931cf
packages/core/index.ts
@@ -299,9 +299,7 @@ async function main(): Promise<void> {
299
log.debug("Bot is running in Socket Mode");
300
}
301
302
- log.info(
303
- `Ode is ready! Waiting for messages, setting UI is accessible at ${getLocalSettingsUrl()}`,
304
- );
+ console.log(`Ode is ready! Waiting for messages, setting UI is accessible at ${getLocalSettingsUrl()}`);
305
306
307
main().catch((err) => {
0 commit comments