CONFIG = {"display_name": "somebot-command", "auto_complete": True,
"auto_complete_hint": "<text>",
}
- CONFIG["auto_complete_desc"] = CONFIG["description"] = "Posts <text> into the current team\"s announcement channel. [TEAM_ADMIN]"
+ CONFIG["auto_complete_desc"] = CONFIG["description"] = "📢 Posts <text> into the current team\"s announcement channel. [TEAM_ADMIN]"
def on_POST(self, request, data):
channel = self.bot.api.get_channel_by_name(data["team_id"], "town-square")
self.bot.api.create_post(channel["id"], data["text"])
- request.cmd_respond_text_temp("### ``Done.`` :)")
+ request.respond_cmd_temp("## :white_check_mark: Success! :)")