From e314c9394f1fd7615940afbcb09fbadb12b26bf7 Mon Sep 17 00:00:00 2001 From: Hyper-Z <114817308+Hyper-Z11@users.noreply.github.com> Date: Sat, 12 Aug 2023 12:20:37 +0700 Subject: [PATCH] Adds PlayStation --- frames/frames.go | 1 + 1 file changed, 1 insertion(+) diff --git a/frames/frames.go b/frames/frames.go index c069cff..2b99018 100644 --- a/frames/frames.go +++ b/frames/frames.go @@ -35,4 +35,5 @@ var FrameMap = map[string]FrameType{ "rick": Rick, "can-you-hear-me": Rick, "donut": Donut, + "playstation": PlayStation, }