random-rip / primebot_backend

The unofficial Strauss Prime League Bot for sending push notifications via discord and telegram.
https://www.primebot.me
MIT License
12 stars 3 forks source link

Feature/timestamps in discord #68

Closed Grayknife closed 9 months ago

Grayknife commented 9 months ago
Grayknife commented 9 months ago

Match-Zeiten werden in Discord jetzt im Format <t:\d+:F> angezeigt, was wiederum auf Discord zu einer orts gebundenen Zeit formatiert wird.

Für Telegram funktioniert das leider nicht. Deswegen habe ich die Methode "telegramize_from_discord" um diese Formatierung erweitert. Telegram benutzt die Methode für /match 4 (in /matches werden keine Zeiten angezeigt).

Removed mysql_has_gone_away (+ decorator) weil Postgres benutzt wird.