We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04dbcb commit 4b1523fCopy full SHA for 4b1523f
1 file changed
slao_bot/cogs/epgp.py
@@ -382,6 +382,7 @@ def _process_sv(self, data: str, author, guild_id: str) -> Response:
382
self._parse_traffic_entry(traffic)
383
384
# Process Standing
385
+ self.cursor.execute('''DELETE FROM Standing''')
386
for player_slug, data in backup.items():
387
self._parse_standing(player_slug, data)
388
0 commit comments