Discord Metrics Dashboard

Questions Dashboard

{@const title = 'Top Overall'} {#await topOverallPromise} {:then topOverall} {title} {:catch error}

Failed to fetch top contributors: {error.message}

{/await}
{@const title = 'Top Staff'} {#await topStaffPromise} {:then topStaff} {title} {:catch error}

Failed to fetch top staff contributors: {error.message}

{/await}