Added the basic bot with some commands

This commit is contained in:
Steven Tracey
2021-07-19 23:13:46 -04:00
parent dde46c0b46
commit a240300fd6
47 changed files with 1433 additions and 0 deletions

10
WebAPI/index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<h1>IntelliJ Base HTML Page</h1>
</body>
</html>

10
WebAPI/no.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Not Supported Method</title>
</head>
<body>
<h1>Error 405: Method Not Supported</h1>
</body>
</html>