A Discord.js bot that gets and sends weather data from OpenWeatherMap.
- /temp: Gets the current temperature
- /wind: Gets the current wind information
- /conditions: Gets the current weather conditions
- /sun: Gets the sunrise and sunset times
- /info: Information about the bot
- /commands: List of commands
- /weather: The weather
- Install the Node.js dependencies (npm install discord.js @discordjs/builders)
- Download the bot.js file
- Create a config.json file with your bot token and OpenWeatherMap API key
- Run the bot (node bot.js)