ba0f3 / telebot.nim

Async Telegram Bot API Client implement in @Nim-Lang
MIT License
165 stars 24 forks source link

Error: cannot open 'tempfile' #2

Closed watzon closed 6 years ago

watzon commented 6 years ago

Looks like tempfile, which is referenced in telbot.nim doesn't exist in the nim standard library, isn't a dependency in your .nimble file, and actually doesn't seem to be used. Could we just remove that reference?