prune i18n and get rid of /help header

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2019-08-06 17:07:56 +01:00
parent 734ca0df6e
commit 2fd371e1dd
2 changed files with 1 additions and 12 deletions

View file

@ -819,13 +819,6 @@ export const CommandMap = {
Modal.createTrackedDialog('Slash Commands', 'Help', InfoDialog, {
title: _t("Command Help"),
description: <table>
<thead>
<tr>
<td>{_t("Command")}</td>
<td>{_t("Arguments")}</td>
<td>{_t("Description")}</td>
</tr>
</thead>
<tbody>
{
Object.values(CommandMap).map(cmd => {