WordPress Categories from Plugin

I can’t find any argument of post_type in wp_list_categories()

You should use taxonomy instead

wp_list_categories(
      $args = array(
          'taxonomy' => 'Carousel'  //Carousel is the taxonomy name your plugin use
     )
);

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)