Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.

Commit 226f5a0

Browse files
authored
fix(common-questions): use branched accessors in legend (discordjs#459)
1 parent cf7c04f commit 226f5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/popular-topics/common-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* `<client>` is a placeholder for the Client object, such as `const client = new Discord.Client();`.
66
* `<message>` is a placeholder for the Message object, such as `client.on('message', message => { ... });`.
7-
* `<guild>` is a placeholder for the Guild object, such as `<message>.guild` or `<client>.guilds.get('<id>')`.
7+
* `<guild>` is a placeholder for the Guild object, such as `<message>.guild` or <branch version="12.x" inline>`<client>.guilds.cache.get('<id>')`</branch><branch version="11.x" inline>`<client>.guilds.get('<id>')`</branch>.
88

99
For a more detailed explanation on the notations commonly used in this guide, the docs, and the support server, see [here](/additional-info/notation.md).
1010

0 commit comments

Comments
 (0)