Skip to content

Commit 72c5789

Browse files
committed
IIRR_13: Change help message copy, remove unnecessary migration
1 parent 3d31813 commit 72c5789

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

app/lib/discord/events/help_command.rb

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ def help_message
2222
description: "I'm here to test your knowledge on whether something is Ruby or Rails! Every day I'll send a question to see if you can guess correctly. Good luck!",
2323
color: 0xe60000
2424
)
25-
embed.add_field(name: "", value: "")
26-
embed.add_field(name: "💬 Compete with other Ruby and Rails enthusiasts from around the world!", value: "")
27-
embed.add_field(name: "You can only answer a question once, but you can revisit older questions you haven't answered yet.", value: "")
28-
embed.add_field(name: "", value: "")
29-
embed.add_field(name: "⚙️ Admin Commands", value: "\u200B")
30-
embed.add_field(name: "/set_channel", value: "Admin can add 'Is it Ruby or Rails' to the channel that is best for the community.")
25+
embed.add_field(name: "🧩 Daily Puzzles", value: "You can only answer a question once, but you can revisit older questions you haven't answered yet.")
26+
embed.add_field(name: "❓Immediate Feedback", value: "As soon as you give your answer, I'll let you know if you're right or wrong and why.")
27+
embed.add_field(name: "🏆 Leaderboard", value: "I'll send you a leaderboard at the end of each week, so you know who's the Ruby or Rails expert of the week!")
28+
embed.add_field(name: "⚙️ Admin Commands", value: "")
29+
embed.add_field(name: "/set_channel", value: "Specify which channel I should post to within the server.")
3130
embed
3231
end
3332
end

db/migrate/20250318172735_create_discord_servers.rb

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)