aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Containerfile: remove support for trans.pyLuca Matei Pintilie2024-08-044-11/+21
|
* player: switch to yt-dlpLuca Matei Pintilie2024-08-043-5/+7
|
* Drop Pipfile supportLuca Matei Pintilie2024-03-254-578/+13
| | | | | | | We can just use requirements.txt, no point in supporting 2 package managers Also updated container support
* Fix up containerfile a bitLuca Matei Pintilie2024-03-231-1/+2
|
* Remove unneeded files in indexLuca Matei Pintilie2024-03-232-3946/+0
|
* Add container setupLuca Matei Pintilie2024-03-233-17/+78
|
* Update where you can get an API key linkLuca Matei Pintilie2024-03-231-1/+1
|
* Bump dependenciesLuca Matei Pintilie2024-03-221-17/+16
| | | | Tested with void linux's package manager dependencies.
* 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-3013-84/+68
|
* Modify fboard. (#62)Samot192021-11-141-1/+1
| | | Replace number of people with a certain value with range of positions containing that value.
* Merge pull request #61 from Skycloudd/patch-2Luca Matei Pintilie2021-11-021-3/+3
|\ | | | | fix names of people
| * fix names of peopleSkycloudd2021-10-291-3/+3
|/
* Add useless files to .gitignoreAnInternetTroll2021-10-213-1479987/+2
|
* Merge #59 with the added change of 2 messages before spam is triggeredAnInternetTroll2021-10-215-715/+1481364
|
* Merge pull request #58 from Skycloudd/masterLuca Matei Pintilie2021-07-051-3/+7
|\ | | | | fix run weblinks
| * fix run weblinksSkycloudd2021-07-051-3/+7
|/
* Merge branch 'patch-5' of https://github.com/Samot19/Steve-Bot into patch-5Luca Matei Pintilie2021-07-031-1/+1
|\
| * Adjust cooldown to per user.Samot192021-07-031-1/+1
| |
* | ReformattingLuca Matei Pintilie2021-07-034-39/+3235
|/
* Small fixesSamot192021-07-031-14/+15
|
* Add support for boomersSamot192021-07-021-11/+11
| | | Make it so that fboard doesn't break with a userid length that isn't 18 (troll's 17 for example).
* Readd stuff that was there.Samot192021-06-241-2/+23
| | | Preview the changes before commiting smh.
* Add the caller's place on the fair leaderboard Samot192021-06-241-26/+72
| | | When invoking the fboard command. If caller is in top 11, highlight their entry. Also add total number of people that have the same value as the caller if caller place is less than 11.
* Remove conflicting commandaninternettroll2021-05-241-48/+0
|
* Add user-agent for xboxuser commandaninternettroll2021-05-241-1/+3
|
* Minor changesAnInternetTroll2021-04-041-5/+17
|
* ReformattingAnInternetTroll2021-04-042-32/+48
|
* Update utils.pySamot192021-04-011-1/+1
|
* Fair Leaderboard Samot192021-04-011-8/+53
| | | As !fboard. Can be requested either by day or by streak.
* Merge pull request #53 from null2264/patch-2Luca Matei Pintilie2021-03-261-1/+1
|\
| * + Fix "shut" emojiAhmad Ansori Palembani2021-03-261-1/+1
|/
* Merge pull request #51 from Samot19/patch-1Thomas Voss2021-03-241-7/+7
|\ | | | | Fix typo, add punctuation, and make wording clearer.
| * Fix typo, add punctuation, and make wording clearer.Samot192021-03-231-7/+7
|/
* Merge pull request #50 from randomidiot13/patch-3Thomas Voss2021-03-211-1/+1
|\
| * 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
| |
* | Merge pull request #48 from Skycloudd/patch-3Thomas Voss2021-03-211-1/+1
|\ \ | |/ |/|
| * remove embed from run rejection messageSkycloudd2021-03-201-1/+1
|/
* Merge pull request #47 from Skycloudd/patch-2Thomas Voss2021-03-181-1/+1
|\ | | | | | | | | hopefully fixed the ultraxd thing What does this even do?
| * hopefully fixed the ultraxd thingSkycloudd2021-03-161-1/+1
| |
* | Merge pull request #46 from randomidiot13/patch-1Thomas Voss2021-03-181-5/+16
|\ \ | |/ |/|
| * Make !pending not max out at 200 runs per gamerandomidiot132021-02-281-5/+16
| |
* | Tabs to spacesMango0x452021-03-051-526/+541
| |
* | Educate new members on input rulesMango0x452021-03-051-535/+526
|/
* Update aiohttp due to security vulnerabilityMango0x452021-02-272-1/+2
|
* Make !verified asynchronousAnInternetTroll2021-02-242-38/+36
|
* Merge pull request #44 from randomidiot13/patch-1Thomas Voss2021-02-221-0/+45
|\ | | | | Add verified command
| * 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.