mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 16:52:16 +00:00
docs(GroupDMChannel): fix top 'an user' -> 'a user'
This commit is contained in:
parent
b757f9ef2d
commit
54fa5f644f
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ class GroupDMChannel extends Channel {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes an user from this Group DM.
|
* Removes a user from this Group DM.
|
||||||
* @param {UserResolvable} user User to remove
|
* @param {UserResolvable} user User to remove
|
||||||
* @returns {Promise<GroupDMChannel>}
|
* @returns {Promise<GroupDMChannel>}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue