fix build

This commit is contained in:
Toastie 2025-03-21 19:44:13 +13:00
parent 4549b1f4e4
commit ae8a63eeac
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7

View file

@ -13,7 +13,7 @@ public partial class Utility
[BotPerm(GuildPerm.ManageChannels)]
public async Task LiveChAdd(IChannel channel, [Leftover] string template)
{
if (!await svc.AddLiveChannelAsync(ctx.Guild.Id, channel, template))
if (!await svc.AddLiveChannelAsync(ctx.Guild.Id, channel.Id, template))
{
await Response()
.Error(strs.livechannel_limit(LiveChannelService.MAX_LIVECHANNELS))