Skip to content

Giveaways

Matthew Olivo edited this page Aug 18, 2020 · 7 revisions

Giveaways

The Giveaway feature allow you to perform giveaways and raffles within your stream. You specify the item that is being given away, how long it should run for, and how a user can enter into the giveaway. To start the giveaway, simply click the "Start Giveaway" button. After the specified time for the giveaway, a random user will be selected from the entered users to win the raffle. The user will then be notified in chat that they have won and will have 60 seconds to type in "!claim" to win, otherwise a new person will be selected.

Users will be able to enter by running "!" where command is the one you specified. You are able to set requirements on who can run this command based off of their role in your channel and more.

When a giveaway is triggered, an additional set of Special Identifiers are made available for all actions that are part of the various Giveaway commands. The regular set of Special Identifiers for all commands are still the same (EX: $username will be the username of the user who is participating), but these are additional ones you may use.

  • $giveawayitem = The name of the item being given away.

  • $giveawaycommand = The command to run to enter into the giveaway (EX: "!giveaway")

  • $giveawaytimelimit = The number of minutes remaining in the giveaway. (EX: 3)

  • $usergiveawayentries = The number of entries the user has JUST purchased when entering the giveaway. Can only be used in the User Joined command. (EX: 5)

  • $usergiveawaytotalentries = The TOTAL number of entries the user has purchased for the giveaway. Can only be used in the User Joined command. (EX: 20)

Clone this wiki locally