AsyncEclipse / DiscordBot

GNU General Public License v3.0
0 stars 2 forks source link

Build and upgrade turn functions added #45

Closed TaylorBoyd closed 1 month ago

TaylorBoyd commented 1 month ago

Originally I spend some time trying to make the "Build" turn work with the "on_interaction" button flow but it was getting really messy quickly. The discord.py team suggested doing this all with views, so now that is the flow for the turns. The main changes in this branch are the addition of the "TurnButtons", "BuildButtons", and "UpgradeButtons" files which each contain all of the logic needed to take that action. Across the board the messages could be made to look better but that is for later once we decide on the style we want to keep consistency.

TurnButtons File

BuildButtons File

UpgradeButtons File

GamestateHelper

ShipHelper

Bot Host Problems