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

Commit 4106285

Browse files
committed
fix(v12-changes): typo
1 parent 90b8003 commit 4106285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/additional-info/changes-in-v12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ Not sure how to set up a database? Check out [this page](/sequelize/)!
979979

980980
#### Guild#setChannelPosition
981981

982-
`guild.setChannelPosition()` has been removed entirely. As an alternative, you can use `channel.setPosition()`, or `guild.setChannelPositions()`, which accepts accepts the same form of data as `guild.setChannelPosition` but inside an array.
982+
`guild.setChannelPosition()` has been removed entirely. As an alternative, you can use `channel.setPosition()`, or `guild.setChannelPositions()`, which accepts the same form of data as `guild.setChannelPosition` but inside an array.
983983

984984
```diff
985985
- guild.setChannelPosition({ channel: '123456789012345678', position: 1 });

0 commit comments

Comments
 (0)