Wordle game (#206)
* Wordle * added words * removed print * fixed invisible guess bug; made input look better * sneed Co-authored-by: Aevann1 <59999695+Aevann1@users.noreply.github.com>
This commit is contained in:
parent
334c0114e1
commit
23fbca2223
7 changed files with 118 additions and 6 deletions
|
@ -45,6 +45,7 @@ class Comment(Base):
|
|||
ban_reason = Column(String)
|
||||
slots_result = Column(String)
|
||||
blackjack_result = Column(String)
|
||||
wordle_result = Column(String)
|
||||
treasure_amount = Column(String)
|
||||
|
||||
oauth_app = relationship("OauthApp", viewonly=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue