GreaterGamersLounge / bot_man

MIT License
0 stars 1 forks source link

Add !current_trials command #130

Open dracco1993 opened 3 years ago

dracco1993 commented 3 years ago

https://api.trialsofthenine.com/weeks/0 should have all we need. It's not a public api, per-say, but it is unauthenticated. 😬

dracco1993 commented 3 years ago

Also, imagePath actually refers to bungie.net{imagePath}

i.e. "imagePath": "/img/destiny_content/pgcr/crucible_ness.jpg" = https://www.bungie.net/img/destiny_content/pgcr/crucible_ness.jpg

dracco1993 commented 3 years ago

Also also, maybe alias this to !ct or something? I feel like that's not clear, but I can't think of anything better. 👀

kringeth000 commented 3 years ago

Also also, maybe alias this to !ct or something? I feel like that's not clear, but I can't think of anything better. 👀

Maybe this would be beneficial as you add features, to have a !d2 command, and add this functionality beneath it. You could !d2 trials to get this info, or !d2 xur, etc. to get that info without having to also add and rely on WTFIX / other bots.

Maybe? 👀

dracco1993 commented 3 years ago

Oh, yeah, that's a good idea. I kinda like that. 👍