mirror of
				https://github.com/Rapptz/discord.py.git
				synced 2025-10-30 21:12:58 +00:00 
			
		
		
		
	Fix bucket for change_nickname.
This commit is contained in:
		| @@ -329,7 +329,7 @@ class HTTPClient: | ||||
|         payload = { | ||||
|             'nick': nickname | ||||
|         } | ||||
|         bucket = '{}:{}'.format(_func_(), guild_id) | ||||
|         bucket = 'members:{}'.format(guild_id) | ||||
|         return self.patch(url, json=payload, bucket=bucket) | ||||
|  | ||||
|     # Channel management | ||||
|   | ||||
		Reference in New Issue
	
	Block a user