refactor(ping): change the button label & emoji

This commit is contained in:
Jozef Steinhübl 2024-05-13 22:42:05 +02:00
parent d8614afdf9
commit a3f7263489
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
3 changed files with 5 additions and 5 deletions

View file

@ -37,9 +37,9 @@ export default {
components: [
<ActionRow>
<Button
label="I'm dumb!"
label="I'm normal!"
style={ButtonStyle.Danger}
emoji={{ name: "😕", id: null, animated: false }}
emoji={{ name: "🤦", id: null, animated: false }}
id={`0-${serialized}`}
/>
</ActionRow>,

View file

@ -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,
})

View file

@ -34,9 +34,9 @@ export default {
components: [
<ActionRow>
<Button
label="I'm dumb!"
label="I'm normal!"
style={ButtonStyle.Danger}
emoji={{ name: "😕", id: null, animated: false }}
emoji={{ name: "🤦", id: null, animated: false }}
id={`0-${serialized}`}
/>
</ActionRow>,