Skip to content

Commit

Permalink
Update versionedobj version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknyquist committed Feb 23, 2023
1 parent 068a946 commit 8bbea61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nedry/builtin_plugins/social_credit.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def shutdown(self):
Called once when bot shuts down / is killed
"""
config = SocialCreditConfig()
config.discord_users = ListField(DiscordUser)

# Populate new config object with all discord user data
for user_id in discord_users_by_id:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests
pytimeparse
twitch-python
versionedobj>=2.0.2
versionedobj>=2.0.3
discord.py==1.7.3
discord==1.7.3
nltk

0 comments on commit 8bbea61

Please sign in to comment.