1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

resolve conversations

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-03-20 15:54:57 +03:00
parent 243eaaa3cd
commit 954bbcb34a
Signed by: mctaylors
GPG key ID: 7181BEBE676903C1
3 changed files with 6 additions and 6 deletions

View file

@ -114,8 +114,8 @@ public class AboutCommandGroup : CommandGroup
var issuesButton = new ButtonComponent(
ButtonComponentStyle.Link,
BuildInfo.IsDirty
? Messages.ButtonReportIssue
: Messages.ButtonDirty,
? Messages.ButtonDirty
: Messages.ButtonReportIssue,
new PartialEmoji(Name: "⚠️"),
URL: BuildInfo.IssuesUrl,
IsDisabled: BuildInfo.IsDirty

View file

@ -71,8 +71,8 @@ public class ErrorLoggingPostExecutionEvent : IPostExecutionEvent
var issuesButton = new ButtonComponent(
ButtonComponentStyle.Link,
BuildInfo.IsDirty
? Messages.ButtonReportIssue
: Messages.ButtonDirty,
? Messages.ButtonDirty
: Messages.ButtonReportIssue,
new PartialEmoji(Name: "⚠️"),
URL: BuildInfo.IssuesUrl,
IsDisabled: BuildInfo.IsDirty

View file

@ -116,8 +116,8 @@ public class GuildLoadedResponder : IResponder<IGuildCreate>
var issuesButton = new ButtonComponent(
ButtonComponentStyle.Link,
BuildInfo.IsDirty
? Messages.ButtonReportIssue
: Messages.ButtonDirty,
? Messages.ButtonDirty
: Messages.ButtonReportIssue,
new PartialEmoji(Name: "⚠️"),
URL: BuildInfo.IssuesUrl,
IsDisabled: BuildInfo.IsDirty