Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
/
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Feb 14, 2023
1 parent ef46064 commit 6355121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Handlers/QueryHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace DSharpPlusDocs.Handlers
public class QueryHandler
{
public Cache Cache { get; private set; }
public static string DocsBaseUrl { get; set; } = "https://dsharpplus.github.io/DSharpPlus";
public static string DocsBaseUrl { get; set; } = "https://dsharpplus.github.io/DSharpPlus/";

public QueryHandler() => Cache = new Cache();

Expand Down

0 comments on commit 6355121

Please sign in to comment.