From fe38b04c618199618095f3f1b220d3601aa6325d Mon Sep 17 00:00:00 2001 From: Sakimori Date: Thu, 24 Dec 2020 05:41:19 -0500 Subject: [PATCH 1/6] fixed the error messages --- the_prestige.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/the_prestige.py b/the_prestige.py index b520728..b1b8469 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -424,10 +424,10 @@ async def save_team_batch(message, command): newteam.set_pitcher(games.player(ono.get_stats(roster[len(roster)-1]))) #last line is pitcher name if len(newteam.name) > 30: - await message.send("Team names have to be less than 30 characters! Try again.") + await message.channel.send("Team names have to be less than 30 characters! Try again.") return elif len(newteam.slogan) > 100: - await message.send("We've given you 100 characters for the slogan. Discord puts limits on us and thus, we put limits on you. C'est la vie.") + await message.channel.send("We've given you 100 characters for the slogan. Discord puts limits on us and thus, we put limits on you. C'est la vie.") await message.channel.send(embed=build_team_embed(newteam)) checkmsg = await message.channel.send("Does this look good to you, boss?") From 8f9e67a2b335d729dd7c9be00f0ac623bbba77b8 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Fri, 25 Dec 2020 16:36:13 -0500 Subject: [PATCH 2/6] Create FUNDING.yml --- .github/FUNDING.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..9a0ed37 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: sixteen +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] From ef8bea229e17c000516ee0c85c49e5abf6454ac5 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Fri, 25 Dec 2020 17:34:11 -0500 Subject: [PATCH 3/6] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..27a1052 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# matteo-the-prestige +simsim discord bot + +blaseball, blaseball, is back! in an unofficial capacity. +custom players, custom teams, custom leagues (that last one is coming soon™) all in discord! + +we've also got things like player idolization, easy setup for quick pick-up games featuring any players you like (including those not on a team), onomancer lookup +(command description coming soon, i promise) From 73fb101b438a5f1958801303477b64b396108a70 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Fri, 25 Dec 2020 17:34:28 -0500 Subject: [PATCH 4/6] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 27a1052..08a0c09 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ simsim discord bot blaseball, blaseball, is back! in an unofficial capacity. + custom players, custom teams, custom leagues (that last one is coming soon™) all in discord! + + we've also got things like player idolization, easy setup for quick pick-up games featuring any players you like (including those not on a team), onomancer lookup (command description coming soon, i promise) From 66aa1bc59c8e64a2e7d22ecfecbdaa07ec6455c4 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Fri, 25 Dec 2020 17:34:42 -0500 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08a0c09..d3e5bbe 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ custom players, custom teams, custom leagues (that last one is coming soon™) a -we've also got things like player idolization, easy setup for quick pick-up games featuring any players you like (including those not on a team), onomancer lookup +we've also got things like player idolization, easy setup for quick pick-up games featuring any players you like (including those not on a team), and onomancer lookup (command description coming soon, i promise) From 0ea47c1adb28ab75eac75fa2499bf0ad2dd5ed95 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Fri, 25 Dec 2020 17:57:47 -0500 Subject: [PATCH 6/6] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d3e5bbe..0bf7f3e 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,7 @@ custom players, custom teams, custom leagues (that last one is coming soon™) a we've also got things like player idolization, easy setup for quick pick-up games featuring any players you like (including those not on a team), and onomancer lookup + (command description coming soon, i promise) + +accepting pull requests, check the issues for to-dos