Skip to content

Commit

Permalink
#232 Use HTTP in /random quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantam-Studios committed Dec 29, 2024
1 parent 9983f81 commit f472d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/random-group/randomCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public async Task Quote([Summary("prompt", "use /quote-prompts to see all valid

try
{
content = await GetFromAPI($"https://api.quotable.io/quotes/random?tags={prompt}", AcceptTypes.application_json);
content = await GetFromAPI($"http://api.quotable.io/quotes/random?tags={prompt}", AcceptTypes.application_json);
}
catch (HttpRequestException ex)
{
Expand Down

0 comments on commit f472d0e

Please sign in to comment.