Isaac

Results 75 issues of Isaac

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.

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).

If the message doesn't exist anymore, remove the message from the store and send a new one.

Make the [countdown images](https://github.com/christmas-countdown/countdown-images) loop more smoothly by making the snow start and end in the same position.

Add localised names and descriptions for commands and options.