krisppurg / dimscord

A Discord Bot & REST Library for Nim.
https://krisppurg.github.io/dimscord/
MIT License
222 stars 22 forks source link

Fix nil access error in sendMessage #51

Closed ire4ever1190 closed 3 years ago

ire4ever1190 commented 3 years ago

I was getting a nil access error since files was of default length 10 so it would try and access data from the files and cause a nil access error when sending messages

Tested the change and I now don't get nil access errors