diff --git a/src/Commands/AboutCommandGroup.cs b/src/Commands/AboutCommandGroup.cs index 88ac423..9de986c 100644 --- a/src/Commands/AboutCommandGroup.cs +++ b/src/Commands/AboutCommandGroup.cs @@ -117,6 +117,7 @@ public class AboutCommandGroup : CommandGroup ButtonComponentStyle.Link, Messages.ButtonDirty, new PartialEmoji(Name: "⚠️"), + URL: BuildInfo.IssuesUrl, IsDisabled: true ); diff --git a/src/Commands/Events/ErrorLoggingPostExecutionEvent.cs b/src/Commands/Events/ErrorLoggingPostExecutionEvent.cs index 8f06423..a3a80ff 100644 --- a/src/Commands/Events/ErrorLoggingPostExecutionEvent.cs +++ b/src/Commands/Events/ErrorLoggingPostExecutionEvent.cs @@ -74,6 +74,7 @@ public class ErrorLoggingPostExecutionEvent : IPostExecutionEvent ButtonComponentStyle.Link, Messages.ButtonDirty, new PartialEmoji(Name: "⚠️"), + URL: BuildInfo.IssuesUrl, IsDisabled: true ); diff --git a/src/Responders/GuildLoadedResponder.cs b/src/Responders/GuildLoadedResponder.cs index fb53bb9..0934c3d 100644 --- a/src/Responders/GuildLoadedResponder.cs +++ b/src/Responders/GuildLoadedResponder.cs @@ -119,6 +119,7 @@ public class GuildLoadedResponder : IResponder ButtonComponentStyle.Link, Messages.ButtonDirty, new PartialEmoji(Name: "⚠️"), + URL: BuildInfo.IssuesUrl, IsDisabled: true );