# Atmosbot A Discord.js bot that gets and sends weather data from OpenWeatherMap. ## Commands - /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 ## Screenshot image ## Installation 1. Install the Node.js dependencies (npm install discord.js @discordjs/builders) 2. Download the bot.js file 3. Create a config.json file with your bot token and OpenWeatherMap API key 4. Run the bot (node bot.js)