This repository has been archived on 2023-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
nimcord/nimcord.nimble

10 lines
222 B
Plaintext
Raw Normal View History

# Package
version = "0.0.0"
author = "SeanOMik, Intexisty"
2020-05-30 00:59:23 -04:00
description = "Discord API wrapper written in Nim. Inspired by discord.py"
license = "MIT"
# Dependencies
2020-05-30 00:59:23 -04:00
requires "nim >= 1.0.4", "websocket == 0.4.1"