removed thread feature

main
Chris Nutter 2024-05-10 11:46:50 -07:00
parent 7aea5223b7
commit 9a89ef1c51
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ class Response:
await self.r.edit(content=value + end)
return
if self.channel.type == discord.ChannelType.text:
self.channel = await self.channel.create_thread(name='Discollama Says', message=self.message, auto_archive_duration=60)
#if self.channel.type == discord.ChannelType.text:
# self.channel = await self.channel.create_thread(name='Ollama Says', message=self.message, auto_archive_duration=60)
self.r = await self.channel.send(value)