Logo
This extension requires Streamer.bot version 1.0.0.

RAFFLE

Let's face it, GIVEAWAY just sounds wrong, RAFFLE is a so much cooler word.

Anyway, create a raffle for your viewers and choose the entry for each pleb category yourself. Don't want your mods to participate at all? Want your T3 subs to be able to get 10 times more entry tickets? No entries for non-followers? All that and more covered with this beauty of a raffle extension!
RIGGED

This extension requires a .dll file (TawmaeUI.dll) to run. You will be asked to have it automatically downloaded from my Github Repository to your Streamer.bot directory when you open the Settings UI, but you can also manually download it here. You can use tools like JetBrain dotPeek to check the .dll file's content.
ACTION IMPORT
Loading...
Never import actions from untrusted sources. Want to know what you are importing? Paste the import code in here (Decoder made by TakeJoshyy).
SETUP

1. Copy the Action Import text from above into your clipboard.

2. In Streamer.bot, click the Import button at the top of the window. Paste the text into the Import String section and press Import at the bottom.

3. Now head to the Commands tab and look for the imported commands. Then rightclick the group and select Group -> Enable All.

4. In the Settings action, rightclick the Test trigger and hit Test Trigger to open the Settings UI once. This makes sure that the .dll file has been downloaded and is up to date.

If you don't have my .dll in your Streamer.bot directory already, it will ask you to automatically download it. If you wish to manually place it there, you can to that here.

And then you're done!
Pog Clap

COMMANDS

!raffleStart [Title]

Create a raffle with the specified title (moderators only).

!raffleLock

Lock/Unlock a raffle. Locking won’t allow for any more entries (moderators only).

!raffleUnlock

Lock/Unlock a raffle. Locking won’t allow for any more entries (moderators only).

!raffleDelete

Delete/End a raffle (moderators only). This does not refund any user variable values if checked in the settings. Use !raffleCancel below to refund.

!raffleCancel

Cancel a raffle (moderators only). This does refund any user variable values if checked in the settings.

!rafflePickWinner

Pick a winner (moderators only). Only usable if the raffle has been locked. Picking a winner will remove them from the entry pool.

!raffle

Get info about the currently active raffle and your own entries.

!enter / !enter [Amount]

Enter a raffle. If no amount is specified, it will be a single entry.

SETTINGS UI

The Settings UI allows for some customization.



General
You can change the amount of entry tickets per user class here, whether only followers can participate or even use Global User Variables like points or watchtime for entries. Points can be deducted upon entry, but you could also leave it them undeducted if you used something like watchtime.

Chat Responses
This tab allows you to customize the chat responses. You can make use of the variables listed below each message.

FAQ

Can I pick multiple winners?

Yes, you can. You can just re-run the winner-pick action. However the same person can't win multiple times, regardless of how many entries they had. Once a winner has been chosen, it will remove them from the entry pool entirely and a new winner out of the remaining partipants can be chosen.

How do I end a raffle?

If you want to close it for good, delete the raffle. If you did an oopsie (and maybe refund any variable points), cancel it instead.

CHANGELOG
Date Changes Version
July 01, 2025 Added messages for raffle cancellation to the Settings UI; improved debugging 1.1.3
June 11, 2025 Added a confirmation prompt to download the dll if not already present 1.1.2
May 21, 2025 Converted for Streamer.bot 1.0.0 1.1.1
February 02, 2025 Release 1.0.0