From b9118d1cf9ba41ce05089c3f44f3a3fe8226912e Mon Sep 17 00:00:00 2001 From: technetos Date: Thu, 22 Aug 2019 14:18:13 -0400 Subject: [PATCH] update readme --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a32b0f..aae886c 100644 --- a/README.md +++ b/README.md @@ -58,15 +58,13 @@ the `Message` and `Context` types. ## Talk Assigns the `talk` role to the user that requests it. - -### Usage ``` ?talk ``` ## Tags Tags are a simple key value store. -### Usage + Lookup a tag ``` ?tag {key} @@ -99,3 +97,12 @@ Set slowmode for a channel. 0 seconds disables slowmode. ``` ?slowmode {channel} {seconds} ``` + +### Code of conduct welcome message +Sets up the code of conduct message with reaction in the specified channel. +Used for assigning talk roles. +``` +?CoC {channel} +``` + +