aboutsummaryrefslogtreecommitdiffstats
path: root/bot/command.py (unfollow)
Commit message (Collapse)AuthorLines
2021-08-07Update the Wikipedia Cog to use aiohttp get paramsGravatar D0rs4n-4/+13
2021-08-07Update the movie cog to use aiohttp get paramsGravatar D0rs4n-5/+4
2021-08-03Added emoji IDs to constants.pyGravatar Xithrius-2/+2
2021-07-29make user affirm their pr follows guidelinesGravatar aru-1/+1
The contributing guidelines also contain a part which requires contributions to follow the open source license. This requires the user to agree that they do follow said guidelines.
2021-07-21Remove command that can run on users other than the authorGravatar Chris Lovering-8/+4
2021-07-21Remove command that parrots images input from usersGravatar Chris Lovering-32/+0
2021-07-06Remove hacktoberfest channel overridesGravatar Chris Lovering-7/+2
The hacktoberfest channel has now been removed, so these overrides can also be removed. The commands may still be useful in future, and can be used in lancebot's playground.
2021-07-06Add "cs" and "python" categories to the `.quiz` commandGravatar Objectivitix-21/+326
* add 30 questions each under the categories "cs" and "python" add the two categories into the code and modify the starting phase Co-authored-by: Xithrius <[email protected]> Co-authored-by: ToxicKidz <[email protected]>
2021-07-06Allow commands in code jam team channelsGravatar wookie184-0/+6
2021-06-25Modify scarymovie to use the constants module everywhere in the codeGravatar D0rs4n-4/+2
2021-06-25Update bot/exts/halloween/scarymovie.pyGravatar D0rs4n-1/+1
Co-authored-by: ToxicKidz <[email protected]>
2021-06-25Update bot/exts/halloween/scarymovie.pyGravatar D0rs4n-1/+0
Co-authored-by: ToxicKidz <[email protected]>
2021-06-25Update scarymovie.py to use the constants moduleGravatar D0rs4n-3/+2
2021-06-24Remove unused variable (TMDB_TOKEN)Gravatar D0rs4n-1/+0
2021-06-24Fix .scarymovie command(halloween)Gravatar D0rs4n-3/+4
Modify the incorrect API endpoint and set HTTP parameters accordingly.
2021-06-10Add transparent border to new Github octiconsGravatar Chris-7/+7
2021-06-09Update tense of icon constantsGravatar Chris-4/+4
This is so the name of the constants describe the state in the correct tense Co-authored-by: Numerlor <[email protected]>
2021-06-09Update Github emoji to new iconsGravatar Chris-9/+11
Github updated their icons, so we should update ours too. Co-authored-by: GDWR <[email protected]>
2021-06-09Change docstringGravatar Vivaan Parashar-1/+1
2021-06-09Remove commented emojisGravatar Vivaan Parashar-2/+0
2021-06-09Remove unecessary ifGravatar Vivaan Parashar-4/+3
2021-06-09display player names in drawn matchGravatar Shantanu Singh-1/+1
2021-06-08resolved indentation errorGravatar Shantanu Singh-1/+1
2021-06-08resolved syntax errorGravatar Shantanu Singh-5/+7
2021-06-08resolved linting error with if-elseGravatar Shantanu Singh-1/+4
2021-06-08embed displays draw condition on show commandGravatar shantanusingh1069-1/+1
2021-06-07remove attribution commentsGravatar Vivaan Parashar-3/+0
2021-06-07Remove user's query from embed titleGravatar Vivaan Parashar-1/+1
2021-06-07use normal string instead of raw stringGravatar Vivaan Parashar-1/+1
2021-06-07stop spamming stackoverflow api in caseGravatar Vivaan Parashar-8/+5
status code is not 200
2021-06-07Use reddit emojis for upvote and answersGravatar Vivaan Parashar-4/+4
2021-06-06Change to unless-stopped restart policyGravatar Chris-1/+6
Since we use the same port for redis on all out projects, having this always restart causes conflicts for people starting up docker and wanting to use redis for anyother project.
2021-06-05chore: Use constants instead of instance variables that don't existGravatar ToxicKidz-2/+2
This caused attribute errors in the prideanthem and pridefact commands.
2021-06-05made minor typo changesGravatar prashant-2/+2
2021-06-05changed single quotes to double to follow style guideGravatar prashant-14/+14
2021-06-05made changes suggested by ToxicKidzGravatar prashant-2/+1
2021-06-04Install Poetry globally in DockerGravatar Chris-3/+2
The previous way would error out when building due to not being able to find a file on the overwritten path. https://paste.pythondiscord.com/alixoqaxuc.py
2021-06-04resolved minor grammar issue.Gravatar Prashant-1/+1
Co-authored-by: Anand Krishna <[email protected]>
2021-06-04-removed dead codeGravatar prashant-9/+4
-used ctx.send instead of channel.send
2021-06-04changed contribution linkGravatar prashant-1/+1
2021-06-04removed upper case on printing result and made minor grammar changes.Gravatar Prashant-3/+3
Co-authored-by: Xithrius <[email protected]>
2021-06-04cleaned up dead codeGravatar prashant-30/+0
2021-06-04made changes given by XithGravatar prashant-14/+26
2021-06-04Update bot/exts/evergreen/rps.pyGravatar Prashant-2/+1
Co-authored-by: Xithrius <[email protected]>
2021-06-04removed guild_only, now user can DM this command too!Gravatar prashant-2/+0
2021-06-04Fix lint issueGravatar Shivansh-1/+1
2021-06-04Pass information dict into embed builderGravatar Shivansh-10/+12
2021-06-03Add message to contribute instead of wiki link in error embedGravatar Shivansh-6/+1
2021-06-03Pass pride leader name into embed generatorGravatar Shivansh-2/+2
2021-06-03Make self.pride a constantGravatar Shivansh-12/+10