Skip to content

Discord bot that lets users check local weather, send text messages and emails, generate lorem ipsum, dad jokes, and stream music remotely.

Notifications You must be signed in to change notification settings

annabel-anh/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot Command Deployer

A handy Discord bot that lets users check local weather, send text messages and emails, generate lorem ipsum, dad jokes, and stream music remotely.

Technologies

  • Node.js
  • Discord.js library
  • Public APIs (IP Geolocation, OpenWeather, etc.)

Demo

Here are some examples of what the bot can do:

Weather Information

  • Command: /weather [location]
  • Description: Fetches and displays the current weather information for the specified location. If no location is provided, the bot will display the weather information for the current location.
  • Example Command:
    /weather Salt Lake City
  • Answer:
    In Salt Lake City, US, it's currently 75.45°F with smoke. It feels like 74.1°F. Humidity is at 30%.
    

Send Text Message

  • Command: /text <phone_number>
  • Description: Sends a text message to the specified T-mobile phone number.
  • Example:
    /text +1234567890

Send Email

  • Command: /email <email_address>
  • Description: Sends an email to the specified email address.
  • Example:

Project Structure

discord-bot/
├── commands/
│   ├── dadjoke.js
│   ├── die.js
│   ├── email.js
│   ├── help.js
│   ├── lorem.js
│   ├── music.js
│   ├── text.js
│   └── weather.js
├── client.js
├── deploy-commands.js
├── index.js
└── README.md

About

Discord bot that lets users check local weather, send text messages and emails, generate lorem ipsum, dad jokes, and stream music remotely.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published