We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Plugin: Catsnack
In plugin Catsnack at line 25 is a wrong identifier. https://github.com/EllenFawkes/PurrplingBot/blob/master/plugins/Catsnack/catsnack.js#L25
metadata.user
metadata was removed after change api form discord.io to discord.js. Please fix it to:
message.author.username
The text was updated successfully, but these errors were encountered:
2ba9779
Closes #46 - fixed \!catsnack failing
4aaf13d
No branches or pull requests
Plugin: Catsnack
In plugin Catsnack at line 25 is a wrong identifier.
https://github.com/EllenFawkes/PurrplingBot/blob/master/plugins/Catsnack/catsnack.js#L25
metadata.user
metadata was removed after change api form discord.io to discord.js. Please fix it to:
message.author.username
The text was updated successfully, but these errors were encountered: