CryptoScoutv1
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ from discord.ext import commands
|
|
12 |
from discord.utils import oauth_url
|
13 |
import gradio_client as grc
|
14 |
from gradio_client.utils import QueueError
|
|
|
15 |
from discord_slash.model import OptionData, ChoiceData
|
16 |
|
17 |
event = Event()
|
|
|
12 |
from discord.utils import oauth_url
|
13 |
import gradio_client as grc
|
14 |
from gradio_client.utils import QueueError
|
15 |
+
from discord_slash import SlashCommand, SlashContext
|
16 |
from discord_slash.model import OptionData, ChoiceData
|
17 |
|
18 |
event = Event()
|