aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2020-10-01modified error messageGravatar Anubhav1603-2/+3
2020-10-01Update bot/exts/valentines/valentine_zodiac.pyGravatar Anubhav-8/+1
Co-authored-by: Thomas Petersson <[email protected]>
2020-10-01Authenticate GitHub API requests for the Hacktoberfest issue finder.Gravatar Den4200-3/+9
2020-10-01modified error msgGravatar Anubhav1603-8/+10
2020-10-01formated date and month of error in better wayGravatar Anubhav1603-1/+1
2020-10-01changed line 64 logging to trace and in error description added date alsoGravatar Anubhav1603-2/+3
2020-10-01capitalised first letter from weaknesses and strengthsGravatar Anubhav1603-20/+20
2020-10-01rearranged order of embedGravatar Anubhav1603-1/+1
2020-10-01removed \n and added ,Gravatar Anubhav1603-12/+12
2020-10-01added check for partnerzodiac to validateGravatar Anubhav1603-12/+16
2020-10-01corrected doc string and changed date to query_dateGravatar Anubhav1603-3/+3
2020-10-01changed ` to codeblockGravatar Anubhav1603-1/+1
2020-10-01changed trace to info in except blockGravatar Anubhav1603-2/+2
2020-10-01adjusted logging level,corrected grammer and small bugfixGravatar Anubhav1603-35/+35
2020-10-01Removed unnecessary GitHub API request and checked response message instead.Gravatar Den4200-6/+13
This check is to see if a GitHub user is non-existent. We do not want to log this as an error.
2020-09-30Check the GitHub user exists before searching for their PRs.Gravatar Den4200-0/+5
Ensures an error does not occur when a GitHub user does not exist.
2020-09-30Authenticate GitHub API requests for Hacktoberfest stats.Gravatar Den4200-3/+6
Also changed the user agent from `Discord Python Hacktoberbot` to `Python Discord Hacktoberbot`.
2020-10-01Improve formatting in timeleftGravatar Joe Banks-2/+5
2020-09-30Update timeleft to not be locked to OctoberGravatar Joe Banks-11/+18
2020-09-30Update t-shirt references to t-shirts and trees!Gravatar Joe Banks-3/+3
2020-09-30Update Hacktoberfest image URLGravatar Joe Banks-1/+1
2020-09-30Allow hacktoberfest commands in September and NovemberGravatar Joe Banks-3/+3
2020-09-30Update the Hacktoberfest channel constantGravatar Sebastiaan Zeeff-2/+2
I've updated the Hacktoberfest channel ID to the ID of the new channel just created for the 2020 edition of the event.
2020-09-30Remove SpookySound Cog that played sounds in voiceGravatar Sebastiaan Zeeff-53/+0
We had an old Cog that would allow our members to run a command to make Seasonal Bot join a voice channel to play a spooky sound. However, as our voice channel use has changed over the past year, we don't think that it's still a good idea to do this. That's why I removed the Cog and the constants related to it.
2020-09-29Rename BetterMessageConverter -> WrappedMessageConverterGravatar bast-3/+3
2020-09-29cleaned codeGravatar Anubhav-0/+2
Co-authored-by: Thomas Petersson <[email protected]>
2020-09-29changed pink colour embed to soft_redGravatar Anubhav1603-1/+1
2020-09-29changed errore method to genrate_error method,changed error embed colour to ↵Gravatar Anubhav1603-7/+7
red and minor tweaks
2020-09-29solved the invalid syntax issueGravatar Anubhav1603-1/+1
2020-09-28Update bot/exts/valentines/valentine_zodiac.pyGravatar Anubhav-1/+1
Co-authored-by: Thomas Petersson <[email protected]>
2020-09-28Update bot/exts/valentines/valentine_zodiac.pyGravatar Anubhav-1/+1
Co-authored-by: Thomas Petersson <[email protected]>
2020-09-28changed date -> datetime and added aliases partnerGravatar Anubhav1603-9/+9
2020-09-27Update bot/exts/valentines/valentine_zodiac.pyGravatar Anubhav-1/+1
Co-authored-by: wookie184 <[email protected]>
2020-09-27corrected grammer of logging statement ,imported json and add [] backGravatar Anubhav1603-15/+12
2020-09-27added period in log statement and removed [] from list comp at error methodGravatar Anubhav1603-9/+9
2020-09-27added \nGravatar Anubhav1603-1/+1
2020-09-27removed triple quotes and made code readableGravatar Anubhav1603-2/+4
2020-09-27rewritten code of error method in better mannerGravatar Anubhav1603-4/+7
2020-09-27removed extra var from error methodGravatar Anubhav1603-7/+7
2020-09-27Changed zodiac_sign_verify to zodiac_build_embedGravatar Anubhav-1/+1
Co-authored-by: PureFunctor <[email protected]>
2020-09-26added break and made separate error functionGravatar Anubhav1603-9/+14
2020-09-26fixed var nameGravatar Anubhav1603-1/+1
2020-09-26changed error msgGravatar Anubhav1603-16/+10
2020-09-26changed capricorn end_at from 2020 to 2021Gravatar Anubhav1603-1/+1
2020-09-26Changed item to valuesGravatar Anubhav-1/+1
Co-authored-by: Rohan Reddy Alleti <[email protected]>
2020-09-25Add more docstrings and flake8 cleanupGravatar bast-4/+4
2020-09-25Make .bm handle embed-suppression syntax for message links <link>Gravatar bast-1/+18
[link] and [<link>] are also supported
2020-09-25handled error for and corrected error for invalid input, removed unncessary ↵Gravatar Anubhav1603-40/+36
list
2020-09-25corrected typoGravatar Anubhav1603-3/+3
2020-09-25added fromisoformat and bugfixGravatar Anubhav1603-4/+8