Skip to content

Conversation

@TurboRx
Copy link
Contributor

@TurboRx TurboRx commented Jan 4, 2026

No description provided.

- Fixed 'sucessfully' -> 'successfully' in add-ons/hpoke-exceptions.js
- Fixed 'does not exists' -> 'does not exist' in src/data-access/mysql.js
- Fixed 'iis' -> 'is' in src/bot-modules/battle/data/gen1/moves.js
- Fixed 'does not exists' -> 'does not exist' in src/bot-modules/battle-log/main.js
Copy link
Owner

@AgustinSRG AgustinSRG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi. Thank you for finding and fixing those typos!

I found a mistake in the changes. Please fix it so I can merge it.


if (la < 0) {
ws.send("a" + JSON.stringify(["|popup|The battle you requested does not exists"]));
ws.send("a" + JSON.stringify(["|"|popup|The battle you requested does not exist"]));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This extra quotes is a syntax error. Please remove it.

@AgustinSRG AgustinSRG merged commit 7b107f4 into AgustinSRG:master Jan 5, 2026
@TurboRx TurboRx deleted the fix/typos branch January 5, 2026 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants