Fix a itty bitsy ~~spider~~ bug in the explode cmd#20
Merged
Aisuruneko merged 31 commits intoNetroSoftware:v5-releasefrom Feb 19, 2022
IDeletedSystem64:v5
Merged
Fix a itty bitsy ~~spider~~ bug in the explode cmd#20Aisuruneko merged 31 commits intoNetroSoftware:v5-releasefrom IDeletedSystem64:v5
Aisuruneko merged 31 commits intoNetroSoftware:v5-releasefrom
IDeletedSystem64:v5
Conversation
…guildOnly, Fix that sexy embed)
fix up description of the error. error in the error, ay?
It was a old reference and I took care of it for you. It was not referenced in the app.modules section, so this would cause issues when pushed.
You can't use "" when using the ${} in a string, or else you'll see "Get info about me, ${app.client.user.tag}!" - literally - instead of "Get info about me, TheCodingGuy#6697".
…ly commiting this.
This reverts commit eb16078.
…m manually commiting this." This reverts commit 741399e.
…o TMC-Software-v5
Merge changes from TMC-Software/TheCodingBot
…st part of the message instead of full args.
Contributor
Author
|
i dont know what happened |
Aisuruneko
approved these changes
Feb 19, 2022
Member
Aisuruneko
left a comment
There was a problem hiding this comment.
Thanks for catching that bug and squashing it. Your commit will be squashed over to the v5-release branch in just a moment.
Aisuruneko
added a commit
that referenced
this pull request
Feb 19, 2022
v5 Release Milestone 1 * Added ban command * Added config command * Added kick command * Updated reactionroles command to allow cancellation * Added unban command * Updated channelCreate, channelDelete, and channelUpdate as there were many problems in the last commit. * Added emojiCreate, emojiDelete, emojiUpdate * guildBanAdd and guildBanRemove events now work and are now added in this commit. * Added guildCreate and updated guildDelete so that invite tracking is working. * Updated guildMemberRemove and guildMemberAdd * Added guildMemberUpdate * Added guildUpdate * Added inviteCreate and inviteDelete for invite tracking. * Updated messageCreate, messageDelete, messageDeleteBulk, messageUpdate events to remedy many bugs. * Updated ready event to track invites properly. * Updated roleCreate, roleDelete, and roleUpdate to remedy even more bugs * Added to the bootloader the new settings you can play with! (logging stuff) * Added Member Welcome Image Generation (with some templates) * Corrected bot file to not die when unloading events and updated intents to include ALL intents * Fix a itty bitsy ~~spider~~ bug in the explode cmd (#20) - (if args weren't an user that it would get the first part of the message instead of full args.) Co-authored-by: Sophie Mondz <anthonymondz@gmail.com>
Merged
Aisuruneko
added a commit
that referenced
this pull request
Feb 19, 2022
v5 Release Milestone 1 * Added ban command * Added config command * Added kick command * Updated reactionroles command to allow cancellation * Added unban command * Updated channelCreate, channelDelete, and channelUpdate as there were many problems in the last commit. * Added emojiCreate, emojiDelete, emojiUpdate * guildBanAdd and guildBanRemove events now work and are now added in this commit. * Added guildCreate and updated guildDelete so that invite tracking is working. * Updated guildMemberRemove and guildMemberAdd * Added guildMemberUpdate * Added guildUpdate * Added inviteCreate and inviteDelete for invite tracking. * Updated messageCreate, messageDelete, messageDeleteBulk, messageUpdate events to remedy many bugs. * Updated ready event to track invites properly. * Updated roleCreate, roleDelete, and roleUpdate to remedy even more bugs * Added to the bootloader the new settings you can play with! (logging stuff) * Added Member Welcome Image Generation (with some templates) * Corrected bot file to not die when unloading events and updated intents to include ALL intents * Fix a itty bitsy ~~spider~~ bug in the explode cmd (#20) - (if args weren't an user that it would get the first part of the message instead of full args.) Co-authored-by: Sophie Mondz <anthonymondz@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
IGNORING THE 30 EXTRA COMMITS
Fixed a small bug in the explode command.
You should've used
args.slice(0).join(" ")instead ofargs[0]