We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca65259 commit 2143eeeCopy full SHA for 2143eee
2 files changed
.gitignore
@@ -173,6 +173,3 @@ cython_debug/
173
174
# PyPI configuration file
175
.pypirc
176
-
177
-# Honeycomb config
178
-honeycomb.toml
src/bot/ui/embeds/embeds_manager.py
@@ -165,5 +165,5 @@ async def send_embed(
165
166
try:
167
await ctx_or_interaction.response.send_message(**kwargs)
168
- except Exception as e:
169
- return await ctx_or_interaction.followup.send(**kwargs)
+ except Exception:
+ return await ctx_or_interaction.followup.send(**kwargs)
0 commit comments