Conversation
…ldown variable from epoch int to datetime object. Expand the documentation for try_store_vc_rename. Move error handling from parse_and_create_reminder in _parse_reminder_time to remindme command function.
…er exception handling)
Some files aren't wrapped, like the /roll command in funaddons and most dictionary pages. That's because those are being edited in the remove-complexity branch and will get formatted eventually or have already been formatted there.
…d tests for it and its helper functions.
… DictionarySources enum instead of using integers.
I had missed a few. This one also does InteractionResponse. Also replaces #noqa with #type:ignore when typing itx and itx.response.
Also invert some if-statements to make it more readable (i think?)
This also lets the autocomplete ignore delayed responses with a timeout. Also rename CustomDictionary._get_database_response to be consistent with the other dictionary classes. And catch an error when a view times out but the original message was not found (deleted).
…ttons). Also make some async functions sync cuz they don't have any await statements.
is_staff was imported from resources.utils before, but it had been in the resources/checks/ directory, so it makes more sense to have it be imported from resources.checks.__init__ as well.
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.
yeah