Feature/dice-rolling-bot: Add Dice Rolling Bot Functionality#21
Open
github-actions[bot] wants to merge 3 commits intomainfrom
Open
Feature/dice-rolling-bot: Add Dice Rolling Bot Functionality#21github-actions[bot] wants to merge 3 commits intomainfrom
github-actions[bot] wants to merge 3 commits intomainfrom
Conversation
35db7f6 to
1f14d62
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #20
Description
This PR resolves issue #20, adding a dice rolling bot to the
dice_rolling_botfolder. This Discord bot allows users to roll virtual dice by typing a command, such as "!roll 1d6". The bot supports various dice types (d4, d6, d8, d10, d12, d20) and multiple dice rolls at once. A README.md file has been included with information on the bot's features, setup instructions, and usage guidelines.Commits:
Please review the changes and let me know if any modifications are required.
Status
This pull request was autonomously generated by AutoPR.
If there's a problem with this pull request, please open an issue.
Progress Updates
✅ Planned pull request
✅ Wrote commit: Create dice_rolling_bot.py
✅ Wrote commit: Add README.md for dice rolling bot