Skip to content

Update and rename bingo.md to hadanka.md #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions docs/chatbot/modules/bingo.md → docs/chatbot/modules/hadanka.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
id: emote-bingo
sidebar_label: "Emote Bingo"
id: hadanka
sidebar_label: "hadanka"
description: "Boost viewer engagement with StreamElements' Emote Bingo. Create interactive Twitch chat games using emotes from Twitch, BTTV, FFZ, and 7TV."
keywords:
- StreamElements Emote Bingo
- StreamElements Ehadanka
- Twitch chat games
- interactive stream engagement
- BTTV emote game
Expand All @@ -25,36 +25,34 @@ tags:
- emotes
---

# Bingo Module
# Hadanka Module

## Overview

The Emote Bingo module is an interactive chat game that generates a bingo card with various emotes. Players compete to identify the correct emote.
The hadanka module is an interactive chat game that generates a bingo card with various emotes. Players compete to identify the correct emote.

## Usage

To start a Bingo game, a moderator must use the `!bingo` command with specific parameters. The game ends when a user correctly identifies the chosen emote in chat.
To start a Bingo game, a moderator must use the `!hadanka` command with specific parameters. The game ends when a user correctly identifies the chosen emote in chat.

## Examples

1. Start a game using only Twitch emotes with a 100 point reward:
```
!bingo twitch 100
!hadanka twitch 100
```

2. Start a game using all available emote providers with a 500 point reward:
```
!bingo all 500
!hadanka all 500
```

## Parameters

- `<emote_provider>`: Specifies the source of emotes for the game. Options include:
- `twitch`: Twitch emotes only
- `bttv`: BetterTTV emotes only
- `ffz`: FrankerFaceZ emotes only
- `7tv`: 7TV emotes only
- `all`: Includes emotes from all providers
- `<points>`: The number of points awarded to the winner

## Related Commands
Expand Down