()
| 36 | return getRandomEmoji(emojis); |
| 37 | } |
| 38 | function formatTime() { |
| 39 | const now = new Date(); |
| 40 | const options = { |
| 41 | hour: '2-digit', |
| 42 | minute: '2-digit', |
| 43 | hour12: false, |
| 44 | timeZone: config.timeZone || 'UTC' |
| 45 | }; |
| 46 | return now.toLocaleTimeString('en-US', options); |
| 47 | } |
| 48 | export default { |
| 49 | command: 'smenu', |
| 50 | aliases: ['shelp', 'smart', 'help2'], |