aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* apply @Den4200's suggestionsGravatar Chris Gallardo2020-10-05-6/+4
| | | | Co-Authored-By: Dennis Pham <[email protected]>
* apply @Den4200's suggestionsGravatar Chris Gallardo2020-10-05-5/+8
| | | | Co-Authored-By: Dennis Pham <[email protected]>
* Apply suggestions from code reviewGravatar Chris Gallardo2020-10-04-1/+1
| | | Co-authored-by: gustavwilliam <[email protected]>
* Apply suggestions from @gustavwilliam's code reviewGravatar Chris Gallardo2020-10-03-7/+6
| | | Co-authored-by: gustavwilliam <[email protected]>
* Merge branch 'master' into save_the_planetGravatar Chris Gallardo2020-10-03-40/+251
|\
| * Merge pull request #455 from Anubhav1603/partnerzodiacGravatar Matteo Bertucci2020-10-03-40/+251
| |\ | | | | | | Add the Partnerzodiac command
| | * Merge branch 'master' into partnerzodiacGravatar Thomas Petersson2020-10-03-264/+724
| | |\ | | |/ | |/|
| | * 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
| | |
| | * capitalised first letter from weaknesses and strengthsGravatar Anubhav16032020-10-01-20/+20
| | |
| | * rearranged order of embedGravatar Anubhav16032020-10-01-1/+1
| | |
| | * removed \n and added ,Gravatar Anubhav16032020-10-01-12/+12
| | |
| | * added check for partnerzodiac to validateGravatar Anubhav16032020-10-01-12/+16
| | |
| | * corrected doc string and changed date to query_dateGravatar Anubhav16032020-10-01-3/+3
| | |
| | * changed ` to codeblockGravatar Anubhav16032020-10-01-1/+1
| | |
| | * changed trace to info in except blockGravatar Anubhav16032020-10-01-2/+2
| | |
| | * Merge branch 'partnerzodiac' of github.com:Anubhav1603/seasonalbot into ↵Gravatar Anubhav16032020-10-01-0/+2
| | |\ | | | | | | | | | | | | partnerzodiac
| | | * cleaned codeGravatar Anubhav2020-09-29-0/+2
| | | | | | | | | | | | Co-authored-by: Thomas Petersson <[email protected]>
| | * | adjusted logging level,corrected grammer and small bugfixGravatar Anubhav16032020-10-01-35/+35
| | |/
| | * changed pink colour embed to soft_redGravatar Anubhav16032020-09-29-1/+1
| | |
| | * changed errore method to genrate_error method,changed error embed colour to ↵Gravatar Anubhav16032020-09-29-7/+7
| | | | | | | | | | | | red and minor tweaks
| | * solved the invalid syntax issueGravatar Anubhav16032020-09-29-1/+1
| | |
| | * Update bot/exts/valentines/valentine_zodiac.pyGravatar Anubhav2020-09-28-1/+1
| | | | | | | | | Co-authored-by: Thomas Petersson <[email protected]>
| | * Update bot/exts/valentines/valentine_zodiac.pyGravatar Anubhav2020-09-28-1/+1
| | | | | | | | | Co-authored-by: Thomas Petersson <[email protected]>
| | * changed date -> datetime and added aliases partnerGravatar Anubhav16032020-09-28-9/+9
| | |
| | * Update bot/exts/valentines/valentine_zodiac.pyGravatar Anubhav2020-09-27-1/+1
| | | | | | | | | Co-authored-by: wookie184 <[email protected]>
| | * corrected grammer of logging statement ,imported json and add [] backGravatar Anubhav16032020-09-27-15/+12
| | |
| | * added period in log statement and removed [] from list comp at error methodGravatar Anubhav16032020-09-27-9/+9
| | |
| | * added \nGravatar Anubhav16032020-09-27-1/+1
| | |
| | * removed triple quotes and made code readableGravatar Anubhav16032020-09-27-2/+4
| | |
| | * rewritten code of error method in better mannerGravatar Anubhav16032020-09-27-4/+7
| | |
| | * removed extra var from error methodGravatar Anubhav16032020-09-27-7/+7
| | |
| | * Changed zodiac_sign_verify to zodiac_build_embedGravatar Anubhav2020-09-27-1/+1
| | | | | | | | | Co-authored-by: PureFunctor <[email protected]>
| | * added break and made separate error functionGravatar Anubhav16032020-09-26-9/+14
| | |
| | * fixed var nameGravatar Anubhav16032020-09-26-1/+1
| | |
| | * fixed merge confictGravatar Anubhav16032020-09-26-1/+1
| | |\
| | | * Changed item to valuesGravatar Anubhav2020-09-26-1/+1
| | | | | | | | | | | | Co-authored-by: Rohan Reddy Alleti <[email protected]>
| | * | changed error msgGravatar Anubhav16032020-09-26-16/+10
| | | |
| | * | changed capricorn end_at from 2020 to 2021Gravatar Anubhav16032020-09-26-1/+1
| | |/
| | * handled error for and corrected error for invalid input, removed unncessary ↵Gravatar Anubhav16032020-09-25-40/+36
| | | | | | | | | | | | list
| | * corrected typoGravatar Anubhav16032020-09-25-3/+3
| | |
| | * added fromisoformat and bugfixGravatar Anubhav16032020-09-25-4/+8
| | |
| | * Merge branch 'partnerzodiac' of github.com:Anubhav1603/seasonalbot into ↵Gravatar Anubhav16032020-09-25-31/+26
| | |\ | | | | | | | | | | | | partnerzodiac
| | | * changed zodiac sign to self.zodiac signGravatar Anubhav2020-09-25-1/+1
| | | | | | | | | | | | Co-authored-by: Rohan Reddy Alleti <[email protected]>
| | | * changed p1 to explanation file and p2 to compatible file to work with codeGravatar Anubhav2020-09-25-2/+2
| | | | | | | | | | | | Co-authored-by: PureFunctor <[email protected]>
| | | * changed p1 to explanation file and p2 to compatible fileGravatar Anubhav2020-09-25-2/+2
| | | | | | | | | | | | Co-authored-by: PureFunctor <[email protected]>