-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved close command + custom thread creation response. (#124)
* Add close after functionality to the thread class. * Add a ctx.thread for convienience. * Move thread close logging within thread class * Update close-cmd branch with master (#123) * Add support for multiple image and file attachments * Add support for custom sent emoji and blocked emoji resolves #112 * Fix emoji handling * Fixed a bug where blocked users are still able to message modmail * Improve about command style * Increment version * Fix changelog version parsing * Add changelog docstring * Add dhooks to requirements for eval stuff * Add discord server badge * Update README.md added forks badge * Use blurple color * Use stars instead * Let anyone use alias invoked eval commands * Add an instances badge * Update README.md * Update README.md * Update README.md * Remove the first desc * Update README.md * Add patreon in readme * Update README.md * Improve logs format * Update README.md * Rainbow colors + patreon * Change order * Test * Revert "Test" This reverts commit 56e68fc. * Basic closing after a certain amount. * Increment version * Update requirements.txt * Add UserFriendlyTime conveter from Rapptz * Use user friendly time converter. * Add support for custom close message * Default arg to None * Add ability to silently close. * fix * Add ability to set custom thread creation response * Change thread creation title * Update thread.py
- Loading branch information
Showing
7 changed files
with
355 additions
and
87 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
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
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.