Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Selyss committed Dec 17, 2023
1 parent bc82fa6 commit 16622f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cogs/inquiry.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from datetime import datetime
import json
from dotenv.main import load_dotenv
from nextcord import slash_command
from nextcord.ext.commands import Bot, Cog
Expand All @@ -19,7 +18,6 @@
AD_CHANNEL = int(getenv("AD_CHANNEL"))


# TODO: add as config fields
EMBED_COLOR = 0xFF88FF
EMBED_SUCCESS = 0x2ECC71
AD_EMBED_COLOR = 0x2ECC71
Expand Down

0 comments on commit 16622f3

Please sign in to comment.