mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-20 03:01:04 -05:00
Clarify JSON5 extension support
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -67,4 +67,4 @@ config.json
|
|||||||
error.json
|
error.json
|
||||||
markovDB.json
|
markovDB.json
|
||||||
|
|
||||||
config
|
/config/
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
* Owner IDs
|
* Owner IDs
|
||||||
* Log level
|
* Log level
|
||||||
* Slash command name
|
* Slash command name
|
||||||
* Config file supports [JSON5](https://json5.org/) (comments, trailing commas, etc)
|
* Config file supports [JSON5](https://json5.org/) (comments, trailing commas, etc). It also may use the `.json5` file extension if you prefer.
|
||||||
* Generated responses will now never ping a user or role, only just highlight their name
|
* Generated responses will now never ping a user or role, only just highlight their name
|
||||||
|
|
||||||
### 0.7.3
|
### 0.7.3
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ export enum LogLevel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* The config file supports [JSON5](https://json5.org/) syntax. It supports both `.json` and `.json5` extensions if you prefer one over the other.
|
||||||
* @example ```jsonc
|
* @example ```jsonc
|
||||||
* {
|
* {
|
||||||
* "token": "k5NzE2NDg1MTIwMjc0ODQ0Nj.DSnXwg.ttNotARealToken5p3WfDoUxhiH",
|
* "token": "k5NzE2NDg1MTIwMjc0ODQ0Nj.DSnXwg.ttNotARealToken5p3WfDoUxhiH",
|
||||||
|
|||||||
Reference in New Issue
Block a user