diff --git a/lib/catlixir/command/help.ex b/lib/catlixir/command/help.ex index d400908..d542fe5 100644 --- a/lib/catlixir/command/help.ex +++ b/lib/catlixir/command/help.ex @@ -37,7 +37,7 @@ defmodule Catlixir.Command.Help do |> put_field("#{@command} breed (name)", "Get info about a breed. If the name is not specified, it will return a random breed.") |> put_field("#{@command} random", "Get a random image of a cat!") |> put_field("#{@command} invite", "Invite the bot to your server!") - |> put_field("#{@command} invite", "Go to the support server!") + |> put_field("#{@command} support", "Go to the support server!") |> put_field("#{@command} help", "Show this menu!") |> put_footer("Current version: #{vsn |> List.to_string()}") |> put_color_on_embed(message)