1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-20 00:43:36 +03:00

idk i don't need bot here

Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
Macintxsh 2023-07-11 11:49:47 +03:00 committed by GitHub
parent 6017a46f38
commit aeeb3d4399
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -277,7 +277,6 @@ public class GuildUpdateService : BackgroundService {
.WithTitle(scheduledEvent.Name) .WithTitle(scheduledEvent.Name)
.WithDescription(embedDescription) .WithDescription(embedDescription)
.WithEventCover(scheduledEvent.ID, scheduledEvent.Image) .WithEventCover(scheduledEvent.ID, scheduledEvent.Image)
.WithUserFooter(currentUser)
.WithCurrentTimestamp() .WithCurrentTimestamp()
.WithColour(ColorsList.White) .WithColour(ColorsList.White)
.Build(); .Build();