bot
bot copied to clipboard
The original Christmas countdown bot for Discord.
The theme (especially font sizes) could be better. Zoom out more.
Separate the gateway so restarts take seconds instead of several minutes. Doesn't need to be serverless, could use something like https://discordeno.js.org
https://christmascountdown.live/discord/add could have a form that asks - which countdowns and features to enable - server timezone (international or local) - user timezone (suggest from browser) - #85 Then 1....
https://en.wikipedia.org/wiki/Observance_of_Christmas_by_country - 24th December 00:00 - 24th December 16:00 (https://www.whychristmas.com/cultures/austria) - 25th December 00:00 - 6th January 00:00 - 7th January 00:00
Use [`cron`](https://www.npmjs.com/package/cron)
...until the bot is restarted to re-send the message.
The general consensus (from my admittedly little knowledge on the subject) seems to be that Discord's main API gateway will probably be hosted in the US. With that in mind,...
Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.14.4 to 5.21.8. Changelog Sourced from systeminformation's changelog. Changelog Major Changes - Version 5 New Functions audio() detailed audio information bluetoothDevices() detailed information detected bluetooth devices dockerImages()...
Create the countdown webhook when the bot is added: https://discord.com/developers/docs/topics/oauth2#webhooks This would require a functional callback (it could be serverless but needs to connect to the database).