Skip to content

Commit 4690d67

Browse files
committed
refactor: soften up application message
There is currently the following message displayed in an embed to those who make use of the `/application-form` slash command: We are always looking for community members that want to contribute to our community and take charge. If you are interested, you can apply for various positions here! This is too hardened and serious according to feedback. Add a smiley face in the form of a cool sunglasses emoji to soften it up. Suggested-by: Zabuzard <zabuza.dev@gmail.com> Signed-off-by: Chris Sdogkos <work@chris-sdogkos.com>
1 parent 83df552 commit 4690d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/main/java/org/togetherjava/tjbot/features/roleapplication/CreateRoleApplicationCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ private static MessageEmbed createApplicationEmbed() {
265265
.setDescription(
266266
"""
267267
We are always looking for community members that want to contribute to our community \
268-
and take charge. If you are interested, you can apply for various positions here!""")
268+
and take charge. If you are interested, you can apply for various positions here! 😎""")
269269
.setColor(AMBIENT_COLOR)
270270
.build();
271271
}

0 commit comments

Comments
 (0)