We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think it would be nice if a link was added to the official deck builder for the deck code. I believe to do this you would change the line
deck-code-bot/deck_code_bot/main.py
Line 138 in cb310ae
to
reply_chunks.append(f"**Deck Code:** [{deck.as_deckstring}](https://hearthstone.blizzard.com/en-us/deckbuilder?deckcode={deck.as_deckstring})")
That should change it from
Total Dust: 12520 Deck Code: AAECAYvlBgjt/wX/lwbHpAakwAaowAbIyQaWywa6zgYL9eMEhY4GlJUGkqAGubEGu7EG/7oGv74Gx8kG/8kGlM8GAAED9bMGx6QG97MGx6QG6N4Gx6QGAAA=
Total Dust: 12520
Deck Code: AAECAYvlBgjt/wX/lwbHpAakwAaowAbIyQaWywa6zgYL9eMEhY4GlJUGkqAGubEGu7EG/7oGv74Gx8kG/8kGlM8GAAED9bMGx6QG97MGx6QG6N4Gx6QGAAA=
To
So you can easily edit the deck or get an overview with mouseover if you prefer that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think it would be nice if a link was added to the official deck builder for the deck code. I believe to do this you would change the line
deck-code-bot/deck_code_bot/main.py
Line 138 in cb310ae
to
That should change it from
To
So you can easily edit the deck or get an overview with mouseover if you prefer that.
The text was updated successfully, but these errors were encountered: