-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple Bug Fixes for Release v1.2.1 (#219)
* Updated help string to show correct arg positions for roles remove-option (#212) * No longer pings user when getdefaultroles is used (#213) * Changed getdefaultroles to use an embed to prevent pings * removed redundant check * Updated the look of role reaction menus (#214) * role menus use a modified generate_embed function to create better looking role menus * added SSL certificates to gitignore (#215) * force tweepy to version 3.10.0 (#208) Force tweepy to latest compatible version with the bot * Put the command prefix in the activity message (#218) * Fixed user error strings (#216) * Gave correct command string for pingme initialisation * Fixed an issue where the default error handler wouldn't run on some commands * Updated how the video ID is gotten from a playlist item (#217)
- Loading branch information
Showing
9 changed files
with
24 additions
and
23 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,5 @@ test-file.py | |
.vscode | ||
.idea | ||
secrets.env | ||
*.cer | ||
*.key |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ PyNaCl | |
aiohttp[speedups] | ||
toml | ||
tornado | ||
tweepy | ||
tweepy==3.10.0 |