Spaces:
Running
Running
Import fishspeech manually
Browse files- discord_bot.py +1 -0
discord_bot.py
CHANGED
|
@@ -9,6 +9,7 @@ from discord.ext import commands
|
|
| 9 |
from threading import Thread
|
| 10 |
import json
|
| 11 |
from horde import HordeAPI
|
|
|
|
| 12 |
import inspect
|
| 13 |
from async_eval import eval
|
| 14 |
|
|
|
|
| 9 |
from threading import Thread
|
| 10 |
import json
|
| 11 |
from horde import HordeAPI
|
| 12 |
+
import fishspeech
|
| 13 |
import inspect
|
| 14 |
from async_eval import eval
|
| 15 |
|