aboutsummaryrefslogtreecommitdiff
path: root/cogs/src.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete alts no matter whatLuca Matei Pintilie2024-08-101-2/+5
|
* Delete key and remove skip variableLuca Matei Pintilie2024-08-101-4/+3
|
* passLuca Matei Pintilie2024-08-101-0/+1
|
* Try to keep users not apart of the server, but remove the restLuca Matei Pintilie2024-08-101-13/+9
|
* Fix logic in removing altsLuca Matei Pintilie2024-08-101-9/+15
|
* Remove alts, add Active Runner role, increase src.py scheduled job to 30minLuca Matei Pintilie2024-08-101-17/+83
| | | | | | | | | | | Removing alts from the database to save on resources and to ensure the integrity of the roles. Adding Active Runner role, which will be given to runners with a run on the leaderboard in the past 2 years. Increasing to 30min as the jobs can overlap and overwrite each other, which is not a good idea. Helps with rate limiting as well.
* Update where you can get an API key linkLuca Matei Pintilie2024-03-231-1/+1
|
* src.py: Fix runs_blacklist functionality after package bumpLuca Matei Pintilie2023-09-021-7/+15
|
* update to discord.py==2.0.1 (#66)Skycloudd2022-08-301-2/+2
|
* fix run weblinksSkycloudd2021-07-051-3/+7
|
* ReformattingLuca Matei Pintilie2021-07-031-0/+1
|
* Remove conflicting commandaninternettroll2021-05-241-48/+0
|
* ReformattingAnInternetTroll2021-04-041-6/+13
|
* Get only the queue, not everythingrandomidiot132021-03-211-1/+1
|
* Merge pull request #49 from randomidiot13/patch-2Thomas Voss2021-03-211-0/+44
|\
| * Add !queuerandomidiot132021-03-211-0/+44
| |
* | remove embed from run rejection messageSkycloudd2021-03-201-1/+1
|/
* Make !pending not max out at 200 runs per gamerandomidiot132021-02-281-5/+16
|
* Make !verified asynchronousAnInternetTroll2021-02-241-35/+35
|
* Add verified commandrandomidiot132021-02-201-0/+45
| | | If I did everything right, there should be a "verified" command that does the same thing as "src!v", roughly. Be advised that I have no idea if what I'm doing is correct, good, and/or functional.
* Whitelist coop all bosses when rejecting spamMango0x452021-02-131-1/+1
|
* Add better spam preventionMango0x452021-02-131-15/+22
|
* increase pending command cooldown to 10 minutesSkycloudd2021-01-211-1/+1
|
* + Change list to tupleAhmad Ansori Palembani2021-01-071-1/+1
| | | You change every list into tuple but not the if statement thingy. Kappa
* Some tuple and typehint stuffsMango0x452020-12-141-9/+9
|
* Formatted with blackMango0x452020-12-141-0/+1
|
* Discord.py 1.5 updateaninternettroll2020-09-301-7/+12
|
* Fixed whatever 300 wasLuca Matei Pintilie2020-09-271-1/+1
|
* Fixed cooldownLuca Matei Pintilie2020-09-271-2/+2
|
* add 5 minute cooldown to pending commandSkycloudd2020-09-271-0/+1
|
* Duplicate filter now checks for equal valuesMango0x452020-09-121-11/+16
|
* Black is neatMango0x452020-09-121-347/+364
|
* Merge pull request #25 from Skycloudd/masterThomas Voss2020-09-051-1/+1
|\ | | | | fixed grammar stuff
| * fixed grammar stuffSkycloudd2020-09-051-1/+1
| |
* | Merge pull request #24 from Skycloudd/masterThomas Voss2020-08-271-1/+1
|\| | | | | fixed capitalisation
| * fixed capitalisationSkycloudd2020-08-271-1/+1
| |
* | Video filter splits on =Mango0x452020-08-231-1/+2
| |
* | Merge branch 'master' of https://github.com/AnInternetTroll/mcbeDiscordBotMango0x452020-08-231-1/+1
|\|
| * added total runs statistic to pending runsSkycloudd2020-08-231-1/+1
| |
* | Blacklisted videos are now stored by ID instead of URIMango0x452020-08-231-1/+1
|/
* changed player to run.playersMango0x452020-08-201-1/+1
|
* Complete rewrite of the pending runs functionMango0x452020-08-181-73/+157
|
* Organized importsMango0x452020-08-111-7/+7
|
* Temporary fix for pending commandAnInternetTroll2020-08-081-0/+3
|
* Propper loop breakAnInternetTroll2020-08-061-2/+2
|
* General bug fixes and improvementsAnInternetTroll2020-08-051-4/+6
|
* Should reject multiple runs with one \!pendingMango0x452020-07-311-4/+5
|
* Changed auto-reject reasonMango0x452020-07-291-2/+4
|
* Changed reject messageMango0x452020-07-291-5/+8
|
* Update src.pyThomas Voss2020-07-291-2/+3
|