mirror of
				https://github.com/Rapptz/discord.py.git
				synced 2025-11-03 23:12:56 +00:00 
			
		
		
		
	Fix Client.fetch_channel not returning Thread
This commit is contained in:
		@@ -750,4 +750,4 @@ class ArchivedThreadIterator(_AsyncIterator['Thread']):
 | 
			
		||||
 | 
			
		||||
    def create_thread(self, data: ThreadPayload) -> Thread:
 | 
			
		||||
        from .threads import Thread
 | 
			
		||||
        return Thread(guild=self.guild, data=data)
 | 
			
		||||
        return Thread(guild=self.guild, state=self.guild._state, data=data)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user