I made this just for fun. It uses Discord's interaction features to let you order a pizza and have it delivered. When ordering, sensitive data such as credit card details and your address should not be sent in a message, so fill out Config.cs
if you really want to try this out for yourself. I also don't suggest editing this project to let a user input that sensitive data.
Since ordering pizza involves sensitive data such as your address and card details, only one person is allowed to use this bot: you. If you really want to use it, make a new bot in the Discord developer center, fill out the Config.cs
file, invite the bot to your server, and run it.
- Make sure you have .NET 5.0
- Fill out
Config.cs
- Run
dotnet restore
- Run
dotnet run
I didn't bother adding other stuff such as sandwiches and drinks (that why those buttons are disabled).
Dominos API wrapper base by 1998MarkMueller
If you want help you can join my Discord server.