Browse Source

remove tip in docs about SocketEntity.Discord

pull/603/head
Christopher F 8 years ago
parent
commit
957113c374
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      docs/guides/concepts/entities.md

+ 0
- 3
docs/guides/concepts/entities.md View File

@@ -35,9 +35,6 @@ you to easily navigate to an entity's parent or children. As explained
above, you will sometimes need to cast to a more detailed version of
an entity to navigate to its parent.

All socket entities have a `Discord` property, which will allow you
to access the parent `DiscordSocketClient`.

### Accessing Entities

The most basic forms of entities, `SocketGuild`, `SocketUser`, and


Loading…
Cancel
Save