Skip to content

Commit cdf3e3e

Browse files
committed
patch: Adding README.md to file folder so deno.land catches it
1 parent 6231294 commit cdf3e3e

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
main.ts
22
.env
3-
.vscode
3+
.vscode
4+
conf.json

lib/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<div align="center">
2+
<h1 style="font-size: 56px">Discono</h1>
3+
<a href="https://github.com/ItsRemix/denocord/actions/workflows/deno.yml"><img src="https://github.com/ItsRemix/denocord/actions/workflows/deno.yml/badge.svg"></a>
4+
<a href="https://deno.land/x/discono"><img alt="deno.land" src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapiland.deno.dev%2Fv2%2Fmodules%2Fdiscono&query=latest_version&logo=deno&label=deno.land"></a>
5+
<a href="https://discord.gg/EZQr4kGrrH"><img alt="Discord" src="https://img.shields.io/discord/1158782328689148007?logo=discord&label=Discord&color=%235865F2"></a>
6+
</div>
7+
8+
## About
9+
Module that allows to easily interact with Discord's API, with strong types
10+
11+
## Authors
12+
- [@ItsRemix](https://www.github.com/itsremix)
13+
- [Contributors](https://github.com/itsremix/discono/graphs/contributors)
14+
15+
## Installation
16+
17+
Import with deno from url
18+
19+
```ts
20+
import Client from "https://deno.land/x/[email protected]/main.ts";
21+
```

0 commit comments

Comments
 (0)