-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# e621 nombot | ||
|
||
## Redis format | ||
|
||
The key `BOT_PREFIX::GUILD_ID::CHANNEL_ID::CONF` points to a hashmap of possible configuration parameters. | ||
Current config parameters are: | ||
- tags (string): | ||
the search query with each tag separated by spaces | ||
- timeout (int): | ||
if random_timeout is `false`, amount of minutes to wait till the next post. | ||
if random_timeout is `true`, the maximum amount of minutes a timeout is choosen from. | ||
- random_timeout (bool): | ||
if a random timeout should be used | ||
- nsfw (string): | ||
decides if queries are done against e621 or e926. | ||
if "sfw" e926.net is used. | ||
if "nsfw" e621.net is used. |
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