mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
Disabled link button still requires URL for some reason
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
40c0cf04b8
commit
0aec6d4ca2
3 changed files with 3 additions and 0 deletions
|
@ -117,6 +117,7 @@ public class AboutCommandGroup : CommandGroup
|
|||
ButtonComponentStyle.Link,
|
||||
Messages.ButtonDirty,
|
||||
new PartialEmoji(Name: "⚠️"),
|
||||
URL: BuildInfo.IssuesUrl,
|
||||
IsDisabled: true
|
||||
);
|
||||
|
||||
|
|
|
@ -74,6 +74,7 @@ public class ErrorLoggingPostExecutionEvent : IPostExecutionEvent
|
|||
ButtonComponentStyle.Link,
|
||||
Messages.ButtonDirty,
|
||||
new PartialEmoji(Name: "⚠️"),
|
||||
URL: BuildInfo.IssuesUrl,
|
||||
IsDisabled: true
|
||||
);
|
||||
|
||||
|
|
|
@ -119,6 +119,7 @@ public class GuildLoadedResponder : IResponder<IGuildCreate>
|
|||
ButtonComponentStyle.Link,
|
||||
Messages.ButtonDirty,
|
||||
new PartialEmoji(Name: "⚠️"),
|
||||
URL: BuildInfo.IssuesUrl,
|
||||
IsDisabled: true
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue