Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #54 from is-a-dev/developments
Browse files Browse the repository at this point in the history
Developments
  • Loading branch information
MaskDuck authored May 25, 2024
2 parents ef44608 + 16a9814 commit 0c9e89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _orangcbot/extensions/tags_reworked.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def callback(self, interaction: nextcord.Interaction) -> None:


class TagEditView(nextcord.ui.View):
def __init__(self, ctx: comamnds.Context, db: psycopg2.connection, tag: tuple):
def __init__(self, ctx: commands.Context, db: psycopg2.connection, tag: tuple):
super().__init__()
self._ctx: commands.Context = ctx
self._db: psycopg2.connection = db
Expand Down Expand Up @@ -135,7 +135,7 @@ async def callback(self, interaction: nextcord.Interaction) -> None:


class TagCreationView(nextcord.ui.View):
def __init__(self, ctx: comamnds.Context, db: psycopg2.connection):
def __init__(self, ctx: commands.Context, db: psycopg2.connection):
super().__init__()
self._ctx: commands.Context = ctx
self._db: psycopg2.connection = db
Expand Down

0 comments on commit 0c9e89b

Please sign in to comment.