Elite-Kode / bgsbot

A Discord bot to track Elite Dangerous BGS
Apache License 2.0
17 stars 6 forks source link

Bug Report: Cannot add system primary #64

Closed DaleFranks closed 3 years ago

DaleFranks commented 3 years ago

The command "@BGSBot systemstatus get hip 60679" returns the system status for the 5 factions present in the system. The Command "@BGSBot monitorsystems add hip 60679" adds the system to the BGS report in basic format.

But, the command "@BGSBot monitorsystems add primary hip 60679" returns "Oops! problem... :frowning: System not found".

So, apparently, there's some issue with the add primary function for monitorsystems.

image

image

SayakMukhopadhyay commented 3 years ago

Hi the command is @BGSBot monitorsystems addprimary hip 60679. There is no space between add and primary so in your case the bot is searching for the system primary hip 60679 and failing. Let me know if this helps.

DaleFranks commented 3 years ago

Thanks.