prune i18n and get rid of /help header
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
734ca0df6e
commit
2fd371e1dd
2 changed files with 1 additions and 12 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue