diff --git a/discollama.py b/discollama.py index a934ed4..5e82ccf 100644 --- a/discollama.py +++ b/discollama.py @@ -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)