How to make a weather command using discord.py v1.4.1
问题 In case you would like to make a weather command using discord.py and have a cool addition to your bot, I got you covered, I have answered below on how to create a weather command in discord.py. 回答1: We will be making a command which will work like this - Starting off, we are going to be using openweahtermap API, which requires an API key, you can get one for free by simple logging in to their website. Once you have got the API key, you are all good to go. The second step will be to start