Skip to content

Commit fb900b4

Browse files
authored
Update README.md
1 parent a6c9c5e commit fb900b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Making commands with this framework is really easy, here's an example:
2424
import com.seailz.jdaframework.command.Command;
2525
import net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent;
2626

27+
@CommandInfo(
28+
name = "epiccommand",
29+
description = "This is such an epic command!"
30+
)
2731
public class CommandExample extends Command {
2832
@Override
2933
public void onCommand(SlashCommandInteractionEvent e) {

0 commit comments

Comments
 (0)