sleepy-discord icon indicating copy to clipboard operation
sleepy-discord copied to clipboard

Segmentation fault with to many messages

Open Janrupf opened this issue 5 years ago • 0 comments

When using

getMessages(channel.ID, SleepyDiscord::BaseDiscordClient::GetMessagesKey::before, channel.lastMessageID, 100).list();

and less then 100 messages are in the channel, the list() call segfaults

Janrupf avatar Sep 01 '18 15:09 Janrupf