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

update message.js #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

update message.js #4

wants to merge 1 commit into from

Conversation

Tanya575
Copy link

I just change something to make the file looks more clean and add some check methods to get less crashs with the bot

I just change something to make the file looks more clean and add some check methods to get less crashs with the bot
Copy link

@xX-MoonWalker-Xx xX-MoonWalker-Xx left a comment

Choose a reason for hiding this comment

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

if (command) command.run(bot, message, args);
replace this with
command.run(bot, message, args);
because you have already checked if command exists earlier

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