listActiveThreads method

Future<ThreadList> listActiveThreads()

List the active threads in this guild.

Implementation

Future<ThreadList> listActiveThreads() => manager.listActiveThreads(id);