---
title: "{list:name}"
description: A random line from one of your response lists.
---

```text
{list:name}
```

**Platforms:** Twitch and Kick.

Picks one line from the [response list](/chat-bot/custom-commands#response-lists)
called `name` (Chat bot page → **Response lists** tab). One list can feed
as many commands as you like.

## Example

With a list called `facts` holding one fact per line:

```text
!fact  →  🧠 {list:facts}
```

## Notes

- Lines in a list can use variables too (`Hey {user}, ...`).
- The list name has to be typed out - it can't come from a viewer's
  argument.
- An unknown list renders as nothing.
