| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | chore: Apply suggestions from code review | 2021-05-15 | -1/+1 | |
| | | | | Co-authored-by: Xithrius <[email protected]> | |||
| * | chore: Make all aliases in commands tuples | 2021-05-15 | -1/+1 | |
| | | ||||
| * | chore: Update myvalenstate.py | 2021-05-15 | -3/+2 | |
| | | | | | Removes a redundant f string, and when is one leftover match, get the first item of the match list instead of having ['<match>'] | |||
| * | chore: Refactor more code to follow our style guide | 2021-05-14 | -2/+4 | |
| | | ||||
| * | chore: Use pathlib.Path.read_text & write_text over open | 2021-05-13 | -27/+20 | |
| | | ||||
| * | chore: Apply more suggested changes | 2021-05-10 | -12/+6 | |
| | | ||||
| * | chore: Simplify the if statement | 2021-05-07 | -1/+1 | |
| | | | | Co-authored-by: Anand Krishna <[email protected]> | |||
| * | chore: Apply anand's suggested changes | 2021-05-07 | -4/+3 | |
| | | ||||
| * | chore: Replace the remaining double quotes with double quotes | 2021-05-04 | -6/+6 | |
| | | ||||
| * | fix: Pass bot only when __init__ is defined | 2021-05-04 | -14/+11 | |
| | | ||||
| * | chore: Prefer double quotes over single quotes | 2021-05-04 | -49/+49 | |
| | | ||||
| * | chore: Clean Up the Valentines Season | 2021-05-03 | -33/+30 | |
| | | | | | | | - Change commands.Bot type hints to bot.Bot - Remove the setting of Cog.bot if it isn't being used - Change ctx.author -> ctx.message.author | |||
| * | chore: ctx.channel.send -> ctx.send | 2021-04-20 | -3/+3 | |
| | | ||||
| * | make invoke_help_command only take ctx | 2021-03-13 | -1/+1 | |
| | | ||||
| * | make utility invoke_help_command function | 2021-03-12 | -2/+2 | |
| | | ||||
| * | change ctx.send_help to ctx.invoke(help_command) | 2021-03-11 | -1/+2 | |
| | | | | | ; | |||
| * | Remove leftover > from testing. | 2021-02-13 | -1/+1 | |
| | | ||||
| * | Output message in the same embed. | 2021-02-13 | -19/+11 | |
| | | ||||
| * | Raise user input error to reset cd | 2021-02-13 | -5/+6 | |
| | | ||||
| * | Small grammar fix | 2021-02-06 | -1/+1 | |
| | | ||||
| * | Remove debug code | 2021-02-06 | -1/+1 | |
| | | ||||
| * | Slight modifications to functionality of bemyvalentine secret and its messages | 2021-02-06 | -4/+5 | |
| | | ||||
| * | Improve grammar and update docstrings, add try..except block while sending DMs | 2021-02-06 | -6/+9 | |
| | | ||||
| * | If whom is None, take the user as whom | 2021-02-05 | -3/+6 | |
| | | ||||
| * | Remove code that requires intents.member set True | 2021-02-05 | -9/+1 | |
| | | ||||
| * | Fix return statements and return type annotations | 2021-02-05 | -3/+6 | |
| | | ||||
| * | Intial Commit; Change secret functionality and fix member intents issue | 2021-02-04 | -53/+17 | |
| | | ||||
| * | Remove references to old name. | 2020-11-21 | -1/+1 | |
| | | | | | | I've tried to replace this with generic references where appropriate, but a lot of the time it just doesn't make a lot of sense to do so. | |||
| * | Comply with TMDB API ToS | 2020-10-16 | -0/+2 | |
| | | ||||
| * | modified error message | 2020-10-02 | -3/+5 | |
| | | ||||
| * | modified error message | 2020-10-01 | -2/+3 | |
| | | ||||
| * | Update bot/exts/valentines/valentine_zodiac.py | 2020-10-01 | -8/+1 | |
| | | | | Co-authored-by: Thomas Petersson <[email protected]> | |||
| * | modified error msg | 2020-10-01 | -8/+10 | |
| | | ||||
| * | formated date and month of error in better way | 2020-10-01 | -1/+1 | |
| | | ||||
| * | changed line 64 logging to trace and in error description added date also | 2020-10-01 | -2/+3 | |
| | | ||||
| * | rearranged order of embed | 2020-10-01 | -1/+1 | |
| | | ||||
| * | added check for partnerzodiac to validate | 2020-10-01 | -12/+16 | |
| | | ||||
| * | corrected doc string and changed date to query_date | 2020-10-01 | -3/+3 | |
| | | ||||
| * | changed ` to codeblock | 2020-10-01 | -1/+1 | |
| | | ||||
| * | changed trace to info in except block | 2020-10-01 | -2/+2 | |
| | | ||||
| * | Merge branch 'partnerzodiac' of github.com:Anubhav1603/seasonalbot into ↵ | 2020-10-01 | -0/+2 | |
| |\ | | | | | | | partnerzodiac | |||
| | * | cleaned code | 2020-09-29 | -0/+2 | |
| | | | | | | | Co-authored-by: Thomas Petersson <[email protected]> | |||
| * | | adjusted logging level,corrected grammer and small bugfix | 2020-10-01 | -23/+23 | |
| |/ | ||||
| * | changed pink colour embed to soft_red | 2020-09-29 | -1/+1 | |
| | | ||||
| * | changed errore method to genrate_error method,changed error embed colour to ↵ | 2020-09-29 | -7/+7 | |
| | | | | | red and minor tweaks | |||
| * | solved the invalid syntax issue | 2020-09-29 | -1/+1 | |
| | | ||||
| * | Update bot/exts/valentines/valentine_zodiac.py | 2020-09-28 | -1/+1 | |
| | | | | Co-authored-by: Thomas Petersson <[email protected]> | |||
| * | Update bot/exts/valentines/valentine_zodiac.py | 2020-09-28 | -1/+1 | |
| | | | | Co-authored-by: Thomas Petersson <[email protected]> | |||
| * | changed date -> datetime and added aliases partner | 2020-09-28 | -9/+9 | |
| | | ||||
| * | Update bot/exts/valentines/valentine_zodiac.py | 2020-09-27 | -1/+1 | |
| | | | | Co-authored-by: wookie184 <[email protected]> | |||