File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
main.ts
2
2
.env
3
- .vscode
3
+ .vscode
4
+ conf.json
Original file line number Diff line number Diff line change
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
+ ```
You can’t perform that action at this time.
0 commit comments