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
To Implement an auction system where the bot runs through multiple items with a set starting price and allows players to bid on the item.
Functionality and the workflow of implementation to be discussed with @akashsara.
To Be Updated Soon...
The text was updated successfully, but these errors were encountered:
This will be a little complex for sure. Just dropping things off the top of my head here, there's probably other things too.
We'd first need to setup the people participating in the auction, the amount each player has available, the minimum bid and the bid increments.
Then we would need some way of feeding in a list of items along with the starting price associated with it.
We would also need a way to maintain a list of who got what + how much they spent.
And finally we need to manage the auction itself.
Sorry, something went wrong.
I have thought about all of those and I have an idea of what we would have to implement. We'll discuss this over call and plan the tasks.
No branches or pull requests
To Implement an auction system where the bot runs through multiple items with a set starting price and allows players to bid on the item.
Functionality and the workflow of implementation to be discussed with @akashsara.
To Be Updated Soon...
The text was updated successfully, but these errors were encountered: