added blink

This commit is contained in:
wormmeatapple 2023-09-27 01:55:03 +08:00 committed by GitHub
parent f3180569d8
commit fe157c279a
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,
"blink": Blink,
}