mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-18 19:04:27 -04:00
[PR #925] Replace event date blocks #944
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/discord-bot/pull/925
Author: @Andryshik345
Created: 3/14/2023
Status: 🔄 Open
Base:
master← Head:vnext📝 Commits (2)
f5d95c3Replaced date blocks with discord's dynamic ones05911f0Fix 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.