Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 826 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 826 Bytes

minecraft-discord-bot

Description

Discord bot that allows user to register location points in Minecraft to a database using coordinates (x, y, z). Users can then retrieve the location data that was saved by them or any other user, search for locations based on name or author.

Users can also calculate the distance between two registered points and calculate the directions from one location point to another.

The bot makes use of a PostgreSQL database provided by Heroku, where the instance of the bot is hosted, to store and retrieve all relevant location data.

Author

  • Nabeel Warsalee (github:nwarsalee)

Tools Used

Discord Developer Portal for creating Discord Bots

Heroku PostgreSQL

Python 3.8