I currently have a discord server in need of a bot that is capable of the following:
- Holding multiple auctions
- Save the log transactions of all bids to files that are readable, whether it be .json or .txt or .yml
Commands for the bot:
This will be to start an auction. It should assign an ID # to the auction so that you can specify which auction to end with the next command.
Ends the auction with that ID, declaring the winner of the auction and the bid amount etc.
Allows a bid to be placed to that auction
In the event that it would be easier and cheaper to have the bot host 1 auction in 1 channel at a time, that would be an option I'd be open to going for, but obviously the commands would need to change.
The current bot I use can only hold 1 auction at a time as specified by me for a lower price and saves only the most recent auction to a local .json file.
I will be uploading screenshots of my current bot made by @dori_mom later as I have to goto class and am in college.
Contact me via Discord:
zDrakon
#4392
- Holding multiple auctions
- Save the log transactions of all bids to files that are readable, whether it be .json or .txt or .yml
Commands for the bot:
Code:
$auc start
```
I should be able to put a bunch of text inside here
```
***And format it however I want***
`etc.`
Code:
$auc end #idhere
Code:
$bid #idhere #amounthere
In the event that it would be easier and cheaper to have the bot host 1 auction in 1 channel at a time, that would be an option I'd be open to going for, but obviously the commands would need to change.
The current bot I use can only hold 1 auction at a time as specified by me for a lower price and saves only the most recent auction to a local .json file.
I will be uploading screenshots of my current bot made by @dori_mom later as I have to goto class and am in college.
Contact me via Discord:
