We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bbaa5 commit 0510588Copy full SHA for 0510588
npi/app/discord/app.py
@@ -7,8 +7,8 @@
7
from npi.core import App, npi_tool
8
from npi.config import config
9
from npi.error.auth import UnauthorizedError
10
+from npi.core.thread import Thread
11
from .schema import *
-from ...core.thread import Thread
12
13
client = discord.Client(intents=discord.Intents.default())
14
0 commit comments