From fa0451a525159701b73b1c7b21befb382c7ce4ff Mon Sep 17 00:00:00 2001 From: 0xDEADCADE <69792955+0xDEADCADE@users.noreply.github.com> Date: Fri, 8 Apr 2022 15:15:14 +0000 Subject: [PATCH] Update README.md Added ratelimit notice --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68db38c..ed995b7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ - !shrug: Add `¯\_(ツ)_/¯` to the end of your message - !emoji_size: Set the default size for custom emojis - !emoji_list: Get a list of available emojis +#### Ratelimit +Commands activated by users that aren't from the user itself are ratelimited, with a default of 1 command every 10 seconds. Commands activated by the user running the bot are not ratelimited. ### Custom emojis To use custom emojis, they must be added to the bot. Put any square image in the `data/emojis/` directory. The image has to be square due to the resizing method used. Any image type that can be opened by Pillow, the Python image library, is supported. The name of the file is used as the name of the emoji. For example, the file `kekw.png` can be used as a custom emoji by typing `:kekw:` in chat. The bot does not need to reload for new emojis to be added.