krisppurg/dimscord

An unknown error occurs when sending a file and invalid pragma 'async'.

krisppurg opened this issue · 1 comments

There is a solution to the invalid pragma 'async' by changing the nim version above v1.0.6.
If you were to update your Nim version to at least Nim v1.2.0 the invalid pragma issue is gone and an unknown error occurs when you send a file.

This commit fixes the issue:
82cf717