mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
Fix two typos (#535)
This commit is contained in:
parent
3e39d54933
commit
5500b87968
1 changed files with 3 additions and 3 deletions
|
|
@ -112,7 +112,7 @@ This is by far the most common way people will send a message in the Discord API
|
||||||
client.sendMessage(message.channel, "Hello!");
|
client.sendMessage(message.channel, "Hello!");
|
||||||
});
|
});
|
||||||
|
|
||||||
You can also use a `Message`_ resolvable as an parameter. This example does the same thing as above.
|
You can also use a `Message`_ resolvable as a parameter. This example does the same thing as above.
|
||||||
|
|
||||||
.. code-block:: javascript
|
.. code-block:: javascript
|
||||||
|
|
||||||
|
|
@ -259,7 +259,7 @@ Status updates
|
||||||
|
|
||||||
Updating your status is very simple.
|
Updating your status is very simple.
|
||||||
|
|
||||||
The ready event needs to be emitted before you can use theese functions.
|
The ready event needs to be emitted before you can use these functions.
|
||||||
|
|
||||||
You can either use the setStatus function or you can use helpers.
|
You can either use the setStatus function or you can use helpers.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue