Skip to content

Commit

Permalink
Merge pull request #577 from Kraigie/fix-documentation-guild-app-command
Browse files Browse the repository at this point in the history
Fix referenced function in example for `create_global_application_com…
  • Loading branch information
jb3 authored May 4, 2024
2 parents bb353c4 + 9727f99 commit 5695599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nostrum/api.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3257,7 +3257,7 @@ defmodule Nostrum.Api do
## Example
```elixir
Nostrum.Api.create_application_command(
Nostrum.Api.create_global_application_command(
%{name: "edit", description: "ed, man! man, ed", options: []}
)
```
Expand Down

0 comments on commit 5695599

Please sign in to comment.