Skip to content

Commit 428f702

Browse files
kwzrdChrisLovering
authored andcommitted
Branding: do not invoke calendar after refresh
We now send a result embed after refresh. It would be noisy to also send the calendar embed. Users can invoke the calendar manually if desired.
1 parent e804943 commit 428f702

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bot/exts/backend/branding/_cog.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,6 @@ async def branding_calendar_refresh_cmd(self, ctx: commands.Context) -> None:
611611

612612
await ctx.send(embed=resp)
613613

614-
await ctx.invoke(self.branding_calendar_group)
615-
616614
# endregion
617615
# region: Command interface (branding daemon)
618616

0 commit comments

Comments
 (0)