-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reconstruct * README * README * adjust guild arg * README * Removing discord.py from setup and minors * README update * README update * Support for forks which change namespace * Solved edited messages bug and custom limit type * Solved message reference bugs * Solved emoji in button converting twice * Support for Menu Interactions * Fix dropdown icon alignment * Add support for icons in selectmenus * Emoji exception for SSLError * Revert "Emoji exception for SSLError" This reverts commit 5ac06d7. * Display disabled components as disabled * Removing w3 xmlns reference on msg references * Updating README * Attempt conflict resolve #2 * Versioning
- Loading branch information
Showing
57 changed files
with
1,679 additions
and
1,506 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
include README.rst | ||
include LICENSE | ||
recursive-include chat_exporter/chat_exporter_html *.html | ||
recursive-include chat_exporter/html *.html | ||
recursive-include *.py |
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 |
---|---|---|
@@ -1 +1,7 @@ | ||
from chat_exporter.chat_exporter import export, raw_export, quick_export, init_exporter | ||
from chat_exporter.chat_exporter import export, raw_export, quick_export | ||
|
||
__all__ = ( | ||
export, | ||
raw_export, | ||
quick_export, | ||
) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.