shuppet / raku-api-discord

Raku module for interacting with the Discord API.
https://shuppet.com
BSD 3-Clause "New" or "Revised" License
30 stars 3 forks source link

Allow fetching of messages independently of channel #26

Open kawaii opened 5 years ago

kawaii commented 5 years ago

If we ask a channel to fetch N messages it will add it to to the channel's internal array, but a user might want to just fetch a bunch of messages from the channel without caching them on the channel.

kawaii commented 5 years ago

Can't remember why this is important but it is