Commit f8f245c0 authored by Geovanny's avatar Geovanny

Updated README and removed house as WIP

parent 445ba9bf
# cbdiscord
Conquy blade is the application to manage your units and house easily.
## Database setup
Instructions for databse setup pending.
## Discord Bot
Inside the discord folder.
You'll need to provide a .env file on the discord folder with the following:
```
DISCORD_TOKEN=SOME_TOKEN
API_URL_BASE=SOME_URL
CRYPT_SALT=SOME_SALT
CRYPT_KEY=SOME_KEY
ENC_DEC_MEDTHOD=SOME_METHOD
```
Install the packages with:
```
pip3 install -r requirements
```
And finally just run:
```
python3 bot.py
```
OR you can just invite my [bot](https://discord.com/oauth2/authorize?client_id=534070031747776534&scope=bot&permissions=36895808)!
## Web App
Inside the server folder
Install the node packages:
```
npm install
```
And the API as well as the Web Page should be app
If you only want to run the API, just remove line 24 in main.js:
```js
app.use(serve(`${__dirname}/../web`))
```
OR you can just go to my [page](http://http://34.86.43.193/)!
\ No newline at end of file
......@@ -14,9 +14,6 @@
<p>
Conqueror's blade application to keep track of your units.
</p>
<p>
House System is a WIP to manage house members and create parties based on their units.
</p>
<p>
Web-app implementation of Discord Bot. Invite Bot to your server <a href="https://discord.com/oauth2/authorize?client_id=534070031747776534&scope=bot&permissions=36895808">here</a>
</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment