diff --git a/client/client.go b/client/client.go index 4ad24bb..ac52776 100644 --- a/client/client.go +++ b/client/client.go @@ -877,7 +877,7 @@ func (c *Client) AddSpot(callsign string, mode Mode, frequency int, color ARGB, // DeleteSpot deletes the spot with the given callsign. func (c *Client) DeleteSpot(callsign string) error { - _, err := c.command("spot", callsign) + _, err := c.command("spot_delete", callsign) return err }