simsim discord bot
Go to file
2021-01-02 21:47:38 -08:00
.github Added initial dockerfile 2021-01-01 14:23:18 -05:00
matteo_env got a web page with all current games' full display states available in json 2020-12-28 03:21:47 -05:00
sql scripts adjusted game diplay for half-inning changeover, changed title of web page 2020-12-30 02:48:39 -05:00
static use twemoji instead of raw unicode 2021-01-02 17:36:19 -05:00
templates use twemoji instead of raw unicode 2021-01-02 17:36:19 -05:00
.gitattributes Add .gitignore and .gitattributes. 2020-12-19 19:07:51 -05:00
.gitignore edited gitignore 2020-12-29 00:02:22 -05:00
database.py added rotations to teams, and automatic conversion. updated saveteam to new format, supporting rotation. games choose random pitcher 2021-01-02 01:10:52 -05:00
debug storage.py added ;saveteam, ;showteam, ;showplayer 2020-12-24 04:51:38 -05:00
Dockerfile typo 2021-01-01 14:24:34 -05:00
games.py fully implemented heavy snow and slight tailwind weathers. removed supernova from the pool 2021-01-02 05:42:14 -05:00
leagues.py added rotations to teams, and automatic conversion. updated saveteam to new format, supporting rotation. games choose random pitcher 2021-01-02 01:10:52 -05:00
main_controller.py add game query param that bumps game to top 2021-01-02 11:52:06 -05:00
onomancer.py Pull real stats if present 2020-12-29 13:26:50 -08:00
README.md Update README.md 2021-01-02 21:47:38 -08:00
requirements.txt added requirements.txt 2020-12-31 13:37:00 -05:00
roman.py added m!roman [int]; returns error string or a number in roman numerals 2020-12-20 05:28:47 -05:00
the_prestige.py add game query param that bumps game to top 2021-01-02 11:52:06 -05:00
the-prestige.pyproj added rotations to teams, and automatic conversion. updated saveteam to new format, supporting rotation. games choose random pitcher 2021-01-02 01:10:52 -05:00
the-prestige.sln added introduction command, to be run by owner only 2020-12-20 00:16:36 -05:00

matteo-the-prestige

simsim discord bot

blaseball, blaseball, is back! in an unofficial capacity. this is completely unaffiliated with the game band

custom players, custom teams, custom leagues (that last one is coming soon™) all set up in discord and watchable at https://simsim.sibr.dev

we've also got things like custom team creation, easy setup for your teams to play against each other, and player idolization, all powered by this bot and onomancer.

accepting pull requests, check the issues for to-dos.

commands: (everything here is case sensitive, and can be prefixed with either m; or m!)

team commands:

creation and deletion:

  • m;saveteam
    • saves a team to the database allowing it to be used for games. send this command at the top of a list, with each of these in a new line:
      • your team's name (cannot contain emoji).
      • your team's icon and slogan, this should begin with an emoji followed by a space, followed by a short slogan.
      • your batters' names in the order you want them to appear in your lineup, each in its own line, lineups can contain any number of batters between 1 and 12.
      • a blank line.
      • your pitchers' names in the order you want them to appear in your rotation, rotations can contain any number of pitchers between 1 and 8.
    • if you did it correctly, you'll get a team embed with a prompt to confirm. hit the 👍 and it'll be saved.
  • m;deleteteam [teamname]
    • allows you to delete the team with the provided name if you are the owner of it, gives a confirmation first to prevent accidental deletions. requires team ownership.
  • m;import
    • imports an onomancer collection as a new team. you can use the new onomancer simsim setting to ensure compatibility.

editing:

-m;addplayer batter/pitcher [team name] [player name]

  • adds a new player to your team, either in the lineup or rotation. requires team ownership. use addplayer batter of addplayer pitcher, depending on where you want them added to, at the top of a list with each of these in a new line: -the name of the team you want to add the player to. -the name of the player you want to add to the team.
  • m;move [team name] [player name] [new lineup/rotation position number]
    • changes the position of a player in the lineup and rotation. requires team ownership. use this command at the top of a list with each of these in a new line:
      • the name of the team you want to move the player on.
      • the name of the player you want to move.
      • the position you want to move them too, indexed with 1 being the first position of the lineup or rotation. [ASK WHAT THIS DOES TO THE REST OF THE TEAM, PUSHES THEM DOWN?]
  • m;swapsection [team name] [player name]
    • swaps a player from the lineup to rotation or rotation to lineup. requires team ownership. use this command at the top of a list followed by each of these in a new line:
      • the name of the team you want to swap the player on.
      • the name of the player you want to swap. [ASK XVI ABOUT WHERE THEY GO SPECIFICALLY, POTENTIALLY EDIT CODE DESCRIPTION WITH ANSWER TOO]
  • m;removeplayer [team name] [player name] [POINT OUT INCONSISTENT NAME IN CODE AND ALSO MAKE SURE THIS WORKS CORRECTLY WITH MULTIPLE INSTANCES OF THE SAME PLAYER AND MAKE SURE IT CHECKS IF THEY'RE THE LAST PLAYER]
    • the name of the team you want to remove the player from.
    • the name of the player you want to remove

viewing and searching:

  • m;showteam [name]
    • shows information about any saved team.
  • m;showallteams
    • shows a paginated list of all teams available for games which can be scrolled through.
  • m;searchteams [searchterm]
    • shows a paginated list of all teams whose names contain the given search term.

player commands:

  • m;showplayer [name]
    • displays any name's stars, there's a limit of 70 characters. that should be plenty. note: if you want to lookup a lot of different players you can do it on onomancer instead of spamming this command a bunch and clogging up discord: https://onomancer.sibr.dev/reflect
  • m;idolize [name]
    • records any name as your idol, mostly for fun.
  • m;showidol
    • displays your idol's name and stars.

game commands:

  • m;startgame
    • starts a game with premade teams made using saveteam, use this command at the top of a list followed by each of these in a new line:
      • the away team's name.
      • the home team's name.
      • and finally, optionally, the number of innings, which must be greater than 2 and less than 31. if not included it will default to 9.

other commands:

  • m;help [command]
    • shows the instructions from here for given command. if no command is provided, it will instead provide a list of all of the commands that instructions can be provided for.
  • m;credit
    • shows artist credit for matteo's avatar.
  • m;roman [number]
    • converts any natural number less than 4,000,000 into roman numerals, this one is just for fun.

patreon!

these folks are helping me a ton via patreon, and i cannot possibly thank them enough:

  • Ale Humano
  • Chris Denmark
  • Astrid Bek
  • Kameleon