aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/valentines (follow)
Commit message (Collapse)AuthorAgeLines
* Move Valentines to Holidays folderGravatar Janine vN2021-09-04-714/+0
| | | | | Moves the valentine's day features to the holidays folders. Corrected the paths to reflect the folder moves.
* Merge branch 'main' into android-codeblock-fixGravatar Xithrius2021-09-03-6/+5
|\
| * Fix type annotationsGravatar decorator-factory2021-08-31-6/+5
| |
* | Start and end codeblocks with newlines to avoid android rendering them inlineGravatar wookie1842021-09-01-1/+1
|/
* Don't role check if running lovecalc on yourselfGravatar Chris Lovering2021-08-12-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.
* Give lovefest unsub info in lovecalc footerGravatar Chris Lovering2021-08-12-1/+2
|
* Update love calculator error output to be consistent with other role check failsGravatar ChrisJL2021-08-10-1/+1
| | | Co-authored-by: Matteo Bertucci <[email protected]>
* Remove unneeded checks in love calculator commandGravatar Chris Lovering2021-08-10-13/+3
| | | | Now that we don't allow arbitrary strings, we can simplify the input validation/modification we do.
* Update love calculator docstring to reflect new behaviourGravatar Chris Lovering2021-08-10-8/+6
| | | | Since we update how the command behaves, by not allow arbitrary stings, and being symmetrical, we should reflect this in the docstring.
* Sort the members before calculating a love scoreGravatar Chris Lovering2021-08-10-1/+2
| | | | This ensures the same result for same input, regardless of order
* Require both members used in love calculator have opt-ed into lovefestGravatar Chris Lovering2021-08-10-3/+9
| | | | This ensure that only uses that have opted into the love fest event can actually be used as part of this command.
* Add February in_month check to love calculator commandGravatar Chris Lovering2021-08-10-0/+3
| | | | This ensure the valentines themed command can only be ran during the valentines season.
* Update Stackoverflow, Wolfram, movie_generator cogs to use aiohttp get paramsGravatar D0rs4n2021-08-08-3/+2
|
* chore: Apply suggestions from code reviewGravatar ToxicKidz2021-05-15-1/+1
| | | Co-authored-by: Xithrius <[email protected]>
* chore: Make all aliases in commands tuplesGravatar ToxicKidz2021-05-15-1/+1
|
* chore: Update myvalenstate.pyGravatar ToxicKidz2021-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 guideGravatar ToxicKidz2021-05-14-2/+4
|
* chore: Use pathlib.Path.read_text & write_text over openGravatar ToxicKidz2021-05-13-27/+20
|
* chore: Apply more suggested changesGravatar ToxicKidz2021-05-10-12/+6
|
* chore: Simplify the if statementGravatar ToxicKidz2021-05-07-1/+1
| | | Co-authored-by: Anand Krishna <[email protected]>
* chore: Apply anand's suggested changesGravatar ToxicKidz2021-05-07-4/+3
|
* chore: Replace the remaining double quotes with double quotesGravatar ToxicKidz2021-05-04-6/+6
|
* fix: Pass bot only when __init__ is definedGravatar ToxicKidz2021-05-04-14/+11
|
* chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-49/+49
|
* chore: Clean Up the Valentines SeasonGravatar ToxicKidz2021-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.sendGravatar vcokltfre2021-04-20-3/+3
|
* make invoke_help_command only take ctxGravatar ToxicKidz2021-03-13-1/+1
|
* make utility invoke_help_command functionGravatar ToxicKidz2021-03-12-2/+2
|
* change ctx.send_help to ctx.invoke(help_command)Gravatar ToxicKidz2021-03-11-1/+2
| | | | ;
* Remove leftover > from testing.Gravatar Chris2021-02-13-1/+1
|
* Output message in the same embed.Gravatar Chris2021-02-13-19/+11
|
* Raise user input error to reset cdGravatar Chris2021-02-13-5/+6
|
* Small grammar fixGravatar Shivansh-0072021-02-06-1/+1
|
* Remove debug codeGravatar Shivansh-0072021-02-06-1/+1
|
* Slight modifications to functionality of bemyvalentine secret and its messagesGravatar Shivansh-0072021-02-06-4/+5
|
* Improve grammar and update docstrings, add try..except block while sending DMsGravatar Shivansh-0072021-02-06-6/+9
|
* If whom is None, take the user as whomGravatar Shivansh-0072021-02-05-3/+6
|
* Remove code that requires intents.member set TrueGravatar Shivansh-0072021-02-05-9/+1
|
* Fix return statements and return type annotationsGravatar Shivansh-0072021-02-05-3/+6
|
* Intial Commit; Change secret functionality and fix member intents issueGravatar Shivansh-0072021-02-04-53/+17
|
* Remove references to old name.Gravatar Leon Sandøy2020-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 ToSGravatar Will Da Silva2020-10-16-0/+2
|
* modified error messageGravatar Anubhav16032020-10-02-3/+5
|
* modified error messageGravatar Anubhav16032020-10-01-2/+3
|
* Update bot/exts/valentines/valentine_zodiac.pyGravatar Anubhav2020-10-01-8/+1
| | | Co-authored-by: Thomas Petersson <[email protected]>
* modified error msgGravatar Anubhav16032020-10-01-8/+10
|
* formated date and month of error in better wayGravatar Anubhav16032020-10-01-1/+1
|
* changed line 64 logging to trace and in error description added date alsoGravatar Anubhav16032020-10-01-2/+3
|
* rearranged order of embedGravatar Anubhav16032020-10-01-1/+1
|
* added check for partnerzodiac to validateGravatar Anubhav16032020-10-01-12/+16
|