aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2024-10-09 19:40:51 +0200
committerGravatar Chris Lovering <[email protected]>2024-11-23 19:16:23 +0000
commit428f7027568d896287c12c7ed6c644bd2fd94060 (patch)
tree94e5a41f24cf1b112503154b94d3f416e1ac5a9b
parentBranding: retry GitHub server errors (diff)
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.
-rw-r--r--bot/exts/backend/branding/_cog.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/exts/backend/branding/_cog.py b/bot/exts/backend/branding/_cog.py
index 40c2c2c6f..154a94f19 100644
--- a/bot/exts/backend/branding/_cog.py
+++ b/bot/exts/backend/branding/_cog.py
@@ -611,8 +611,6 @@ class Branding(commands.Cog):
await ctx.send(embed=resp)
- await ctx.invoke(self.branding_calendar_group)
-
# endregion
# region: Command interface (branding daemon)