Essentially this command is the main bot feature - posting by writing a command.
First we should create a small template js object, which data will be used for the post command to give options when user writes it.
The main idea is that is should not be hardcoded, but use a js object, as it will let server administrators to properly adjust the template for their needs.
In result, user's executed post command must follow all required parameters and should be posted by bot as an embed. Maybe we could use Woof's PR #20
Essentially this command is the main bot feature - posting by writing a command.
First we should create a small template js object, which data will be used for the post command to give options when user writes it.
The main idea is that is should not be hardcoded, but use a js object, as it will let server administrators to properly adjust the template for their needs.
In result, user's executed
postcommand must follow all required parameters and should be posted by bot as an embed. Maybe we could use Woof's PR #20