diff options
author | Christian Fehmer <[email protected]> | 2024-09-05 17:36:10 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-05 17:36:10 +0200 |
commit | 77c1e8e298042b4dd303e55d4a227ce09c3c463b (patch) | |
tree | 0050c31b3c83f07043994eeb92e0f7d054bf36d4 /backend | |
parent | b8ca187ab3a98f61f0167d609863e68bd7a4b033 (diff) | |
download | monkeytype-77c1e8e298042b4dd303e55d4a227ce09c3c463b.tar.gz monkeytype-77c1e8e298042b4dd303e55d4a227ce09c3c463b.zip |
feat(funbox): add instant messaging (@fehmer) (#5850)
Thanks
Diffstat (limited to 'backend')
-rw-r--r-- | backend/src/constants/funbox-list.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/backend/src/constants/funbox-list.ts b/backend/src/constants/funbox-list.ts index e02c2a2f7..07b003b5a 100644 --- a/backend/src/constants/funbox-list.ts +++ b/backend/src/constants/funbox-list.ts @@ -354,6 +354,13 @@ const FunboxList: MonkeyTypes.FunboxMetadata[] = [ frontendFunctions: ["alterText"], name: "ddoouubblleedd", }, + { + canGetPb: false, + difficultyLevel: 1, + properties: ["changesCapitalisation"], + frontendFunctions: ["alterText"], + name: "instant_messaging", + }, ]; export default FunboxList; |