auth softlock fixes, added shortcut to enable/disable redeem for sfx

This commit is contained in:
2025-09-30 22:36:56 +02:00
parent e4cfa74130
commit fdd9a34819
8 changed files with 42 additions and 4 deletions

View File

@@ -96,6 +96,7 @@ Redeems will be created automatically when the bot starts.
Redeems or Pointredeems are events/commands triggered when a chatter uses their channel points.
Redeems can be enabled and disabled by moderators using the [`enableredeem` and `disableredeem` commands](#administrative-commands).
Note: The commands mentioned above require the internal name. For example, to disable the free money redeem, you do `disableredeem qbucksredeem` and not `disableredeem FREE MONEY`.
The enable and disable redeem commands have a way to enable/disable all sound alert redeems at one by specifying the redeem as `sfx` or `sound`.
When running the development database and twitch api application, the redeems will not get created. This is because twitch only allows editing or deleting rewards when the same application created the reward. (fucking stupid)