Commit graph

132 commits

Author SHA1 Message Date
joe ce87683957 Pull real stats if present 2020-12-29 13:26:50 -08:00
Sakimori 760b39ec3b Merge branch 'master' of https://github.com/Sakimori/matteo-the-prestige 2020-12-29 00:02:51 -05:00
Sakimori 5c63ff600c edited gitignore 2020-12-29 00:02:22 -05:00
Sakimori 395fba2778
Merge pull request #59 from dannybd/patch-1
[tweak] "Game for {user.mention}:"
2020-12-28 20:10:48 -05:00
Danny Ben-David c059992ec8
[tweak] "Game for {user.mention}:"
`user.display_name` doesn't tag the user who requested the game. Using `user.mention` makes at tags, which also means users can search for games using Discord search (`Game for mentions:@foobar`)
2020-12-28 18:06:50 -05:00
Sakimori 96c9692d09
Merge pull request #57 from esSteres/master
Add import command for onomancer url (#26)
2020-12-28 16:32:48 -05:00
Sakimori a2bec8e511
Merge pull request #58 from Genderdruid/master
Updated README and help text in the_presige
2020-12-28 16:31:01 -05:00
Genderdruid 96a0a8a38e Updated README and help text in the_presige
Updated all of the help text for the commands to match the text in the readme and updated the readme, fixing a few spelling/grammar errors and removing the section about and all references to the now disabled pickup game funtionality.
2020-12-28 08:05:19 -08:00
Elijah Steres 1812553c9b cache player retrieved from collection url 2020-12-28 10:27:20 -05:00
Elijah Steres 8bc3abdf4d add m;import - no cache for collections currently 2020-12-28 04:09:02 -05:00
Sakimori 62a96521c5
Update the_prestige.py
set max concurrent games to 10 due to a misunderstanding of the rate limits doc, removed setupgame
2020-12-27 22:22:40 -05:00
Sakimori 632444dd1a
Merge pull request #53 from Genderdruid/master
Updated README.md with information about the delete team command
2020-12-27 20:47:22 -05:00
Sakimori d92d1b0972
Update README.md 2020-12-27 19:43:41 -05:00
Genderdruid f8f23def76 Update README.md 2020-12-27 16:13:12 -08:00
Sakimori c1e7f189d6 added assignowner and deleteteam 2020-12-27 19:05:49 -05:00
Sakimori e79a052aac plugged in the stolen base success modifier from the config 2020-12-27 18:09:19 -05:00
Sakimori 0cc9b9f9a2 Merge branch 'master' of https://github.com/Sakimori/matteo-the-prestige 2020-12-27 18:07:31 -05:00
Sakimori 3664451b30 applied the regex replacement to the search string too 2020-12-27 18:07:26 -05:00
Sakimori 5d87373a41
Merge pull request #52 from Genderdruid/master
Updated README.md, again (oops)
2020-12-27 18:04:00 -05:00
Sakimori 2d23dff0c3
Update README.md 2020-12-27 18:02:37 -05:00
Genderdruid b16db5e2ff Update README.md 2020-12-27 14:46:26 -08:00
Sakimori 4e3537c321
Update FUNDING.yml 2020-12-27 17:33:44 -05:00
Sakimori fd9e3a9c4d
Merge pull request #51 from Genderdruid/master
updated README to be clearer and better organized, also fixed Matteo self-referring with 'I' instead of 'we' in a few places
2020-12-27 17:31:44 -05:00
Sakimori b76a3fb3c0 moved weathers to an external config 2020-12-27 17:27:30 -05:00
Genderdruid 4e5653761e Update the_prestige.py 2020-12-27 14:22:11 -08:00
Sakimori 8ba7a4ff45 added weather and stolen bases 2020-12-27 16:51:41 -05:00
Genderdruid 27b938470f Update README.md 2020-12-27 13:02:50 -08:00
Genderdruid 48c5c15f5b Update README.md 2020-12-27 13:02:11 -08:00
Genderdruid e520f0162b Update README.md 2020-12-27 12:52:51 -08:00
Genderdruid c795184510 Update README.md 2020-12-27 12:45:33 -08:00
Genderdruid 4338e7cd7e updated README.md
added better organization and rewrote many of the command descriptions for formatting consistency and clarity
2020-12-27 12:38:46 -08:00
Sakimori 8348521f12 added a return to errored startgamecommands, adjusted help text to reflect new default 2020-12-27 14:47:32 -05:00
Sakimori 7d111b1fdd fixed typeerror at lines 131 and 135 of prestige 2020-12-27 14:40:40 -05:00
Sakimori 743c18e4f5 fixed another start game bug 2020-12-27 14:38:34 -05:00
Sakimori 30e9baef15 fixed broken game start, added call for default-length in startgame 2020-12-27 14:36:25 -05:00
Sakimori 856ba2e41a added a note before each game with display name of creator 2020-12-27 14:28:05 -05:00
Sakimori 3750fd439a fixed bug with saveteam errors, double play not always advancing runners, and emoji deletion on pagination 2020-12-27 14:23:17 -05:00
Sakimori ad99c4e4ab
Merge pull request #44 from esSteres/master
Do exactly what I described in #42
2020-12-27 04:35:55 -05:00
Eli 2be7f84311 Merge remote-tracking branch 'upstream/master' 2020-12-27 04:32:56 -05:00
Eli 7d0dc57bf8 Make showteam a little more forgiving 2020-12-27 04:32:19 -05:00
Sakimori ee6127af8b
Merge pull request #43 from esSteres/master
Refactor commands into objects (resolving #33)
2020-12-27 04:14:41 -05:00
Eli ee61e9a923 Merge remote-tracking branch 'upstream/master' 2020-12-27 04:03:41 -05:00
Eli 2305d55624 refactor commands into objects 2020-12-27 03:42:09 -05:00
Sakimori 929e095f9b fixed the reaction remove 2020-12-27 03:21:48 -05:00
Sakimori 56a1c38cc5 adjusted how often runners advance on outs 2020-12-27 03:16:19 -05:00
Sakimori 7858e92852 have bot remove reactions to page flipping 2020-12-27 03:00:29 -05:00
Sakimori 15f7adb916 adjusted the groundout/fielder's choice ratio 2020-12-27 02:58:41 -05:00
Sakimori fc6cffe132 tried to fix the groundouts leaving first occupied bug 2020-12-27 02:44:40 -05:00
Sakimori af59437abe disable debug speed 2020-12-27 02:12:45 -05:00
Sakimori c91ab77b6f sim overhaul: more baserunner motion, less double plays, better fielders' choice text 2020-12-27 02:06:43 -05:00