This repository was archived by the owner on Oct 10, 2024. It is now read-only.
Commit 5e73c27
authored
feat(config): defaultEmbed accepts colour arguments. #374
* added parameter `color`
Changed the `defaultEmbed()` function so as to have a parameter for **color** that is defaulted to `#0099ff` color (blue).
This change is in response to Issue #372,
* removed type of color
The linting suggested I remove the type from the parameter as it is inferred.1 parent e487002 commit 5e73c27
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments