From fd25e063f9a95d2b0d3a37ee86f93900f11c51e0 Mon Sep 17 00:00:00 2001 From: Eartharoid Date: Sun, 5 May 2019 21:11:58 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ff7ca2d..bb785fb 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,15 @@ A simple (ish) Discord™️ bot to manage support tickets to allow you and your **Go to the [wiki](https://github.com/Eartharoid/DiscordTickets/wiki) for information on using the bot** +## Commands +- `!help` - show help menu +- `!new` - create a new ticket [`ticket`] +- `!close` - close a ticket +- `!add` - add a user to a ticket [`adduser`] +- `!remove` - remove a user from a ticket [`kick`] + +The help menu provides an example for each command, along with usage (parameters info) and alias info. +An example command / template is provided if you want to create your own command (such as `!website` for example) + ### Credits - [ohlookitsderpy / leeks.js](https://github.com/ohlookitsderpy/leeks.js)