Skip to content

Commit

Permalink
Remove confusing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abitofevrything committed Jan 12, 2022
1 parent ca70c72 commit d2f87ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ void main() {

// Once we've created our command, we need to add it to our bot:
commands.addCommand(ping);
// The name `addCommand` might seem a bit weird as a name for adding a command to our bot, but
// it makes sense if you imagine each bot as "owning" a command:
// The commands on a bot can be represented with a parent-child tree that looks like this:
//
// client
// ┗━ ping
Expand Down

0 comments on commit d2f87ed

Please sign in to comment.