Skip to content

Commit

Permalink
Emoji fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Droid00000 committed Nov 30, 2024
1 parent c0f61f1 commit 31a558b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frost/admin/handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module AdminCommands

application_command(:about) do |event|
event.defer(ephemeral: true)
event.edit_response(content: "#{RESPONSE[10]} #{EMOJI[10]}")
event.edit_response(content: "#{RESPONSE[10]} #{EMOJI[1]}")
end

application_command(:settings) do |event|
Expand Down

0 comments on commit 31a558b

Please sign in to comment.