mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
Transcribe cog
This commit is contained in:
@@ -49,6 +49,7 @@ from communication_subroutine import (
|
||||
comm_subroutine,
|
||||
PREPPED_TRACKS,
|
||||
)
|
||||
import voice_recognition
|
||||
from spotify_dl import spotify
|
||||
from spotify_dl import youtube as youtube_download
|
||||
|
||||
@@ -291,6 +292,7 @@ logger.info("Done")
|
||||
# *=========================================== Create Client
|
||||
logger.info("Creating discord bot")
|
||||
client = commands.Bot(intents=intents, command_prefix="$")
|
||||
client.add_cog(voice_recognition.Transcriber(client))
|
||||
logger.info("Done")
|
||||
logger.info("Creating flask app")
|
||||
logger.info("Done")
|
||||
|
||||
Reference in New Issue
Block a user