Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Dec 29, 2024
1 parent 14a1884 commit 68e80ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spaces/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit 68e80ae

Please sign in to comment.