This repository has been archived on 2023-04-26. 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"
description = "Discord API wrapper written in nim. Inspired by discord.py"
license = "MIT"
# Dependencies
requires "nim >= 1.0.4", "websocket >= 0.4.1"