-
`message.channel.permissionsOf(message.author).serialize()`
gives
`{ createInstantInvite: true,
kickMembers: true,
banMembers: true,
managePermissions: true,
manageChannel: true,
manageSer…
-
Discord.js: NPM 5.3.2
Node: LTS 4.2.3
``` console
[Wed, 13 Jan 2016 11:15:12 GMT] MESSAGE UPDATE: Technic[42463947818795009]/help[96563656271093760]/TechniKhitty[115539250212110339] updated message. …
-
Hard to explain this issue, but here's a simple example:
```
SimpleBrokenExample {
Test = "test" "the"? Thing
Thing = "the thing"
}
```
So what I would want to happen is `test …