Update frames.go

This commit is contained in:
jpdm13 2025-02-23 02:04:13 +01:00 committed by GitHub
parent b1ea82102e
commit 7440adb7c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,7 @@ var FrameMap = map[string]FrameType{
"earth": Earth, "earth": Earth,
"kitty": Kitty, "kitty": Kitty,
"india": India, "india": India,
"Gagner": Hello, "gagner": Hello,
"Perdu": Hello, "perdu": Hello,
"Hello": Hello, "hello": Hello,
} }