MemeJoin - A bot for user intros
{#if !!$member}
{$member.username}
Your Intros
{#each $member.guilds as guild}
{guild.name}
{#each guild.channels as channel}
{channel.name}
{#await addIntroPromise then result} {:catch err}
Failed to add intro
{/await} {#await removeIntroPromise then result} {:catch err}
Failed to remove intro
{/await}
x.index)} on:confirm={removeIntros} btnLabel="Remove" emptyMsg="You don't have any intros, try adding one" />
Add Intros
x.index)} on:confirm={addIntros} emptyMsg="There are no intros" />
{/each}
{/each}
{:else}
{/if}