Skip to content
This repository was archived by the owner on Feb 6, 2021. It is now read-only.

Conversation

Rohith04MVK
Copy link

No description provided.

@Rohith04MVK Rohith04MVK requested a review from a team July 18, 2020 09:53
Comment on lines +42 to +55
@command()
async def flip_coin():
def coin_filp():
coin_filp = randint(0, 1)
if coin_filp == 0:
return "Heads!"
else:
return "Tails"

await ctx.send(coin_filp())
@command()
async def dice():
dice_roll = randint(1,6)
await ctx.send(dice_roll)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please resurrect the indentations

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@janaSunrise janaSunrise added priority: 3 - low Low priority status: WIP Work in progress type: feature New feature or request labels Jul 18, 2020
@ItsDrike ItsDrike added duplicate This issue or pull request already exists and removed priority: 3 - low Low priority status: WIP Work in progress type: feature New feature or request labels Jul 18, 2020
@ItsDrike
Copy link
Contributor

This is a clear duplicate of #87. Every feature should have only 1 corresponding Pull Request. If you want to address the requested changes you can simply push to your branch, this Pull Request is basically mirroring that branch and every new commit to that branch will appear here, there is no reason to create new pull requests for new features, I'm closing this as a duplicate of #87, continue working on that Pull Request instead.

@ItsDrike ItsDrike closed this Jul 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

duplicate This issue or pull request already exists

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants