10 lines
222 B
Plaintext
10 lines
222 B
Plaintext
|
# 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"
|