Skip to content

Commit

Permalink
Changed invite to support typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zastrixarundell committed Mar 28, 2020
1 parent 9ea9d14 commit b1df361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/catlixir/command/help.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b1df361

Please sign in to comment.