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