Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the account name checking #137

Closed
wants to merge 1 commit into from
Closed

Conversation

Annalouu
Copy link

@Annalouu Annalouu commented May 8, 2024

The issue i faced is if there is a shared account already made, the script will error out and take away the money. now i made it check if its already there and notify you that it exists already.

The issue i faced is if there is a shared account already made, the script will error out and take away the money. now i made it check if its already there and notify you that it exists already.
@@ -20,6 +20,7 @@ local Translations = {
user = 'User already added',
noUser = 'User not found',
money = 'Not enough money',
alreadytaken = 'already exist, Choose a new name',

Choose a reason for hiding this comment

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

"This name is taken, please choose a new one" would be better :)

Copy link

This PR has had 60 days of inactivity & will close within 7 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants