modules: chatMember: unpinAll -> unpinall

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2021-01-14 21:02:35 +01:00
parent ab71f3765b
commit 0739a51130
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# This file is public domain in the USA and all free countries.
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
#
#### $$VERSION$$ v1.30-dev-9-g5f602a9
#### $$VERSION$$ v1.30-dev-11-gab71f37
# will be automatically sourced from bashbot
@ -45,7 +45,7 @@ unpin_chat_message() {
}
# $1 chat
unpinAll_chat_message() {
unpinall_chat_message() {
sendJson "$1" "" "${URL}/unpinAllChatMessage"
}