shibdib / Firetail

An EVE Online Discord Bot (Continuation of Dramiel)
MIT License
23 stars 22 forks source link

Fleet-up extension #109

Open HunHawk opened 6 years ago

HunHawk commented 6 years ago

I found 2 annoying errors:

  1. When the bot posts new/upcoming fleet ops, the doctrine's names are nem formatted: Planned Doctrines: [{'Name': 'Doctrine name', 'Id': 12345}]
  2. When someone ask fleet ops with !fleets command, the bot answer to him in that channel where az user asked even in general channel too. I already set the correct channel ID in config.py. I see 2 solutions for this: restrict the usage of this command only in allowed channel(s) or doesn't matter where is the user use the command, the bot only posts the reply in the allowed channel.