-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (84 loc) · 6.3 KB
/
Copy pathindex.html
File metadata and controls
90 lines (84 loc) · 6.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.png" />
<link rel="stylesheet" href="./fontawesome.css" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="content-security-policy" content="">
<link href="./app/immutable/assets/_layout.3a6a7fd4.css" rel="stylesheet">
<link href="./app/immutable/assets/IndexWrapper.b786c468.css" rel="stylesheet">
<link href="./app/immutable/assets/MarkdownContent.09881ec7.css" rel="stylesheet">
</head>
<body>
<main class="layout wrapper svelte-77ehm7"><nav class="nav container with-header svelte-1e9pbzu"><div class="nav display svelte-1e9pbzu"><a class="nav branding svelte-1e9pbzu" href="/"><svg class="logo container nav svg svelte-1h116gd" xmlns="http://www.w3.org/2000/svg" width="271.115mm" height="271.115mm" viewBox="0 0 1024 1024"><defs><mask id="gnet-mask"><circle id="gnet-mask-base" cx="512" cy="512" r="440" fill="white"></circle><circle id="gnet-dot-mask" cx="192" cy="512" r="192" fill="black"></circle><path id="gnet-guilded" fill="black" d="M 644.27,704.52
C 600.00,688.00 424.00,622.39 424.00,320.00
424.00,320.00 864.00,320.00 864.00,320.00
864.00,320.00 864.00,376.00 857.26,407.01
857.26,407.01 522.00,408.00 522.00,408.00
522.01,424.05 536.00,560.00 644.00,609.84
664.00,608.00 712.00,568.00 724.00,543.00
724.00,543.00 637.00,542.40 637.00,542.40
608.00,520.00 596.08,483.25 591.00,455.00
591.00,455.00 852.00,455.00 852.00,455.00
824.00,584.00 744.00,672.00 645.00,704.79
644.76,704.71 644.52,704.62 644.27,704.52 Z"></path></mask></defs><g id="gnet-main"><circle id="gnet-base" cx="512" cy="512" r="440" mask="url(#gnet-mask)"></circle><circle id="gnet-dot" cx="192" cy="512" r="132"></circle></g></svg></a>
<ul class="nav button-list svelte-1e9pbzu"><li class="nav button-item svelte-1e9pbzu"><a class="nav button svelte-1e9pbzu" title="Docs" href="/docs">Docs</a></li>
<li class="nav button-item svelte-1e9pbzu"><a class="nav button svelte-1e9pbzu" title="API References" href="/references">API</a></li>
</ul></div>
</nav>
<div class="layout container svelte-77ehm7"><header class="header container has-text svelte-vl0r8b">
<section class="header text-section svelte-vl0r8b"><h1 class="header title svelte-vl0r8b">Create your own speedy Guilded API bots with fun</h1>
<div class="header description svelte-vl0r8b"><p>Guilded.NET is free and open-source, consistent and easy-to-use .NET API framework for Guilded.</p></div></section>
</header>
<div class="layout document svelte-77ehm7"><div class="index-wrapper container svelte-10z0fp3"><h1>Why Guilded.NET?</h1>
<div class="index-grid container svelte-1v0lm3c"><a class="index-item wrapper svelte-9tz0rl"><div class="index-item container svelte-9tz0rl"><div class="icon svelte-9tz0rl"><i class="container fa-solid fa-bars "></i></div>
<h3 class="index-item title svelte-9tz0rl">Consistent</h3>
<div class="index-item description svelte-9tz0rl"><p>The more consistent a library is, the less you need to rely on
its documentation. Guilded.NET is designed to be as consistent
with the least amount of differences possible.
</p></div></div>
</a>
<a class="index-item wrapper svelte-9tz0rl"><div class="index-item container svelte-9tz0rl"><div class="icon svelte-9tz0rl"><i class="container fa-solid fa-rocket "></i></div>
<h3 class="index-item title svelte-9tz0rl">Speed</h3>
<div class="index-item description svelte-9tz0rl"><p>Have low latency in bot responses to commands with Guilded.NET.
Your bots will outrun all the cheetahs in the wild by using
Guilded.NET.
</p></div></div>
</a>
<a class="index-item wrapper svelte-9tz0rl"><div class="index-item container svelte-9tz0rl"><div class="icon svelte-9tz0rl"><i class="container fa-solid fa-person "></i></div>
<h3 class="index-item title svelte-9tz0rl">Developers-first</h3>
<div class="index-item description svelte-9tz0rl"><p>API libraries should not be hard to use. Guilded.NET puts
developers first by providing a framework that is simple to
learn, understand, not only when using Guilded.NET for the first
time, but Guilded API entirely.
</p></div></div>
</a>
</div>
<h1>Try out Guilded.NET now!</h1>
<p>Install Guilded.NET and start using it in your current/next project:</p>
<div class="index-grid container columns-2 svelte-1v0lm3c"><a class="index-item wrapper svelte-9tz0rl"><div class="index-item container svelte-9tz0rl">
<h3 class="index-item title svelte-9tz0rl">In an existing project</h3>
<div class="index-item description svelte-9tz0rl"><div class="markdown-content container svelte-lhtcnm"><p>Guilded.NET is available as NuGet package and can be added
through <code>dotnet add package</code>:
</p>
<div class="code-block container"><header class="code-block header"><div class="code-block lang">bash</div>
</header>
<pre class="code-block code-wrapper language-bash bash"><code class="code-block code-container language-bash bash"><codeline class="code-block line">dotnet add package Guilded</codeline></code></pre></div>
</div></div></div>
</a>
<a class="index-item wrapper svelte-9tz0rl"><div class="index-item container svelte-9tz0rl">
<h3 class="index-item title svelte-9tz0rl">In a new project</h3>
<div class="index-item description svelte-9tz0rl"><div class="markdown-content container svelte-lhtcnm"><p>You can also install Guilded.NET as a template and create a
new Guilded.NET project:
</p>
<div class="code-block container"><header class="code-block header"><div class="code-block lang">bash</div>
</header>
<pre class="code-block code-wrapper language-bash bash"><code class="code-block code-container language-bash bash"><codeline class="code-block line">dotnet new -i Guilded.Templates</codeline><codeline class="code-block line">dotnet new guilded.bot</codeline></code></pre></div>
</div></div></div>
</a>
</div>
</div></div></div>
</main>
</body>
</html>