shibdib / Firetail

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

Add some developer tools. #149

Closed scragly closed 5 years ago

scragly commented 5 years ago

When working on the bot, I noticed some developer/owner only tools that I missed being able to make use of, so I'm adding a PR for them. The biggest benefit within is the eval command, which is kinda badly named, as it's actually executing the code, not just evaluating it. The command is a huge benefit when tinkering due to being able to test tentative snippets and ideas without having to throw them into a command and ensuring everything is without errors so the cog can reload. But for good reasons, it's limited to owner only, not even co-owners can run it.