~xenrox/10man-ts3

ef3316af3da953786cc4905db865f07cb59e81ef — Thorben Günther 2 years ago 8d5a761
Improve error handling
1 files changed, 3 insertions(+), 0 deletions(-)

M app.ts
M app.ts => app.ts +3 -0
@@ 158,6 158,9 @@ async function register(clid: string, teamspeakID: string, steamID: string) {
            case "wrong steamID64":
                message(clid, "You entered a wrong steamID64.");
                break;
            case "must be defined":
                message(clid, "Usage: !register STEAMID64");
                break;
            default:
                console.error(error);
                break;