.NET core application to add a StockX price finding bot to your discord server.
//Insert your bots token here
string token = "";
In the program.cs file, enter the 'Client Secret' token for your bot from the discord developer portal.
Once the bot is up and running, there are several commands available.
- !stockx help - This will provide a guide on all available commands.
- !stockx <itemname> - This will output the highest bid and lowest ask for all of the sizes
- !stockx <itemname>, <US shoe size> - This will output the highest bid, lowest ask and total payout for the given size.