fix slight oversight on manual thread rotation

This commit is contained in:
Brandon 2022-11-08 14:13:29 -05:00
parent 27db92ea4a
commit 275be2dbc0
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class ThreadRotate(commands.Cog):
topic_threads = await self.config.channel(channel).topic_threads()
ping_roles = await self.config.channel(channel).ping_roles()
rotation = timedelta(seconds=await self.config.channel(channel).rotation_interval())
rotate_on = datetime.fromtimestamp(await self.config.channel(channel).rotate_on())
rotate_on = datetime.now()
last_topic = await self.config.channel(channel).last_topic()
# choose new topic