maxsupermanhd / FactoCord-3.0

Factorio bidirectional Discord bridge bot for Linux servers with control functionality.
Apache License 2.0
14 stars 10 forks source link

Unable to change .env prefix #5

Closed Galapagon closed 5 years ago

Galapagon commented 5 years ago

During testing, I was unable to change the admin prefix from ! to any other character, I think this is the line that is causing the error

https://github.com/maxsupermanhd/FactoCord-3.0/blob/b449a913e75ba9c7d036e1c3c87d6c8cc1242a03/commands/commands.go#L61

Galapagon commented 5 years ago

I updated the main.go file and commands.go file to fix some hardcoded prefix relics. This has been merged into the master branch. (this comment is for documentation)