Files
ThreadNet-Web/src/components/views/elements/effects/index.ts
T

12 lines
325 B
TypeScript
Raw Normal View History

import {_t, _td} from "../../../../languageHandler";
export default [
{
emojis: ['🎊', '🎉'],
msgType: 'nic.custom.confetti',
command: 'confetti',
description: () => _td("Sends the given message with confetti"),
fallbackMessage: () => _t("sends confetti") + " 🎉",
},
]