| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add rest of facts from GitHub thread
Source: https://github.com/python-discord/meta/discussions/93
Edited for grammar, formatting, and inline code.
* Add Ned's last name
* Update formatting for Ned's fact
* Grammar fix
* Add a few more facts
* Add bool fact
* Add object fact
* Remove fact about Ned
* Update python_facts.txt
Remove last line
* Incorporate updates from wookie184's code review
|
| |
|
| |
|
| |
|
|
|
|
| |
library?" from topics (#1423)
|
| |
|
|
|
| |
Co-authored-by: wookie184 <[email protected]>
|
| |
|
| |
|
|
|
|
| |
and related json. This cog was ported to Sir Robin.
|
|
|
|
| |
* Added `Blurple` colour
* Added `OG Blurple` colour
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
Add topics for `#media-processing` channel
Co-authored-by: mina <[email protected]>
|
| |
| |
| | |
Co-authored-by: Shakya Majumdar <[email protected]>
|
|/
|
|
| |
Amsmath is a widely used package for things such as including text in equations or aligning multiple equations.
This PR includes it in the default LaTeX template so that p-eople can use Amsmath commands in the .latex command.
|
|\ |
|
| | |
|
| | |
|
|/ |
|
|
|
|
|
|
| |
Co-authored-by: Bluenix <[email protected]>
Co-authored-by: Shom770 <[email protected]>
Co-authored-by: aru <[email protected]>
Co-authored-by: ChrisJL <[email protected]>
|
|\ |
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | | |
When users with dark avatars would use the spookify command, they wouldn't be able to see the bat that was added. By adding a white border around the bat, it is now more visable.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
https://github.com/python-discord/sir-lancebot/pull/842/files#r739619938
https://github.com/python-discord/sir-lancebot/pull/842/files#r739295253
|
|\ \ \
| | |/
| |/| |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add WTF Python Command
* Fix grammar in docstrings, remove redundant variable, remove the use of a wrapper
* Fix indentation issues and make use of triple quotes
* Update docstrings and remove redundant list()
* Change minimum certainty to 75.
* Make 'make_embed' function a non async function
* Try to unload WTFPython Extension if max fetch requests hit i.e. 3 else try to load the extension.
* Correct log messages.
* Make flake8 happy :D
* Remove redundant class attributes and async functions.
* Apply requested grammar and style changes.
* Fix unload and load extension logic.
* Fix typo in `WTF_PYTHON_RAW_URL`
* Changed fuzzy_wuzzy to rapidfuzz
Since rapidfuzz also has an extractOne method, this should be a
straight replacement with the import statement.
* Move wtf_python.py to bot/exts/utilities, flake8
Moved the file to the correct location after merge with main,
made changes from the last open suggestions from the previous PR,
had to make WTF lowercase to pass flake8 on lines 54 and 118.
* Fix trailing commas and long lines
* # This is a combination of 3 commits.
# This is the 1st commit message:
Squashing small commits
Small changes and fixes
-Added "the" to setup docstring
-Fixed typo for mis-matched WTF and wtf in get_wtf_python_readme
-Fixed ext location
-Added more information to fuzzy_match_header docstring regarding
the MINIMUM_CERTAINTY and what the score / value represents.
Add wildcard to capture unused return
Updated MINIMUM_CERTAINTY to 75
Change MINIMUM_CERTAINTY to 50
Squash commits from Bluenix suggestions
Fix docstring for fuzzy_match_header
Swap if / else for match
Fix functools import
Rename get_wtf_python_readme to fetch_readme
Collapse self.headers into one line
Fix docstring for fuzzy_match_header
Swap if / else for match
# This is the commit message #2:
Fix functools import
# This is the commit message #3:
Rename get_wtf_python_readme to fetch_readme
* Squashing commits
Squashing small commits
Small changes and fixes
-Added "the" to setup docstring
-Fixed typo for mis-matched WTF and wtf in get_wtf_python_readme
-Fixed ext location
-Added more information to fuzzy_match_header docstring regarding
the MINIMUM_CERTAINTY and what the score / value represents.
Add wildcard to capture unused return
Updated MINIMUM_CERTAINTY to 75
Change MINIMUM_CERTAINTY to 50
Squash commits from Bluenix suggestions
Fix docstring for fuzzy_match_header
Swap if / else for match
Fix functools import
Rename get_wtf_python_readme to fetch_readme
Collapse self.headers into one line
Fix docstring for fuzzy_match_header
Swap if / else for match
Fix functools import
Rename get_wtf_python_readme to fetch_readme
Collapse self.headers into one line
Fix type hints with dict
Add match comment for clarity
* Add debug logs, and send embed
* Add markdown file creation
Big change here is to create a .md file based on the matched header.
I save the raw text as a class attribute, then slice it based on the
index returned by the .find() method for the header, and the separator
"/n---/n".
* Move the list(map(str.strip , ...) to for loop
* Remove line
* Use StringIO for file creation
* Update file creation with StringIO
* Remove embed file preview
* chore: update wtf_python docstring
* chore: change regex to search, remove file preview
* feat: update caching as recommended
Minor fixes to import statements as well.
Co-authored-by: Bluenix2 <[email protected]>
* chore: remove logging statements
* feat: scheduled task for fetch_readme
* chore: fix hyperlink, remove dead code
* fix: capitalization clean up
* chore: remove unused code
* chore: remove more unused code
* feat: add light grey logo image in embed
* feat: add light grey image
* chore: remove debug log message
* feat: add found search result header
* feat: limit user query to 50 characters
* cleanup: remove debug logging
* fix: restructure if not match statement
Co-authored-by: Bluenix <[email protected]>
Co-authored-by: Shivansh-007 <[email protected]>
Co-authored-by: Shivansh-007 <[email protected]>
Co-authored-by: Bluenix2 <[email protected]>
Co-authored-by: Xithrius <[email protected]>
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Added Anagrams command
Added 2 files
anagram.py - Has the code for anagram command
anagram.json - Contains all the words for anagram command
* Update bot/exts/fun/anagram.py
Using "with" for resource file instead of getting data directly
Co-authored-by: brad90four <[email protected]>
* Update bot/exts/fun/anagram.py
Updated title text for answer embed
Co-authored-by: Bluenix <[email protected]>
* Update bot/exts/fun/anagram.py
Comma separated text for winners list
Co-authored-by: Bluenix <[email protected]>
* Updated anagram.py as per review comments
-Removed redundant variables
-Updated embed text to avoid 'all'
-Updated stale comments
* Some minor formatting fixes
-Added trailing commas to embed
-Updated all embeds to have consistent format
* Polish anagram command for multiple channels
* Updated docstrings
* Allowed command to be used in multiple channels
* Create a class for anagram game instances
* Lay groundwork for threads
Co-Authored-By: Bluenix <[email protected]>
* Updated resource file for anagram command
* Anagrams are now cross referenced with list of common words which should be easy for users to guess
* It should not have any slur words
* Update bot/exts/fun/anagram.py
Co-authored-by: brad90four <[email protected]>
* Update bot/exts/fun/anagram.py
Co-authored-by: brad90four <[email protected]>
* Update bot/exts/fun/anagram.py
Co-authored-by: brad90four <[email protected]>
* Update bot/exts/fun/anagram.py
Co-authored-by: brad90four <[email protected]>
* Linting error fix
Linting error fix
* Error fix
Removed the "seconds" causing issue for anagram command
* Revert "Error fix"
This reverts commit 8c00d70f9faf62c536eac1fa61877dfab328a83f.
* Error fix for seconds
Fixed the error by removing "seconds"
Co-authored-by: brad90four <[email protected]>
Co-authored-by: Bluenix <[email protected]>
Co-authored-by: Xithrius <[email protected]>
|
| |/ |
|
| | |
|
| |
| |
| |
| | |
Original source: https://github.com/ryanzec/name-that-color/blob/master/lib/ntc.js#L116-L1681
|
|/
|
|
| |
Original source: https://github.com/ryanzec/name-that-color/blob/master/lib/ntc.js#L116-L1681
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* beginning commit
creating the base of the hangman, code needs to be linted in the future
* updated words list
* adding images to show the hangman person
* added images, though it is a bit laggy
* replacing images with discord attachment urls
* adding error if filters aren't found
* fixing typo in ``filter_not_found_embed``
* final lints + removing `mode` parameter as it renders useless
* linting flake8 errors
* adding newline at the end of `top_1000_used_words.txt`
* minor change to filter message
* improving hangman docstring
* removing `bot/resources/evergreen/hangman` directory as file attachments are used
* replacing single quotes with double quotes, to adhere to the style guide.
* fixing style inconsistencies and other problems with how the code looks - as per requested by Objectivix
* fixing `IMAGES` style inconsistency
* adding trailing commas and switching to `Colours` for consistency
* adding trailing commas and switching to `Colours` for consistency
* fixing the remnants of non-trailing commas and allowing specification for single player vs mulitplayer
* removing all 2 letter words from the hangman word choosing and removing words that @Objectivix found that shouldn't be in the list of words
* removing some inappropriate words from the txt file
* Adding space for grammatical errors
Co-authored-by: ChrisJL <[email protected]>
* changing two periods to a full stop & wrapping try and except block to only the part that can raise it
* using negative replies instead along with fixing grammatical errors in the sentence
* removing words that could be considered inappropirate
* removing `TOP_WORDS_FILE_PATH` and making `ALL_WORDS` a global variable.
* more specific docstring
* more specific docstring
* Removing more words
The words removed shouldn't really belong here
* replacing mapping_of_images with IMAGES and other fixes
* Dedenting
Co-authored-by: Bluenix <[email protected]>
* Improving tries logic
Co-authored-by: Bluenix <[email protected]>
* Updating `positions` list to set
Co-authored-by: Bluenix <[email protected]>
* fixing too many blank lines
* Hardcode dictionary
Co-authored-by: Bluenix <[email protected]>
* remove 3 letter words
* add the word python
* remove all 3 letter words - forgot to remove some
* case insensitivity
* changes to improve gameplay
* setting check outside of every iteration
* checking if a letter has already been guessed
* changing to transparent images without the shadows
* consistency with timeout
* capitalization / edits to the hangman_words.txt
* changing `singleplayer` to a boolean
* sending then deleting, along with encouraging to try again
* Grammar
Co-authored-by: Bluenix <[email protected]>
* Grammatical error
Co-authored-by: Bluenix <[email protected]>
* Simplification
Co-authored-by: ChrisJL <[email protected]>
* changing from pathlib to open
* python-related words
* two more python-related words
* making error embeds more clear
* Update hangman_words.txt
deleted a possibly inappropriate word and added 3 new python related words
* Update hangman.py
Added some more comments and made some line spacing changes before and after the docstring
* adding a new word
* Adding newline
* updating comments
* when the game has won, it will display the word
* add helper function to abstract some code, and edit the message at the end when won with the original word
* editing message for win screen for consistency
* prettifying the user guess
* sending win and losing embed separately
* Clarify 'tries remaining'
Co-authored-by: ChrisJL <[email protected]>
* changing to `delete_after`
* not editing `message.content` variable
* fixing error; changing to len(normalized_content)
* Update hangman.py
Reworded the comment about the timeout a little
* last nitpicks for grammatical errors in comments
* adding suggestions from ToxicKidz
* Improving comments/removing unnecessary ones
Co-authored-by: Bluenix <[email protected]>
* Renaming parameter from `singleplayer` to `mode`
Co-authored-by: Bluenix <[email protected]>
Co-authored-by: ChrisJL <[email protected]>
Co-authored-by: Bluenix <[email protected]>
Co-authored-by: DMFriends <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* (trivia-quiz): Add Wikipedia Guess Game
This commit also moves all the 'dynamic' question generator to a separate class.
Closes: #446
* (trivia quiz): Use tuples for command aliases
* (trivia quiz): Edit congratulations message
* (trivia quiz): Use default dict for storing player scores
* (trivia quiz): 'done_question' to 'done_questions'
* Add space after 'Congratulations' word
* Use classmethods for dynamically generating questions
* Don't add wiki category if max error fetches hit
If the task hit max error fetches, which is 3 currently, it would remove wikipedia from listed categories and not add it to loaded questions.
If it doesn't hit max fetches, then it adds them.
* Don't hardcode the number of questions in RULES
* Add information field only if it exists
* Add "cs" and "python" categories to the `.quiz` command
* add 30 questions each under the categories "cs" and "python"
add the two categories into the code and modify the starting phase
Co-authored-by: Xithrius <[email protected]>
Co-authored-by: ToxicKidz <[email protected]>
* refactor: Use yesterday's most read to make trivia questions
Since random wikipedia article guess questions weren't really "knowledgeable", no one could really guess it or gain any "good" knowledge from them, so after asking wookie (this commits mentions his review comments above also), I decided to use these.
* refactor: Logic to remove pronounciations from question
Co-authored-by: wookie184 <[email protected]>
* fix: Set to correct question limit
If the number of questions are less then the default limit which can
happen in the case of wikipedia guess game as it is dependent on the
most read articiles on wikipedia, it would create a infinite loop
sending us into infinite amount of errors, so let's prevent that, thanks
wookie
* chore: Add comment for d5f8205 change
* refactor: Remove double mention of dataclass in quizentry
* chore: Use r"" over noqa
We can use r"", a raw string, here to make it clear that \* and \s
aren't supposed to be handled as escape sequences and just use the "raw
string".
* fix: Correct off by one bug
Originally, before this commit, we checked the number of questions left
by comparing `len(done_questions) > self.question_limit`, so question
limit had to be 1 since if it wasn't we would compare 7 > 7, which would
be false and then it would send another question.
To correct this bug, we now use == comparision on the two, so if the
number of done questions is same as the question limit it means that the
round is over. I have changed the relevant parts of the code to reflect
this change i.e. where-ever we did +-1 due to the off by one bug.
* refactor: Noramlize the title to remove all punctuations
Since the title can sometimes contain punctuations making it very
difficult to get the matching answer to the question, we originally
removed all such questions. This took the question count down :( and
wasn't an effective way. Therefore now we keep them but as normalized,
yay!
I have also updated the code documentation to make the process much
clearer to anyone reading the "normalizing" code section of the wiki
questions generator.
* refactor: Keep answers as a list & not ",".join()
Wasn't fitting in character limit so shorterned it ^^ lol. Okay, getting
to the point, this mentions fix error's comment of making quiz entry
except the answers as a list and not as a string which could a comma
joined list. The same structure was in the json resource, where multiple
answers where joined with commas. This didn't allow you to use commas in
answers.
So I went ahead and did a bit more than requested to change the json
structure and make `answers` a list. Also now all questions are in the
form of the quiz entry to keep it same through out the code and var
tolerance has become a valid param in QuizEntry, this is done because it
was differing between questions, if not needed this would make the
process to add `var_tol` as a argument to the json easier. And that's
it!
Co-authored-by: Objectivitix <[email protected]>
Co-authored-by: Xithrius <[email protected]>
Co-authored-by: ToxicKidz <[email protected]>
Co-authored-by: wookie184 <[email protected]>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This moves all the fun commands and games into the fun folder.
This commit also makes changes to the duck_game.
It was setting a footer during an embed init, which is no longer
possible with the version of d.py we use. Additionally, an issue with
editing an embed that had a local image loaded.
The workaround for the time being is to update the message,
not the embed.
|
| |
|
|
|
|
|
|
| |
Separates out the useful/practical seasonal bot features from the
evergreen folder into a "utilities" folder.
Adjusts the paths to resources to reflect the folder move.
|
|
|
|
|
| |
Moves the Pride features to the Holidays folder.
Corrected the paths to reflect this change.
|
|
|
|
|
| |
Moves the valentine's day features to the holidays folders.
Corrected the paths to reflect the folder moves.
|
|
|
|
|
| |
Moves all the hallowen features to the holidays folder.
Also updates the paths to reflect the folder moves.
|
|
|
|
|
|
| |
This moves the easter seasonal features into a more cohesive
holidays/easter folder. Additionally, this splits out earth day into
its own holiday folder.
|
|
|
|
|
|
|
|
|
|
| |
Moves Advent of Code and Hacktoberfest into an events
folder. Although these are roughly associated with holidays,
they are standalone events that we have participated in
in the past.
Therefore they're being moved to an events folder
separate from the "fun" or "holidays" folders.
|
|\ |
|
| | |
|
| | |
|
| | |
|