mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 18:00:08 +00:00
docs: correct grammar and typos in the Nodejs doc (#2109)
* Fix grammar * Correct grammar and typos
This commit is contained in:
@@ -32,7 +32,7 @@ class Channel {
|
||||
}
|
||||
|
||||
async send(options) {
|
||||
return await client.helpers.sendMessage(this.id, options);
|
||||
return await this.client.helpers.sendMessage(this.id, options);
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user