-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
40 lines (39 loc) · 2.34 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>WaldyBot</title>
<style>
h1 {text-align:center;}
p{text-indent: 1%;}
</style>
</head>
<body>
<h1>
<img src="https://raw.githubusercontent.com/JeffreyBodin/WaldyBot/master/Objects/Media%20Storage/WaldyBot%20Icon.jpg" alt="waldybot_icon_kizuna_ai_chibi">
<br>
WaldyBot
<br>
Premier Discord Ai Memes Merchant
</h1>
<h2 id="waldybot"><a href="https://github.com/JeffreyBodin/WaldyBot/releases/latest">Latest Release</a> </h2>
<h2 id="introduction">Introduction</h2>
<p>Welcome to WaldyBot! The premier Ai Memes Merchant for the Discord platform.</p>
<p>WaldyBot comes with automated responses out of the box with no prior hosting or setup required. Just add/invite to your server and your ready to go.</p>
<h2 id="customization">Customization</h2>
<p>WaldyBot can be easily tailored to indivdual server needs. Just fork your prefered release and setup/run in your prefered hosting service.</p>
<p>WaldyBot is preconfigured to work with Heroku's free Dyno service. Setup is as follows:
<p style="text-indent:2.5%">1. Fork Prefered Release</p>
<p style="text-indent:2.5%">2. Create <a href="https://dashboard.heroku.com/new-app">Heroku Free Dyno</a> </p>
<p style="text-indent:2.5%">3. Configure dyno formation to be worker node WaldyBot.js (<a href="https://raw.githubusercontent.com/JeffreyBodin/WaldyBot/master/docs/Setup%20Media/heroku%20worker%20node.png">Image</a>) </p>
<p style="text-indent:2.5%">4. Setup GitHub Deployment Method. (<a href="https://raw.githubusercontent.com/JeffreyBodin/WaldyBot/master/docs/Setup%20Media/heroku%20deployment%20image.png">Image</a>) </p>
<style>
p2{
text-indent: 40px;
}
</style>
<p style="text-indent:4%">- Connect your forked WaldyBot release as the deployment method. Automatic deployment from your repostiory is optional, but useful feature. </p>
<p style="text-indent:2.5%">5. Make changes to your repository to suit your indivdual servers needs. Update/Merge with WaldyBot's master branch as needed.</p></p>
<h2 id="liscense">Liscense</h2>
<p>See the <a href="https://github.com/JeffreyBodin/WaldyBot/blob/master/LICENSE">LICENSE</a>. Liscensed under MIT License Copyright (c) 2017 Jeffrey Bodin.</p>
</body>
</html>