Skip to content

Commit

Permalink
Merge branch 'development' into dev-announce
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerrie-Aries committed Dec 10, 2023
2 parents ac7e3f7 + 899dfa6 commit 1af5dfa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 96 deletions.
89 changes: 0 additions & 89 deletions invites/core/migration.py

This file was deleted.

2 changes: 1 addition & 1 deletion invites/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"\n**Version:**\n`{0}`"
],
"authors": ["Jerrie-Aries"],
"version": "2.0.2",
"version": "2.1.0",
"bot_version": "4.0.0",
"dpy_version": "2.0.0",
"cogs_required": ["Extended Utils"]
Expand Down
6 changes: 0 additions & 6 deletions invites/invites.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

from .core.models import InviteTracker, PartialInvite

# temp for migration
from .core.migration import db_migration

info_json = Path(__file__).parent.resolve() / "info.json"
with open(info_json, encoding="utf-8") as f:
Expand Down Expand Up @@ -87,10 +85,6 @@ async def initialize(self) -> None:
await self.populate_config()
await self.tracker.populate_invites()

# temp for migration
if not self.config.get("migrated", False):
await db_migration(self)

async def populate_config(self) -> None:
"""
Populates the config cache with data from database.
Expand Down

0 comments on commit 1af5dfa

Please sign in to comment.