I\'m writing a simple slack bot which should execute other slack commands upon being called. Everything is up and running, however the slack commands this bot issues don\'t
Bots can use the undocumented API method chat.command to invoke slash commands.
chat.command
See here for an unofficial documentation page of this API method.
This question was also answered here.