From a2e4b93360b6753366af1383ecffca39c0e6d615 Mon Sep 17 00:00:00 2001 From: rupansh Date: Fri, 24 Nov 2023 14:27:46 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20rupansh/?= =?UTF-8?q?kilogramme-tbd@8c3dfc3c13ca0f3c419c8ff31d6fba2caeb6d723=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/stickers/fn.get_sticker_handler.html | 3 +-- kilogramme_tbd/plugins/stickers/fn.kang_handler.html | 3 +-- kilogramme_tbd/plugins/stickers/fn.pack_exists.html | 2 +- kilogramme_tbd/plugins/stickers/index.html | 2 +- src/kilogramme_tbd/plugins/stickers.rs.html | 8 -------- 5 files changed, 4 insertions(+), 14 deletions(-) diff --git a/kilogramme_tbd/plugins/stickers/fn.get_sticker_handler.html b/kilogramme_tbd/plugins/stickers/fn.get_sticker_handler.html index 89391b8..b72fcd8 100644 --- a/kilogramme_tbd/plugins/stickers/fn.get_sticker_handler.html +++ b/kilogramme_tbd/plugins/stickers/fn.get_sticker_handler.html @@ -1,8 +1,7 @@ -get_sticker_handler in kilogramme_tbd::plugins::stickers - Rust
pub async fn get_sticker_handler(
+get_sticker_handler in kilogramme_tbd::plugins::stickers - Rust
pub async fn get_sticker_handler(
     bot: &mut UserBot,
     message: &mut Message
 ) -> Result<(), UserBotError>
Expand description

Download a sticker as a file

-

⚠️WARN⚠️: Currently can’t handle stickers on other Data Centers

Scope

Anywhere

Usage(s):
diff --git a/kilogramme_tbd/plugins/stickers/fn.kang_handler.html b/kilogramme_tbd/plugins/stickers/fn.kang_handler.html index cecbb0d..6a8f053 100644 --- a/kilogramme_tbd/plugins/stickers/fn.kang_handler.html +++ b/kilogramme_tbd/plugins/stickers/fn.kang_handler.html @@ -1,8 +1,7 @@ -kang_handler in kilogramme_tbd::plugins::stickers - Rust

pub async fn kang_handler(
+kang_handler in kilogramme_tbd::plugins::stickers - Rust
pub async fn kang_handler(
     bot: &mut UserBot,
     message: &mut Message
 ) -> Result<(), UserBotError>
Expand description

Duplicate a sticker into a userbot’s custom sticker pack

-

⚠️WARN⚠️: Currently can’t handle stickers on other Data Centers

Scope

Anywhere

Usage(s):
diff --git a/kilogramme_tbd/plugins/stickers/fn.pack_exists.html b/kilogramme_tbd/plugins/stickers/fn.pack_exists.html index e5e355d..573d0cb 100644 --- a/kilogramme_tbd/plugins/stickers/fn.pack_exists.html +++ b/kilogramme_tbd/plugins/stickers/fn.pack_exists.html @@ -1,4 +1,4 @@ -pack_exists in kilogramme_tbd::plugins::stickers - Rust

async fn pack_exists(
+pack_exists in kilogramme_tbd::plugins::stickers - Rust
async fn pack_exists(
     bot: &mut UserBot,
     pack: &str
 ) -> Result<bool, InvocationError>
\ No newline at end of file diff --git a/kilogramme_tbd/plugins/stickers/index.html b/kilogramme_tbd/plugins/stickers/index.html index 66e286d..a4ca8a3 100644 --- a/kilogramme_tbd/plugins/stickers/index.html +++ b/kilogramme_tbd/plugins/stickers/index.html @@ -1,2 +1,2 @@ -kilogramme_tbd::plugins::stickers - Rust
Expand description

Kangz and stuffz

+kilogramme_tbd::plugins::stickers - Rust
Expand description

Kangz and stuffz

Statics

Functions

\ No newline at end of file diff --git a/src/kilogramme_tbd/plugins/stickers.rs.html b/src/kilogramme_tbd/plugins/stickers.rs.html index 800bf1d..2f0bc2a 100644 --- a/src/kilogramme_tbd/plugins/stickers.rs.html +++ b/src/kilogramme_tbd/plugins/stickers.rs.html @@ -229,10 +229,6 @@ 229 230 231 -232 -233 -234 -235
// Copyright 2021 - 2021, Rupansh Sekar and the Kilogramme (TBD) contributors
 // SPDX-License-Identifier: MPL-2.0
 use crate::{
@@ -257,8 +253,6 @@
 
 /// Download a sticker as a file
 ///
-/// ⚠️***WARN***⚠️: Currently can't handle stickers on other Data Centers
-///
 /// ## Scope
 /// Anywhere
 ///
@@ -319,8 +313,6 @@
 
 /// Duplicate a sticker into a userbot's custom sticker pack
 ///
-/// ⚠️***WARN***⚠️: Currently can't handle stickers on other Data Centers
-///
 /// ## Scope
 /// Anywhere
 ///