mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Fix
This commit is contained in:
@@ -142,6 +142,8 @@ class MessagesProc:
|
|||||||
)
|
)
|
||||||
|
|
||||||
if event.message.text.lower().startswith("!ai"):
|
if event.message.text.lower().startswith("!ai"):
|
||||||
|
twitch = await authorize()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
completion = await get_completion(event.message.text)
|
completion = await get_completion(event.message.text)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user