Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@matthew-mccall matthew-mccall released this 12 Jul 18:04
be74730

This first version of CoordsDB comes with the basic commands necessary to store coordinates for future reference. This is a pre-release and is not feature complete.

Added Commands

  • /coords:set <label> Sets and stores your current coordinate location with an optional label
  • /coords:get <label> Gets the coordinate location with the specified label
  • /coords:list Lists all your current coordinate locations
  • /coords:del <label> Deletes the coordinate location with the specified label