-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.1 has been officially released, with new features, bug fixes and stability issues resolved! Added - An option has been added for players to respond to polls for analytical purposes. Available for Slack, Discord and Telegram! Fixed - A problem with the Discord bot has been fixed. - We have changed the way to check options such as "Photos" and "Profile picture" in the injects. Updated - We have updated all the bots dependencies and made some changes to make them work with the new versions.
- Loading branch information
Showing
12 changed files
with
470 additions
and
114 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
blurple.py==0.5.5 | ||
discord.py==1.7.3 | ||
python-dotenv==0.20.0 | ||
t3sf==1.0 | ||
aiohttp==3.8.3 | ||
aiosignal==1.2.0 | ||
async-timeout==4.0.2 | ||
attrs==22.1.0 | ||
charset-normalizer==2.1.1 | ||
discord.py==2.0.1 | ||
frozenlist==1.3.1 | ||
idna==3.4 | ||
multidict==6.0.2 | ||
python-dotenv==0.21.0 | ||
yarl==1.8.1 | ||
t3sf==1.1 |
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 |
---|---|---|
@@ -1,4 +1,13 @@ | ||
python-dotenv==0.20.0 | ||
slack-bolt==1.13.0 | ||
slack-sdk==3.15.2 | ||
t3sf==1.0 | ||
aiohttp==3.8.3 | ||
aiosignal==1.2.0 | ||
async-timeout==4.0.2 | ||
attrs==22.1.0 | ||
charset-normalizer==2.1.1 | ||
frozenlist==1.3.1 | ||
idna==3.4 | ||
multidict==6.0.2 | ||
python-dotenv==0.21.0 | ||
slack-bolt==1.15.2 | ||
slack-sdk==3.19.2 | ||
yarl==1.8.1 | ||
t3sf==1.1 |
Oops, something went wrong.