-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Ability Output Config - Separate out abilities to dedicated config * Add Group Leader to Status Bar - seems generally helpful to know who the group leader is in group or raid context * Toggle Encounter Parse Known Player Target - when enabled never generate encounter reports for known players * Fix emote parser dupes ** Guild Status to Player List - Use `/guildstatus` output in the player list * Bump gTTS to 2.3.2 * README Update - Add installation steps for Linux distributions which adopted PEP 668 - Alphabetize more things - Re-order some sections - Readability tweaks * Bump Dockerfile Base Image * Resolve Regex Errors
- Loading branch information
Showing
19 changed files
with
740 additions
and
404 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 |
---|---|---|
|
@@ -5,3 +5,4 @@ build/ | |
*.pyc | ||
.git | ||
.gitignore | ||
.venv/ |
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 |
---|---|---|
|
@@ -5,3 +5,4 @@ MANIFEST | |
build/* | ||
*.pyc | ||
eqalert.egg-info/* | ||
.venv/* |
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
Oops, something went wrong.