(obj1) is (obj2)
In Discord → Users; Discord → Channels; Discord → Servers; Discord → Emoji
Determines whether a Discord object is a reference to another, by comparing their snowflake IDs.
Requires the following blocks to be present in the project: discord login
Parameters
Parameter name | Parameter type | Required? | Description |
---|---|---|---|
obj1 | channel OR guild OR emoji OR user OR message OR interaction | ✓ | An item to compare. |
obj2 | channel OR guild OR emoji OR user OR message OR interaction | ✓ | An item to compare. |
Output
Boolean