From 674867c65ba0f9c68c099335a408c09423f092fd Mon Sep 17 00:00:00 2001 From: Styler Date: Thu, 26 Oct 2023 15:59:08 +0200 Subject: [PATCH] Remove $(channel.views) variable documentation --- docs/chatbot/variables/channel.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/docs/chatbot/variables/channel.md b/docs/chatbot/variables/channel.md index eeced45..28dea52 100644 --- a/docs/chatbot/variables/channel.md +++ b/docs/chatbot/variables/channel.md @@ -39,26 +39,6 @@ $(channel) has $(channel.viewers) viewers onslaught has 100 viewers ``` -## $(channel.views) - -Displays the channel’s total view count - -#### Parameters - -This variable does not take any parameters. - -#### Example Input - -``` -$(channel) has $(channel.views) views -``` - -#### Example Output - -``` -onslaught has 100 views -``` - ## $(channel.followers) Displays the channel’s total follower count