Discord bot that offers the functionality to call and send messages to phone numbers.
- Discord.js https://discord.js.org/#/
- Vonage (Nexmo) https://developer.vonage.com/api
/credits @user(optional)
- See the credits of a user, or your credits.
/call phone(required) message(required)
- Calls to a phone number and say the message
# Clone this repository
$ git clone https://github.com/thurdev/AyxBot
# Go into the repository
$ cd AyxBot
# Install dependencies
$ yarn install
# Don't forget to configure your .env file, just rename the .env.example to .env
# Run the app
$ yarn dev
MIT
CopyRight © ThurDev