mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
9 lines
437 B
ReStructuredText
9 lines
437 B
ReStructuredText
Resolvable Documentation
|
|
========================
|
|
|
|
To be robust, discord.js needs to handle a wide amount of ambiguous data that is supplied to it. This means you can use functions much more easily. Anything that is resolvable means it can be normalised without you having to do it explicitly.
|
|
|
|
Channel Resolvable
|
|
------------------
|
|
|
|
A Channel Resolvable is data that can be resolved to a channel ID. Here is what is currently supported: |