Skip to content

Commit fd854c7

Browse files
committed
Added the !setrip command to rip.txt
1 parent f05e038 commit fd854c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TwitchBot/CommandScripts/rip.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ public class CommandClass : Command
121121
CommandAPI.AddChatHandler("addrip", "Adds 1 to the RIP counter", AddRipHandler, true);
122122
CommandAPI.AddChatHandler("subrip", "Removes 1 from the RIP counter", SubRipHandler, true);
123123
CommandAPI.AddChatHandler("resetrip", "Resets the RIP counter", ResetRipHandler, true);
124+
CommandAPI.AddChatHandler("setrip", "Sets the RIP counter", SetRipHandler, true);
124125

125126
// Register the console command handler(s)
126127
}

0 commit comments

Comments
 (0)