-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (18 loc) · 950 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>Netcord Bot</title>
<script src="https://esm.run/@material/web/all.js" type="module"></script>
</head>
<body>
<h1>Netcord</h1>
<h3>A versatile IRC bot for Discord.</h3>
<br>
<h3>Info:</h3>
<p>Netcord is a Discord bot for seamless 24/7 cross-server chatting. Think of it as a userphone that runs 24/7. We will also add chatting between multiple platfroms later on.
<br>
The bot reached stable release, you can check out by inviting it on your discord server or by <a href="https://github.com/netcord-team/netcord/wiki/Hosting-your-own-Netcord-instance">self-hosting it</a></p>
<br>
<md-filled-button onclick=window.location.href='https://discord.com/oauth2/authorize?client_id=1213582843981070486&permissions=412317248512&scope=applications.commands+bot';>Invite the Bot</md-filled-button>
<md-filled-button onclick=window.location.href='https://github.com/netcord-team/netcord';>GitHub</md-filled-button>
</body>
</html>