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
|
||||
|
||||
|
||||
|
||||
## Installation
|
||||
## Server
|
||||
|
||||
---
|
||||
|
||||
Notes here
|
||||
Explanation and overview here
|
||||
|
||||
### Installation here
|
||||
```shell
|
||||
|
||||
```
|
||||
|
||||
|
||||
## Configuration
|
||||
## Client
|
||||
|
||||
---
|
||||
|
||||
Notes here
|
||||
Explanation and overview here
|
||||
|
||||
### Configuration here
|
||||
```shell
|
||||
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
## Discord Bot
|
||||
|
||||
---
|
||||
|
||||
### Usage here
|
||||
```javascript
|
||||
|
||||
```
|
||||
Explanation and overview here
|
||||
Reference in New Issue
Block a user