Accept DMs and messages on any channel
# No codeAccept DMs and messages on a list of channels
return unless [1234, 5678].include? event.channel.idAccept DMs and messages on any channel
# No codeAccept DMs and messages on a list of channels
return unless [1234, 5678].include? event.channel.idThis file is being remade. If you want to see this file's contents as it is currently, hit the Raw button at the corner of this gist.
| // We can move `layer0`, `layer1`, `layer2`, `layer3` here, or just remove them entirely | |
| // Remove `add()`, `remove()`, `clear()` (replaced with `set()`, `unset()`, `clear()` from BitSetLike) |