Added Magic 8-Ball game.
This commit is contained in:
0
src/utils/get-leaders.js
Normal file → Executable file
0
src/utils/get-leaders.js
Normal file → Executable file
0
src/utils/get-word-key.js
Normal file → Executable file
0
src/utils/get-word-key.js
Normal file → Executable file
0
src/utils/pick-random.js
Normal file → Executable file
0
src/utils/pick-random.js
Normal file → Executable file
0
src/utils/shuffle.js
Normal file → Executable file
0
src/utils/shuffle.js
Normal file → Executable file
2
src/utils/style.js
Normal file → Executable file
2
src/utils/style.js
Normal file → Executable file
@@ -50,7 +50,7 @@ module.exports = (() => {
|
||||
bold: schatBold,
|
||||
italic: schatItalic,
|
||||
code: schatCode,
|
||||
...Object.fromEntries(Object.entries(config.schatColors).map(([color, value]) => [color, (text) => schatColor(text, value)])),
|
||||
...Object.fromEntries(Object.entries(config.schatColorAliases).map(([color, value]) => [color, (text) => schatColor(text, value)])),
|
||||
};
|
||||
|
||||
const handler = {
|
||||
|
||||
Reference in New Issue
Block a user