Updated readme skeletons
This commit is contained in:
@@ -0,0 +1,46 @@
|
|||||||
|
# Discord Radio Bot: Command & Control - Client: Discord Bot (Client)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Explanation here
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Requirements here (not modules, that will be installed with npm)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Notes here
|
||||||
|
|
||||||
|
### Installation here
|
||||||
|
```shell
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Notes here
|
||||||
|
|
||||||
|
### Configuration here
|
||||||
|
```shell
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Usage here
|
||||||
|
```javascript
|
||||||
|
|
||||||
|
```
|
||||||
@@ -0,0 +1,46 @@
|
|||||||
|
# Discord Radio Bot: Command & Control - Client
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Explanation here
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Requirements here (not modules, that will be installed with npm)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Notes here
|
||||||
|
|
||||||
|
### Installation here
|
||||||
|
```shell
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Notes here
|
||||||
|
|
||||||
|
### Configuration here
|
||||||
|
```shell
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Usage here
|
||||||
|
```javascript
|
||||||
|
|
||||||
|
```
|
||||||
@@ -0,0 +1,46 @@
|
|||||||
|
# Discord Radio Bot: Command & Control - Server
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Overview here
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Requirements here (not modules, that will be installed with npm)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Notes here
|
||||||
|
|
||||||
|
### Installation here
|
||||||
|
```shell
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Notes here
|
||||||
|
|
||||||
|
### Configuration here
|
||||||
|
```shell
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Usage here
|
||||||
|
```javascript
|
||||||
|
|
||||||
|
```
|
||||||
38
readme.md
38
readme.md
@@ -2,45 +2,31 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Explanation here
|
Project overview here
|
||||||
|
|
||||||
## Requirements
|
## Requirements Overview
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Requirements here (not modules, that will be installed with npm)
|
### Server Requirements
|
||||||
|
#### Server: Discord Bot Requirements
|
||||||
|
### Client Requirements
|
||||||
|
#### Client: Discord Bot Requirements
|
||||||
|
|
||||||
|
## Server
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Notes here
|
Explanation and overview here
|
||||||
|
|
||||||
### Installation here
|
## Client
|
||||||
```shell
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Notes here
|
Explanation and overview here
|
||||||
|
|
||||||
### Configuration here
|
## Discord Bot
|
||||||
```shell
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Usage here
|
Explanation and overview here
|
||||||
```javascript
|
|
||||||
|
|
||||||
```
|
|
||||||
Reference in New Issue
Block a user