From aeeb3d4399c31df70b47ccdf59f6963fdb68e9ec Mon Sep 17 00:00:00 2001 From: Macintosh II <95250141+mctaylors@users.noreply.github.com> Date: Tue, 11 Jul 2023 11:49:47 +0300 Subject: [PATCH] idk i don't need bot here Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com> --- src/Services/GuildUpdateService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Services/GuildUpdateService.cs b/src/Services/GuildUpdateService.cs index 99b94c1..06ea1a8 100644 --- a/src/Services/GuildUpdateService.cs +++ b/src/Services/GuildUpdateService.cs @@ -277,7 +277,6 @@ public class GuildUpdateService : BackgroundService { .WithTitle(scheduledEvent.Name) .WithDescription(embedDescription) .WithEventCover(scheduledEvent.ID, scheduledEvent.Image) - .WithUserFooter(currentUser) .WithCurrentTimestamp() .WithColour(ColorsList.White) .Build();