Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2021-08-21 | Resize avatar to 1024x1024 before applying effects | -1/+1 | ||
2021-08-20 | Improve overall code transparency in the Wikipedia Cog | -3/+1 | ||
Co-authored-by: Bluenix <[email protected]> | ||||
2021-08-20 | Remove unnecessary variables from the Wikipedia cog | -4/+4 | ||
2021-08-20 | Adjust spacing in the Wikipedia Cog | -1/+1 | ||
Co-authored-by: Bluenix <[email protected]> | ||||
2021-08-20 | Adjust code transparency in the Wikipedia Cog | -2/+1 | ||
Co-authored-by: Bluenix <[email protected]> | ||||
2021-08-17 | Improve code transparency in the Wikipedia Cog | -1/+0 | ||
Co-authored-by: Rohan Reddy Alleti <[email protected]> | ||||
2021-08-17 | Improve code consistency and spacing in the Wikipedia Cog | -17/+16 | ||
2021-08-16 | Removed a massive it block | -23/+24 | ||
2021-08-16 | Added more topics to `py_topics.yaml`. | -1/+14 | ||
2021-08-16 | lint fix because precommit didn't run | -4/+6 | ||
2021-08-16 | Merged .reverse into one command and made reversing the users profile ↵ | -38/+28 | ||
picture the default behavior | ||||
2021-08-12 | Don't role check if running lovecalc on yourself | -7/+11 | ||
This skips the role check if the author is running the love calc command on themselves. We still want to check the the user running against has the role, along with if the author is running it against 2 other people. i have also included info on how to get the lovefest role in the error embed. | ||||
2021-08-12 | Give lovefest unsub info in lovecalc footer | -1/+2 | ||
2021-08-10 | Update love calculator error output to be consistent with other role check fails | -1/+1 | ||
Co-authored-by: Matteo Bertucci <[email protected]> | ||||
2021-08-10 | Remove unneeded checks in love calculator command | -13/+3 | ||
Now that we don't allow arbitrary strings, we can simplify the input validation/modification we do. | ||||
2021-08-10 | Update love calculator docstring to reflect new behaviour | -8/+6 | ||
Since we update how the command behaves, by not allow arbitrary stings, and being symmetrical, we should reflect this in the docstring. | ||||
2021-08-10 | Sort the members before calculating a love score | -1/+2 | ||
This ensures the same result for same input, regardless of order | ||||
2021-08-10 | Require both members used in love calculator have opt-ed into lovefest | -3/+9 | ||
This ensure that only uses that have opted into the love fest event can actually be used as part of this command. | ||||
2021-08-10 | Add February in_month check to love calculator command | -0/+3 | ||
This ensure the valentines themed command can only be ran during the valentines season. | ||||
2021-08-08 | Remove duplicated code, improve consitency in Wikipedia Cog, and error_handler | -27/+6 | ||
2021-08-08 | Improve code consitency in Wikipedia Cog,Exceptions, and Error handler | -15/+20 | ||
2021-08-08 | Update GithubInfo cog encode mechaninsm | -2/+2 | ||
Update Githubinfo to use quote instead of quote_plus when fetching repository info. | ||||
2021-08-08 | Upgrade code transparency in the StackOverflow Cog | -2/+2 | ||
2021-08-08 | Update Stackoverflow, Wolfram, movie_generator cogs to use aiohttp get params | -25/+29 | ||
2021-08-07 | Fine tune indenting in GithubInfo cog | -2/+4 | ||
2021-08-07 | Improve code indentation in the Githubinfo Cog | -2/+2 | ||
2021-08-07 | Improve code consistency in Movie, Wikipedia and Hactoberstats Cogs | -2/+4 | ||
2021-08-07 | Update Hacktoberstats' get_october_prs function to use aiohttps get params | -8/+9 | ||
2021-08-07 | Use quote_plus instead of quote in the Githubinfo Cog | -4/+5 | ||
2021-08-07 | Update the Wikipedia Cog to use aiohttp get params | -4/+13 | ||
2021-08-07 | Update the movie cog to use aiohttp get params | -5/+4 | ||
2021-08-06 | Modify code to comply with new linter error N818 | -7/+7 | ||
2021-08-06 | Replace fuzzywuzzy with rapidfuzz | -22/+78 | ||
2021-08-06 | Pinned aioredis to 1.3 and relocked dependencies | -155/+196 | ||
aioredis pin needed as fakeredis doesn't support aioredis 2.0.0, but poetry update was not respecting that requirement | ||||
2021-08-03 | Added emoji IDs to constants.py | -2/+2 | ||
2021-08-02 | Refactor wiki_request, add External API related error,-handler | -37/+47 | ||
- Refactor wiki_request in the Wikipedia Cog, remove unnecessary else statements. - Add ExternalAPIError, and a handler for this Exception into error_handler | ||||
2021-08-02 | Handle Wikipedia API errors and warnings in the Wikipedia Cog | -22/+33 | ||
- Add an additional check to handle errors and warnings coming from the side of the Wikipedia API, as the response code sent by the Wikipedia API remains 200 even if there is an error. | ||||
2021-07-29 | make user affirm their pr follows guidelines | -1/+1 | ||
The contributing guidelines also contain a part which requires contributions to follow the open source license. This requires the user to agree that they do follow said guidelines. | ||||
2021-07-21 | Remove command that can run on users other than the author | -8/+4 | ||
2021-07-21 | Remove command that parrots images input from users | -32/+0 | ||
2021-07-06 | Remove hacktoberfest channel overrides | -7/+2 | ||
The hacktoberfest channel has now been removed, so these overrides can also be removed. The commands may still be useful in future, and can be used in lancebot's playground. | ||||
2021-07-06 | Add "cs" and "python" categories to the `.quiz` command | -21/+326 | ||
* 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]> | ||||
2021-07-06 | Allow commands in code jam team channels | -0/+6 | ||
2021-06-25 | Modify scarymovie to use the constants module everywhere in the code | -4/+2 | ||
2021-06-25 | Update bot/exts/halloween/scarymovie.py | -1/+1 | ||
Co-authored-by: ToxicKidz <[email protected]> | ||||
2021-06-25 | Update bot/exts/halloween/scarymovie.py | -1/+0 | ||
Co-authored-by: ToxicKidz <[email protected]> | ||||
2021-06-25 | Update scarymovie.py to use the constants module | -3/+2 | ||
2021-06-24 | Remove unused variable (TMDB_TOKEN) | -1/+0 | ||
2021-06-24 | Fix .scarymovie command(halloween) | -3/+4 | ||
Modify the incorrect API endpoint and set HTTP parameters accordingly. | ||||
2021-06-10 | Add transparent border to new Github octicons | -7/+7 | ||