CodeBullet-Community / BulletBot

A Discord bot for the Code Bullet and Co server
https://codebullet-community.github.io/BulletBot
GNU Affero General Public License v3.0
28 stars 9 forks source link

Filling out ip address for callback in bot-config.json automatically, via the installer #53

Closed StrangeRanger closed 4 years ago

StrangeRanger commented 4 years ago

Describe the feature you'd like in detail Make is so that when the installer sets up bot-config.json, it automatically places the outward facing IP to:

"callback": {
        "URL": "[ip address or domain name]",
        "port": 8000,
        "path": "/webhooks"
    }

Or at least give the user the option to allow the installer to do that or not.