Skip to content

Commit

Permalink
remove unused owner id
Browse files Browse the repository at this point in the history
  • Loading branch information
Selyss committed Dec 17, 2023
1 parent 977e19d commit 0abe5ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
BOT=

CLOSED_CATEGORY=
TICKET_CATEGORY=
PAID_CATEGORY=
REQUEST_CHANNEL=

ADVERTISING_ROLE=
AD_CHANNEL=
1 change: 0 additions & 1 deletion cogs/inquiry.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
TICKET_CATEGORY = int(getenv("TICKET_CATEGORY"))
PAID_CATEGORY = int(getenv("PAID_CATEGORY"))
REQUEST_CHANNEL = int(getenv("REQUEST_CHANNEL"))
MARLOW_ID = int(getenv("MARLOW_ID"))
ADVERTISING_ROLE = int(getenv("ADVERTISING_ROLE"))
AD_CHANNEL = int(getenv("AD_CHANNEL"))

Expand Down

0 comments on commit 0abe5ca

Please sign in to comment.