forked from staciax/valorant-discord-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Cleaned imports * Better error handler Catching specific errors that might be raised. added a super call to `close` optimized imports * Update auth.py * bump 3.1.2 * some type hint * Update auth.py Co-authored-by: STACIA <[email protected]>
- Loading branch information
1 parent
07decb1
commit 8ddd586
Showing
31 changed files
with
2,440 additions
and
2,356 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,5 @@ | ||
*.pyc | ||
.vscode | ||
venv/ | ||
data/ | ||
data/ | ||
.idea/ |
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,6 +1,10 @@ | ||
{ | ||
"name": "discord-valorantbot", | ||
"description": "Heroku-discord bot for valorant", | ||
"repository": "https://github.com/staciax/Valorant-DiscordBot", | ||
"keywords": ["python", "discord", "bot"] | ||
} | ||
"name": "discord-valorantbot", | ||
"description": "Heroku-discord bot for valorant", | ||
"repository": "https://github.com/staciax/Valorant-DiscordBot", | ||
"keywords": [ | ||
"python", | ||
"discord", | ||
"bot" | ||
] | ||
} |
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.