| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | * | | | | | Update max_size of paginator | 2020-09-21 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Should prevent `RuntimeError: Line exceeds maximum page size 698` Co-authored-by: Dennis Pham <[email protected]> | ||||
| | | | * | | | | | Fix core developers role id | 2020-09-21 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Previous versions used the id from a local test server - This version uses the PyDis core developer role | ||||
| | | | * | | | | | Add extensions managment command | 2020-09-21 | -0/+265 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allows admins and core developes to manage loaded and unloaded extensions (mostly cogs) - Mostly copied from the 'Python' bot, with some tweaks to make it work for SeasonalBot | ||||
| | | | * | | | | | Add status emojis in constants.py | 2020-09-21 | -0/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Required for extensions.py to work properly | ||||
| | | | * | | | | | Add utils module in bot/exts/ | 2020-09-21 | -0/+0 | ||
| | | | | | | | | | |||||
| | | | * | | | | | Update constants.py to include URLs | 2020-09-21 | -0/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Includes bot_avatar and github_bot_repo URLs - Necessary for extensions.py cog to work | ||||
| | | | * | | | | | Add extensions.py file | 2020-09-21 | -0/+34 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Necessary for extensions.py to work - Fully copied over from the 'Python' bot | ||||
| | | | * | | | | | Add checks.py file | 2020-09-21 | -0/+164 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Necessary for extensions.py to work - Copied from the 'Python' bot, with minor tweaks to make it work with SeasonalBot | ||||
| | | | | | * | | | 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 | ||
| | | | | | | | | | |||||
| | | | | | * | | | capitalised first letter from weaknesses and strengths | 2020-10-01 | -20/+20 | ||
| | | | | | | | | | |||||
| | | | | | * | | | rearranged order of embed | 2020-10-01 | -1/+1 | ||
| | | | | | | | | | |||||
| | | | | | * | | | removed \n and added , | 2020-10-01 | -12/+12 | ||
| | | | | | | | | | |||||
| | | | | | * | | | 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 | -35/+35 | ||
| | | | | | |/ / / | |||||
| | | | | | * | | | 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]> | ||||
| | | | | | * | | | 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]> | ||||