-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #24 - troy/minor-fixes, r=TroyKomodo
Troy/minor fixes some minor documentation fixes Requested-by: TroyKomodo <[email protected]>
- Loading branch information
Showing
4 changed files
with
23 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Brawl Docs | ||
|
||
## [Setup](./setup.md) | ||
|
||
Step by step instructions on how to get the bot setup & running. | ||
|
||
## [Commands](./commands.md) | ||
|
||
A list of commands that the bot currently supports. | ||
|
||
## [Configuration](./configuration.md) | ||
|
||
A configuration guide for the server aspect of the bot. | ||
|
||
## [Repository Configuration](./repository-configuration.md) | ||
|
||
A configuration guide for an individual repository where the bot is installed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ pub mod auto_start; | |
pub mod command; | ||
pub mod database; | ||
pub mod github; | ||
mod utils; | ||
pub mod webhook; | ||
|
||
mod utils; |