Update frames.go

This commit is contained in:
5Litt 2023-04-29 15:59:05 +02:00 committed by GitHub
parent 7c3a708c95
commit 1057337913
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,4 +35,5 @@ var FrameMap = map[string]FrameType{
"rick": Rick,
"can-you-hear-me": Rick,
"donut": Donut,
"popcat": Popcat,
}