| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Update bot/exts/valentines/valentine_zodiac.py | 2020-09-27 | -1/+1 | |
| | | | | Co-authored-by: wookie184 <[email protected]> | |||
| * | corrected grammer of logging statement ,imported json and add [] back | 2020-09-27 | -15/+12 | |
| | | ||||
| * | added period in log statement and removed [] from list comp at error method | 2020-09-27 | -9/+9 | |
| | | ||||
| * | added \n | 2020-09-27 | -1/+1 | |
| | | ||||
| * | removed triple quotes and made code readable | 2020-09-27 | -2/+4 | |
| | | ||||
| * | rewritten code of error method in better manner | 2020-09-27 | -4/+7 | |
| | | ||||
| * | removed extra var from error method | 2020-09-27 | -7/+7 | |
| | | ||||
| * | Changed zodiac_sign_verify to zodiac_build_embed | 2020-09-27 | -1/+1 | |
| | | | | Co-authored-by: PureFunctor <[email protected]> | |||
| * | added break and made separate error function | 2020-09-26 | -9/+14 | |
| | | ||||
| * | fixed var name | 2020-09-26 | -1/+1 | |
| | | ||||
| * | fixed merge confict | 2020-09-26 | -1/+1 | |
| |\ | ||||
| | * | Changed item to values | 2020-09-26 | -1/+1 | |
| | | | | | | | Co-authored-by: Rohan Reddy Alleti <[email protected]> | |||
| * | | changed error msg | 2020-09-26 | -16/+10 | |
| | | | ||||
| * | | changed capricorn end_at from 2020 to 2021 | 2020-09-26 | -1/+1 | |
| |/ | ||||
| * | handled error for and corrected error for invalid input, removed unncessary ↵ | 2020-09-25 | -40/+36 | |
| | | | | | list | |||
| * | corrected typo | 2020-09-25 | -3/+3 | |
| | | ||||
| * | added fromisoformat and bugfix | 2020-09-25 | -4/+8 | |
| | | ||||
| * | Merge branch 'partnerzodiac' of github.com:Anubhav1603/seasonalbot into ↵ | 2020-09-25 | -31/+26 | |
| |\ | | | | | | | partnerzodiac | |||
| | * | changed zodiac sign to self.zodiac sign | 2020-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 code | 2020-09-25 | -2/+2 | |
| | | | | | | | Co-authored-by: PureFunctor <[email protected]> | |||
| | * | changed p1 to explanation file and p2 to compatible file | 2020-09-25 | -2/+2 | |
| | | | | | | | Co-authored-by: PureFunctor <[email protected]> | |||
| | * | modified if else for checking capricon zodiac sign | 2020-09-25 | -18/+15 | |
| | | | | | | | Co-authored-by: Rohan Reddy Alleti <[email protected]> | |||
| | * | changed month name to calender | 2020-09-25 | -4/+4 | |
| | | | | | | | Co-authored-by: Rohan Reddy Alleti <[email protected]> | |||
| | * | Update bot/exts/valentines/valentine_zodiac.py | 2020-09-25 | -4/+2 | |
| | | | | | | | Co-authored-by: Rohan Reddy Alleti <[email protected]> | |||
| * | | fixed typo | 2020-09-25 | -2/+2 | |
| | | | ||||
| * | | changed datetime to isoformat | 2020-09-25 | -120/+120 | |
| |/ | ||||
| * | corrected inconsistent tab | 2020-09-24 | -88/+88 | |
| | | ||||
| * | handler exception of capricorn | 2020-09-24 | -0/+6 | |
| | | ||||
| * | added union to month now it take str and and int both | 2020-09-24 | -1/+15 | |
| | | ||||
| * | chaanged partnerzodiac group to zodiac group | 2020-09-24 | -25/+25 | |
| | | ||||
| * | corrected order of logging | 2020-09-24 | -1/+1 | |
| | | ||||
| * | corrected order of logging | 2020-09-24 | -2/+2 | |
| | | ||||
| * | replaced c_zodiac with zodiac | 2020-09-24 | -10/+11 | |
| | | ||||
| * | changed type of month and merged 2 static method into 1 | 2020-09-24 | -17/+22 | |
| | | ||||
| * | added starting date and ending date of zodiac sign in json | 2020-09-24 | -0/+24 | |
| | | ||||
| * | modified zodiac_sign_verifer | 2020-09-23 | -91/+9 | |
| | | ||||
| * | Merge branch 'master' of https://github.com/python-discord/seasonalbot into ↵ | 2020-09-22 | -124/+726 | |
| |\ | | | | | | | partnerzodiac | |||
| | * | Merge branch 'master' into master | 2020-09-22 | -124/+726 | |
| | |\ | ||||
| | | * | Use clean_content when fetching linked msgs for fun commands. | 2020-09-21 | -2/+2 | |
| | | | | ||||
| | | * | Merge branch 'master' into clean_uwu | 2020-09-21 | -48/+187 | |
| | | |\ | ||||
| | | | * | Fix order of imports | 2020-09-19 | -1/+1 | |
| | | | | | ||||
| | | | * | Authenticate with the GitHub API to allow for more requests | 2020-09-19 | -3/+7 | |
| | | | | | ||||
| | | | * | Invoke help command when no PRs/issues are given | 2020-09-19 | -0/+4 | |
| | | | | | ||||
| | | | * | Limit maximum PRs/issues to 10 per invocation | 2020-09-19 | -1/+14 | |
| | | | | | ||||
| | | | * | Allow `issue` command in #dev-branding | 2020-09-19 | -2/+6 | |
| | | | | | ||||
| | | | * | Described how links are shown in the embed. | 2020-09-19 | -0/+1 | |
| | | | | | ||||
| | | | * | Replaced single quotes with double, set the repo link to be user-defined | 2020-09-19 | -2/+2 | |
| | | | | | ||||
| | | | * | Updated issue/pr command to get multiple links. | 2020-09-19 | -38/+46 | |
| | | | | | ||||
| | | | * | Stop users from viewing messages they shouldn't. | 2020-09-18 | -6/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using a user token, a user could fetch the message ID of a message in any channel, which may leak information when potential Message objects are automatically converted and parsed. Now, the bot will only retrive text from a valid Message object if the user has read permissions for the message the channel is in. | |||
| | | | * | Merge branch 'master' into caesar-command | 2020-09-18 | -91/+589 | |
| | | | |\ | ||||