Skip to content

Commit

Permalink
Removed sdcf4j recommendation from the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BtoBastian committed Mar 9, 2018
1 parent 73da9e7 commit 986f83b
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,19 +144,4 @@ to stay for at least 6 months before it finally gets removed, but this is not gu
## Discord Server

Javacord has its own Discord Server. You can join it ([Invite](https://discord.gg/0qJ2jjyneLEgG7y3)) for support,
status updates or just chatting with other users.

## Command Framework

Depending on the use-case of your bot you can use [sdcf4j](https://github.com/BtoBastian/sdcf4j) in order to create commands. It provides a clean and simple way to create commands. A ping-pong command would be as easy as this:
```java
public class PingCommand implements CommandExecutor {

@Command(aliases = {"!ping"}, description = "Pong!")
public String onCommand(String command, String[] args) {
return "Pong!";
}

}
```
Take a look at the [sdcf4j wiki](https://github.com/BtoBastian/sdcf4j/wiki) to find out how it works.
status updates or just chatting with other users.

0 comments on commit 986f83b

Please sign in to comment.