Closed shawnyu5 closed 2 years ago
The logic is reused in both the method and results in code duplication. Move the logic to a seperate function and call it from both the methods. Use the avatar
command as a reference https://github.com/416rehman/splite/blob/production/src/commands/info/avatar.js
Right okay fixed
Also added nodemon as a dev dependency
Should I be working that hard to keep compatibility with older text commands?
The command
hate
has been refactored to use slash commands. However I was not able to getimgFlip
working so I was not able to fully test out the command, but the slash command behavior behaves the same way as the regular text command.Should wait for #21 to be merged to clean up commit history.