[PR #925] Replace event date blocks #944

Open
opened 2026-02-15 15:57:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/925
Author: @Andryshik345
Created: 3/14/2023
Status: 🔄 Open

Base: masterHead: vnext


📝 Commits (2)

  • f5d95c3 Replaced date blocks with discord's dynamic ones
  • 05911f0 Fix the formatting

📊 Changes

1 file changed (+5 additions, -5 deletions)

View changed files

📝 CompatBot/Commands/EventsBaseCommand.cs (+5 -5)

📄 Description

Why use UTC standardized time and date blocks for event list, when discord can show them relative to system's timezone. Much easier to know when it will happen.
How it looks:
изображение

Although you still need to add events considering this factor. And I'm pretty sure there's a room to improve it further.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/925 **Author:** [@Andryshik345](https://github.com/Andryshik345) **Created:** 3/14/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`f5d95c3`](https://github.com/RPCS3/discord-bot/commit/f5d95c30fd0deecc8941a80c445b2780422f6857) Replaced date blocks with discord's dynamic ones - [`05911f0`](https://github.com/RPCS3/discord-bot/commit/05911f0cbd2ab990d50322c05675a5ae5fb6cab2) Fix the formatting ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/EventsBaseCommand.cs` (+5 -5) </details> ### 📄 Description Why use UTC standardized time and date blocks for event list, when discord can show them relative to system's timezone. Much easier to know when it will happen. How it looks: ![изображение](https://user-images.githubusercontent.com/24612088/225127752-94b1ccb9-769c-4660-8a83-c2bc70c25efb.png) Although you still need to add events considering this factor. And I'm pretty sure there's a room to improve it further. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:57:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#944