Skip to content

Commit b172dc2

Browse files
author
xyzjesper
committed
Fixed docs url
1 parent 7a4d983 commit b172dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DisBot-Helper-Bot/Commands/DocsCommand.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public DocsCommand(DocsService docsService, ConfigService configService)
1616
ConfigService = configService;
1717
}
1818

19-
[SlashCommand("docs", "Close a Thread",
19+
[SlashCommand("docs", "https://docs.disbot.app",
2020
DefaultGuildPermissions = Permissions.MentionEveryone,
2121
Contexts = [InteractionContextType.Guild]
2222
)]
@@ -47,7 +47,7 @@ await Context.Interaction.SendResponseAsync(InteractionCallback.Message(new Inte
4747
new ComponentContainerProperties()
4848
{
4949
new TextDisplayProperties(
50-
$"-# <:reply:1430577881205182555> **Try to read this Document from your Docs. [Read More](https://doc.xyzhub.link{callback!.data[0].document.url})**")
50+
$"-# <:reply:1430577881205182555> **Try to read this Document from your Docs. [Read More](https://doc.xyzhub.link/s/disbot{callback!.data[0].document.url})**")
5151
}
5252
]
5353
}));

0 commit comments

Comments
 (0)