Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete alts no matter what | Luca Matei Pintilie | 2024-08-10 | 1 | -2/+5 |
| | |||||
* | Delete key and remove skip variable | Luca Matei Pintilie | 2024-08-10 | 1 | -4/+3 |
| | |||||
* | pass | Luca Matei Pintilie | 2024-08-10 | 1 | -0/+1 |
| | |||||
* | Try to keep users not apart of the server, but remove the rest | Luca Matei Pintilie | 2024-08-10 | 1 | -13/+9 |
| | |||||
* | Fix logic in removing alts | Luca Matei Pintilie | 2024-08-10 | 1 | -9/+15 |
| | |||||
* | Remove alts, add Active Runner role, increase src.py scheduled job to 30min | Luca Matei Pintilie | 2024-08-10 | 1 | -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 link | Luca Matei Pintilie | 2024-03-23 | 1 | -1/+1 |
| | |||||
* | src.py: Fix runs_blacklist functionality after package bump | Luca Matei Pintilie | 2023-09-02 | 1 | -7/+15 |
| | |||||
* | update to discord.py==2.0.1 (#66) | Skycloudd | 2022-08-30 | 1 | -2/+2 |
| | |||||
* | fix run weblinks | Skycloudd | 2021-07-05 | 1 | -3/+7 |
| | |||||
* | Reformatting | Luca Matei Pintilie | 2021-07-03 | 1 | -0/+1 |
| | |||||
* | Remove conflicting command | aninternettroll | 2021-05-24 | 1 | -48/+0 |
| | |||||
* | Reformatting | AnInternetTroll | 2021-04-04 | 1 | -6/+13 |
| | |||||
* | Get only the queue, not everything | randomidiot13 | 2021-03-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #49 from randomidiot13/patch-2 | Thomas Voss | 2021-03-21 | 1 | -0/+44 |
|\ | |||||
| * | Add !queue | randomidiot13 | 2021-03-21 | 1 | -0/+44 |
| | | |||||
* | | remove embed from run rejection message | Skycloudd | 2021-03-20 | 1 | -1/+1 |
|/ | |||||
* | Make !pending not max out at 200 runs per game | randomidiot13 | 2021-02-28 | 1 | -5/+16 |
| | |||||
* | Make !verified asynchronous | AnInternetTroll | 2021-02-24 | 1 | -35/+35 |
| | |||||
* | Add verified command | randomidiot13 | 2021-02-20 | 1 | -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 spam | Mango0x45 | 2021-02-13 | 1 | -1/+1 |
| | |||||
* | Add better spam prevention | Mango0x45 | 2021-02-13 | 1 | -15/+22 |
| | |||||
* | increase pending command cooldown to 10 minutes | Skycloudd | 2021-01-21 | 1 | -1/+1 |
| | |||||
* | + Change list to tuple | Ahmad Ansori Palembani | 2021-01-07 | 1 | -1/+1 |
| | | | You change every list into tuple but not the if statement thingy. Kappa | ||||
* | Some tuple and typehint stuffs | Mango0x45 | 2020-12-14 | 1 | -9/+9 |
| | |||||
* | Formatted with black | Mango0x45 | 2020-12-14 | 1 | -0/+1 |
| | |||||
* | Discord.py 1.5 update | aninternettroll | 2020-09-30 | 1 | -7/+12 |
| | |||||
* | Fixed whatever 300 was | Luca Matei Pintilie | 2020-09-27 | 1 | -1/+1 |
| | |||||
* | Fixed cooldown | Luca Matei Pintilie | 2020-09-27 | 1 | -2/+2 |
| | |||||
* | add 5 minute cooldown to pending command | Skycloudd | 2020-09-27 | 1 | -0/+1 |
| | |||||
* | Duplicate filter now checks for equal values | Mango0x45 | 2020-09-12 | 1 | -11/+16 |
| | |||||
* | Black is neat | Mango0x45 | 2020-09-12 | 1 | -347/+364 |
| | |||||
* | Merge pull request #25 from Skycloudd/master | Thomas Voss | 2020-09-05 | 1 | -1/+1 |
|\ | | | | | fixed grammar stuff | ||||
| * | fixed grammar stuff | Skycloudd | 2020-09-05 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #24 from Skycloudd/master | Thomas Voss | 2020-08-27 | 1 | -1/+1 |
|\| | | | | | fixed capitalisation | ||||
| * | fixed capitalisation | Skycloudd | 2020-08-27 | 1 | -1/+1 |
| | | |||||
* | | Video filter splits on = | Mango0x45 | 2020-08-23 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' of https://github.com/AnInternetTroll/mcbeDiscordBot | Mango0x45 | 2020-08-23 | 1 | -1/+1 |
|\| | |||||
| * | added total runs statistic to pending runs | Skycloudd | 2020-08-23 | 1 | -1/+1 |
| | | |||||
* | | Blacklisted videos are now stored by ID instead of URI | Mango0x45 | 2020-08-23 | 1 | -1/+1 |
|/ | |||||
* | changed player to run.players | Mango0x45 | 2020-08-20 | 1 | -1/+1 |
| | |||||
* | Complete rewrite of the pending runs function | Mango0x45 | 2020-08-18 | 1 | -73/+157 |
| | |||||
* | Organized imports | Mango0x45 | 2020-08-11 | 1 | -7/+7 |
| | |||||
* | Temporary fix for pending command | AnInternetTroll | 2020-08-08 | 1 | -0/+3 |
| | |||||
* | Propper loop break | AnInternetTroll | 2020-08-06 | 1 | -2/+2 |
| | |||||
* | General bug fixes and improvements | AnInternetTroll | 2020-08-05 | 1 | -4/+6 |
| | |||||
* | Should reject multiple runs with one \!pending | Mango0x45 | 2020-07-31 | 1 | -4/+5 |
| | |||||
* | Changed auto-reject reason | Mango0x45 | 2020-07-29 | 1 | -2/+4 |
| | |||||
* | Changed reject message | Mango0x45 | 2020-07-29 | 1 | -5/+8 |
| | |||||
* | Update src.py | Thomas Voss | 2020-07-29 | 1 | -2/+3 |
| |