Set parents of this
Future<void> setParentId (Snowflake id) async { await update(ChannelBuilder({ 'parent_id': id })); }