Changed a link

This commit is contained in:
Toastie 2024-06-29 00:44:17 +12:00
parent 6066ab4490
commit 0ba2017f7b
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -19,7 +19,7 @@ public sealed class CheckForUpdatesService : IEService, IReadyExecutor
private readonly IMessageSenderService _sender;
private const string RELEASES_URL = "https://toastielab.dev/api/v1/repos/Emotions-stuff/elliebot/releases";
private const string RELEASES_URL = "https://git.toastiet0ast.com/api/v4/projects/1/releases";
public CheckForUpdatesService(
BotConfigService bcs,