-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.html
62 lines (61 loc) · 2.01 KB
/
README.html
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
<html>
<head>
<meta charset="UTF-8">
<title>README.md</title>
</head>
<body>
<h1 id="drawmania">drawmania</h1>
<p>Discord Bot WIP</p>
<p>Previously a bot for drawing contests. Now a allround bot (WIP).</p>
<h2 id="table-of-content">Table of content</h2>
<ul>
<li><a href="#getting-started">Getting started</a><ul>
<li><a href="#installation">Installation</a></li>
</ul>
</li>
<li><a href="#todo">To Do</a></li>
<li><a href="#license">License</a></li>
<li><a href="#Links">Links</a></li>
</ul>
<h2 id="getting-started">Getting Started</h2>
<h3 id="installation">Installation</h3>
<p>clone the repo</p>
<pre><code>git clone https://github.com/cremetv/drawmania.git
</code></pre><p>install the dependencies</p>
<pre><code>npm install
</code></pre><p>Go to your <a href="https://discordapp.com/developers/applications/">Discord Applications</a> and create a new Application.
Make it a bot and copy the Token.</p>
<p>Create a <code>botsettings.js</code> fom the <code>botsettings-EXAMPLE.js</code> file.
Paste your Application Token in the botsettings file.</p>
<p>Create a Database and fill out the connection data in the <code>config.js</code>.</p>
<p>...</p>
<h2 id="to-do-">To Do:</h2>
<h3 id="bot">Bot</h3>
<ul>
<li>music<ul>
<li>reaction control</li>
</ul>
</li>
<li>webinterface</li>
<li>...</li>
</ul>
<h3 id="webinterface">Webinterface</h3>
<ul>
<li>customize select fields</li>
</ul>
<h2 id="license">License</h2>
<p>The Drawmania Bot is licensed under the terms of the MIT license.</p>
<h2 id="links">Links</h2>
<ul>
<li><a href="https://discord.js.org/#/docs/main/stable/general/welcome">Discord.js documentation</a></li>
<li><a href="https://expressjs.com">express</a></li>
<li><a href="https://socket.io/">socket.io</a></li>
</ul>
<hr>
<blockquote>
<p><a href="https://ice-creme.de/">ice-creme.de</a> ·
GitHub <a href="https://github.com/cremetv">@cremetv</a> ·
Twitter <a href="https://twitter.com/cremeyt">@cremeyt</a></p>
</blockquote>
</body>
</html>