What's Changed
Full Changelog: v73.0.0...v74.0.0
Migrating from v73
client.events.channels.replace()
now takes a list instead of an object. If you want to just replace the channel metadata but keep the objects (likereplace()
used to do), you have to explicitly pass in the objects.- We removed
client.events.channels.setObjects()
in favour ofclient.events.channels.replace()