Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav-K committed Jan 22, 2023
1 parent 7e5d926 commit 5405a33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gpt3discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import threading
import traceback
from pathlib import Path
from platform import system

import discord
import pinecone
Expand All @@ -28,7 +29,7 @@
from models.openai_model import Model


__version__ = "8.4"
__version__ = "8.4.1"

PID_FILE = Path("bot.pid")
PROCESS = None
Expand Down

0 comments on commit 5405a33

Please sign in to comment.