(msg: Api.Message)
| 320 | backgroundColor: DEFAULT_BACKGROUND, |
| 321 | emojiBrand: DEFAULT_EMOJI_BRAND, |
| 322 | emojiSuffix: QUOTE_EMOJIS, |
| 323 | }; |
| 324 | |
| 325 | for (let i = 0; i < args.length; i++) { |
| 326 | const arg = args[i]; |
| 327 | const lower = arg.toLowerCase(); |
no test coverage detected