aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/realpython.py (unfollow)
Commit message (Expand)AuthorLines
2021-12-04Adjust variable name for clarity and add spaceGravatar Janine vN-3/+3
2021-12-03Adjust `.aoc lb` to use linked account in cacheGravatar Janine vN-1/+5
2021-12-03Make aoc_name a keyword arguemnt to accept spacesGravatar Janine vN-1/+1
2021-12-03Adjust wording on log statements to present tenseGravatar Janine vN-3/+3
2021-12-03Add unlink AoC commandGravatar Janine vN-0/+21
2021-12-03Remove unneeded check and add commentsGravatar Janine vN-15/+2
2021-12-02Note why .aoc lb strips quotes from namesGravatar Ben Soyka-0/+1
2021-12-02Note that only one layer of quotes is stripped in .aoc lbGravatar Ben Soyka-1/+3
2021-12-01Shorten parameter name for .aoc lbGravatar Ben Soyka-13/+8
2021-12-01Strip quotes from start/end of the username for .aoc lbGravatar Ben Soyka-0/+4
2021-12-01Make self_placement_name keyword-only in .aoc lbGravatar Ben Soyka-0/+1
2021-12-01Add `.aoc link` commandGravatar Janine vN-0/+69
2021-12-01fix: hanukkah command respects month boundariesGravatar aru-48/+36
2021-11-29Use Discord timestamps for aoc next day messages countdownsGravatar Chris Lovering-4/+3
2021-11-29Use a Discord timestamp to show countdownGravatar Chris Lovering-6/+2
2021-11-29Swap conditional in aoc countGravatar Chris Lovering-21/+20
2021-11-29Revert change to if statement checking if staff in `.aoc join`Gravatar Izan-1/+1
2021-11-29Change `MODERATION_ROLES` and `STAFF_ROLES` constants to be a setGravatar Izan-2/+2
2021-11-22Fix a grammatical mistake in the description of the `.spookify` commandGravatar DMFriends-1/+1
2021-11-21Add check to ensure the day-and-star data existsGravatar D0rs4n-3/+8
2021-11-20Disable File Logging By DefaultGravatar Hassan Abouelela-4/+2
2021-11-20Remove unnecessary edits during paginationGravatar aru-10/+0
2021-11-19Update Caching logic in AoC helpersGravatar D0rs4n-6/+40
2021-11-18Introduce command changes in the AoC CogGravatar D0rs4n-31/+66
2021-11-14Resources: add copyright notice to ryanzec_colours.jsonGravatar Matteo Bertucci-1/+1
2021-11-13fix: handle bare command embed titleGravatar bradtimmis-1/+1
2021-11-13fix: update type hint, color to colour, embed wordingGravatar bradtimmis-10/+10
2021-11-13fix: remove unnecessary return in main commandGravatar bradtimmis-3/+0
2021-11-12fix: remove equal sign from hex length checkGravatar bradtimmis-2/+2
2021-11-12fix: bare return instead of explicit NoneGravatar brad90four-1/+1
2021-11-12fix: replace Union with Optional type hintGravatar brad90four-1/+1
2021-11-12fix: check length of hex before stripGravatar bradtimmis-1/+3
2021-11-12Move Sentry Into InitGravatar Hassan Abouelela-22/+19
2021-11-12Disable File Logs In ProductionGravatar Hassan Abouelela-10/+13
2021-11-11update: remove redundancy in dosctringGravatar bradtimmis-1/+1
2021-11-11fix: remove alpha values in embed for hexGravatar bradtimmis-2/+2
2021-11-11update: remove redundancy in docstringGravatar brad90four-1/+1
2021-11-11fix: change color to Colour in commentGravatar bradtimmis-1/+1
2021-11-11fix: remove async call for match_colour_nameGravatar bradtimmis-8/+11
2021-11-11fix: change color to colour in no match found resultGravatar brad90four-1/+1
2021-11-10cleanup: change main command docstring to be more clearGravatar bradtimmis-1/+5
2021-11-10cleanup: finalize reviews requested changesGravatar bradtimmis-15/+12
2021-11-10test: correct embed descriptionsGravatar brad90four-3/+3
2021-11-10test: return after default random invocationGravatar brad90four-0/+1
2021-11-10test: UI/UX updates, not tested yetGravatar brad90four-9/+22
2021-11-10fix: change kwarg to color_input instead of extraGravatar bradtimmis-2/+2
2021-11-10fix: handle user hex in embedGravatar bradtimmis-0/+2
2021-11-09fix: replace 'random' in embed with color modeGravatar bradtimmis-1/+1
2021-11-09chore: remove 0 from range and change to "Gravatar bradtimmis-5/+5
2021-11-09chore: re-arrange command invocation with try/exceptGravatar bradtimmis-6/+8