diff --git a/src/commands/ping.tsx b/src/commands/ping.tsx
index dc93b43..cc388a3 100644
--- a/src/commands/ping.tsx
+++ b/src/commands/ping.tsx
@@ -37,9 +37,9 @@ export default {
components: [
,
diff --git a/src/listeners/interaction_create.ts b/src/listeners/interaction_create.ts
index 9ea39e9..a36275d 100644
--- a/src/listeners/interaction_create.ts
+++ b/src/listeners/interaction_create.ts
@@ -32,7 +32,7 @@ export default {
`\`${restClosedForm}\``,
`\`≈ ${rest} ms\``,
"",
- "Mathematics is the language of the universe, it's truly fascinating! And being a software engineer requires a deep understanding of this language. It's not an easy field, but it's incredibly rewarding. 😄",
+ "Mathematics is the language of the universe, it's truly fascinating! 😄",
].join("\n"),
ephemeral: true,
})
diff --git a/src/message-commands/ping.tsx b/src/message-commands/ping.tsx
index 478b4ff..7d6b6cf 100644
--- a/src/message-commands/ping.tsx
+++ b/src/message-commands/ping.tsx
@@ -34,9 +34,9 @@ export default {
components: [
,