This repository was archived by the owner on Sep 18, 2024. It is now read-only.
Conversation
minor improvements namely for the times when the help msg is too long
Add a Logger
Bumped minor and patch version up by 1
Quick fix
Fixed `awaitReply`, was assigning not comparing author ID's
Updated license to 2018 and current license holder.
…#43) * Add client.getGuildSettings method, adjusted all files to use it. Update to djs 11.3.2 * More tweaks for using overrides for settings instead of all-or-nothing * Revert to using NPM version of enmap, muh bad * Tweak help because I'm a derpy derp.
Fix minor typo in a comment
Fixed a typo in the client.unloadCommand() error message.
Simply delete require.cache[module] results in a memory leak after some time as the deleted module is still referenced in require.cache[module].parent.children, preventing it from GCing. The new function will allow it to GC properly.
Accidentally compared a string to a number.
Copied from a bot on master branch. Whoops.
JTFC how did we never catch this shit before...
Makes sure new functions in native types are not enumerable
YorkAARGH
reviewed
Nov 15, 2018
| MIT License | ||
|
|
||
| Copyright (c) 2017 Évelyne Lachance | ||
| Copyright (c) 2018 YorkAARGH |
Member
There was a problem hiding this comment.
This should remain as Évelyne Lachance as this version of GuideBot is her code.
Member
|
No changes after 8 days at the time of writing this message, conflicting files are unresolved, and the copyright claim hasn't been fixed either. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Please describe the changes this PR makes and why it should be merged, as well as any and all proof of successful tests:
Semantic versioning classification: