Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendotgg authored Feb 27, 2023
1 parent c957726 commit 46c4d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Neptune.start(jda, this, guild);
```
Or for multiple guilds:
```java
Neptune.start(jda, this, guild1, guild2);
Neptune.start(jda, this, guild1, guild2 ...);
```

Below is a working example of how to register a slash command. Use the @Command annotation and specify the command name, description and the required permissions.
Expand Down

0 comments on commit 46c4d92

Please sign in to comment.