summaryrefslogtreecommitdiff
path: root/src/setup.html
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-11-17 17:12:42 -0500
committerUnknown <Alee14498@gmail.com>2017-11-17 17:12:42 -0500
commit301cb6a9af6acca41b5f7b9991498da30bc19dd9 (patch)
tree4088a7ebdb3dd158f5e1212d7e48a53edb6c4b72 /src/setup.html
parent7b00dd543ba5270241605a1dcf5ff7f06d94e291 (diff)
downloadAleeBot-301cb6a9af6acca41b5f7b9991498da30bc19dd9.tar.gz
AleeBot-301cb6a9af6acca41b5f7b9991498da30bc19dd9.tar.bz2
AleeBot-301cb6a9af6acca41b5f7b9991498da30bc19dd9.zip
Removed electron and changed on what AleeBot's playing
Diffstat (limited to 'src/setup.html')
-rw-r--r--src/setup.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/setup.html b/src/setup.html
deleted file mode 100644
index 7d47b7a..0000000
--- a/src/setup.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!--
-**********************************************
-*
-* AleeBot for Discord servers
-* Copyright (C) 2017 AleeCorp
-* License: MIT
-*
-**********************************************
--->
-<!DOCTYPE HTML>
-<html>
-
-<head>
-</head>
-
-<body>
- <h1>Welcome to AleeBot!</h1>
- <br>
- <b>Please note that this isn't the final design for this setup</b>
-</body>
-<script>
- const aleebot = require('bot.js')
- console.log(aleebot)
-</script>
-
-</html>