Update to discordpy 1.0

This commit is contained in:
LaDfBC
2020-11-27 22:42:13 -06:00
parent dc51fda2f1
commit 143fd45149
5 changed files with 32 additions and 27 deletions

View File

@@ -13,7 +13,6 @@ class Play(Base):
play_id = Column(String, nullable=False, primary_key=True)
pitch_value = Column(Integer, nullable=True)
swing_value = Column(Integer, nullable=False)
creation_date = Column(Date, nullable=False)
guesses = relationship(lambda : Guess)