diff --git a/src/spaces/test.ts b/src/spaces/test.ts index cd7f53b..811dd00 100644 --- a/src/spaces/test.ts +++ b/src/spaces/test.ts @@ -128,7 +128,7 @@ async function main() { const emoji = emojis[Math.floor(Math.random() * emojis.length)]; space.reactWithEmoji(emoji); }); - + space.on('error', (err) => { console.error('[Test] Space Error =>', err); });