49 Commits

Author SHA1 Message Date
f41c40a598 Fix issue with un-buyable ships causing the bot to error 2023-07-09 16:35:41 -07:00
329df97402 Changing /wolfram to /ask 2023-07-08 21:09:23 -07:00
0d7ad189d5 Fixing code if a ship is buyable at multiple locations, it was returning all locations you could rent at instead 2023-07-05 18:24:15 -07:00
d00fa17d1b Fix issue of nowhere to buy a material (mainly for mineables) 2023-06-17 09:40:45 -07:00
856a959c17 format 2023-06-16 15:19:43 -07:00
9e1ad77b2f Getting rid of the try except and re-wording some things 2023-06-16 15:16:22 -07:00
d8bb721d75 fix issue if you typo a commodity name 2023-06-16 08:05:59 -07:00
fe690db4e3 Fixing how we're searching for commodities on the api by using string.title() 2023-06-15 22:54:30 -07:00
67bde2f2ba Fix missing %s 2023-06-15 16:31:55 -07:00
1d899d3cee Fix edge case of a commodity not actually being sold anywhere, but it still being able to be bought (Bexalite) 2023-06-15 12:10:18 -07:00
70b3d131c8 Change net_gain to Net_profit so it makes sense 2023-06-14 14:03:18 -07:00
f5398b4605 Add a break to the price calculation loop to save sweet sweet cpu cycles 2023-06-14 13:50:50 -07:00
49d1794550 remove unnessary variable assignemtn when calculating costs/profies 2023-06-14 13:30:53 -07:00
e7c9b255ec Add some comments to the code 2023-06-14 13:28:13 -07:00
aeacbe788a Add max value and also fix some var names 2023-06-13 10:38:48 -07:00
3a1aef7985 Adding a /trade function to help calculate most profitable trade routes 2023-06-13 10:08:25 -07:00
709d105426 move buy location lower in the embed, if not buyable, dont add it to the embed 2023-06-01 21:19:20 -07:00
387d4a328a Fixing price lookups for ships with a try except 2023-06-01 17:54:19 -07:00
51ea86a3e3 Adding top speed to /ship command 2023-06-01 17:13:47 -07:00
b75ef47b33 update /ship command to work with new wiki layout 2023-06-01 13:53:45 -07:00
efc4c23dcc Adding a line to the /ship command to say if theres a weapon rack on the ship or not 2023-05-30 08:54:30 -07:00
dad5977f22 Fixing the /stock command to use a differnet yahoo api 2023-05-28 16:00:00 -07:00
Luke
2f0199d1ad Fixing wording in the error message for the /ship command 2023-05-25 16:54:06 -07:00
5ed5be2f29 Dont modify the image url, some ships dont have larger variants on the wiki 2023-05-25 10:18:24 -07:00
0165998983 If there is no ingame price, do not make the link clickable 2023-05-25 09:37:05 -07:00
3b1d3fe432 Make ingame price for ships clickable and take you to the buy section of the wiki 2023-05-17 08:20:28 -07:00
d2a7f4bb8e Fix case where pledge price doesnt exist on the page 2023-05-16 09:59:59 -07:00
c27085c106 Adding clickable links to the embed for ship price 2023-05-11 08:32:51 -07:00
108b72ce57 Fix errors by just returning N/A 2023-05-07 13:09:35 -07:00
266a4ffcea dont capitalize the ship name 2023-05-01 20:44:12 -07:00
794825dbfa comment out where to buy for now, its causing issues 2023-05-01 16:21:22 -07:00
dd5df81ad7 If there is no price available, say so 2023-05-01 10:04:32 -07:00
579589e932 add role to embed for ships 2023-04-30 17:42:04 -07:00
a79ec6c6a8 Some updates to how the format looks 2023-04-30 15:21:54 -07:00
62a28877c0 Embed a bigger image 2023-04-30 08:59:09 -07:00
7625f4538d Set teh embed image to be the picture of the ship from the wiki 2023-04-30 08:37:17 -07:00
07819622ed Adding some horrendous code to figureo ut where to buy each ship 2023-04-29 08:29:15 -07:00
8f1241015d Handle case where no insurance info is on the wiki 2023-04-28 14:40:23 -07:00
e2d4963732 update embed title 2023-04-28 14:17:53 -07:00
e237f73bf4 fix underscore in ship url 2023-04-28 14:02:49 -07:00
63f44c1a81 fix link to ship at bottom of the embed 2023-04-28 13:29:54 -07:00
70c164306e Fix ship name captalizing when there is a space in teh name, also returning the error embed object 2023-04-28 13:28:10 -07:00
1e84127b84 big rewrite of the star citizen function. No longer using the API, just scraping the wiki 2023-04-28 13:06:19 -07:00
8fcaa5247e Adding dividers + a link to teh wiki at the bottom of the embed for a ship 2023-04-28 09:47:31 -07:00
c823781d15 format 2023-04-27 08:29:40 -07:00
cd2b92a930 error handling if the ship isnt found 2023-04-27 08:29:30 -07:00
1b748a1bdd remove prints 2023-04-26 20:45:04 -07:00
06c90c4a58 make prices in line 2023-04-26 20:44:27 -07:00
19eaf1c757 Adding first pass at /ship command for star citizen 2023-04-26 20:36:18 -07:00