{#if !Object.keys(tools).includes(tool)}
Tool not found.
Did you mean " (tool = suggestion)}
>
{suggestion === '...' ? '...' : tools[suggestion]}"?
{:else}
{#if tool === 'default'}
Select a tool to continue.
{#each Object.keys(tools) as t}
{#if t !== 'default'}
-
(tool = t)}>{tools[t].name}
{#if tools[t].description}
{tools[t].description}
{/if}
{/if}
{/each}
Have any requests for cool tools that you think others might find useful? Send a message to
@fuwn on AniList!
{:else if tool === 'activity_history'}
{:else if tool === 'wrapped'}
{:else if tool === 'discussions'}
{:else if tool === 'birthdays'}
{:else if tool === 'sequel_spy'}
{:else if tool === 'random_follower'}
{/if}
{/if}