aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gustav Odinger <[email protected]>2021-02-23 11:08:41 +0100
committerGravatar Gustav Odinger <[email protected]>2021-02-23 11:08:41 +0100
commitbb9e56c3cb874ef76ab82db02ce8242117e0da92 (patch)
tree4c9f2d79bb7de60514256f68cc31c3f0d3f8a597
parentSend DM when user claims help channel (diff)
Update embed field title to be more formal
-rw-r--r--bot/exts/help_channels/_message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/help_channels/_message.py b/bot/exts/help_channels/_message.py
index 12ac4035d..95aca067a 100644
--- a/bot/exts/help_channels/_message.py
+++ b/bot/exts/help_channels/_message.py
@@ -111,7 +111,7 @@ async def dm_on_open(message: discord.Message) -> None:
name="Your message", value=truncate_message(message, limit=100), inline=False
)
embed.add_field(
- name="Want to go there?",
+ name="Conversation",
value=f"[Jump to message!]({message.jump_url})",
inline=False,
)