From a569a35b47dedc1859ab666fa1d433af74879ed6 Mon Sep 17 00:00:00 2001 From: Niko Date: Mon, 11 Dec 2023 21:29:06 -0700 Subject: [PATCH] no copypasta --- scripty_bot_utils/src/dm_support.rs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/scripty_bot_utils/src/dm_support.rs b/scripty_bot_utils/src/dm_support.rs index cf9492a8..1f29e4b6 100644 --- a/scripty_bot_utils/src/dm_support.rs +++ b/scripty_bot_utils/src/dm_support.rs @@ -267,14 +267,7 @@ impl DmSupportStatus { } let hook = channel - .create_webhook( - ctx, - CreateWebhook::new("Scripty").avatar( - &CreateAttachment::url(ctx, "https://i.imgur.com/7QZvZ4e.png") - .await - .expect("failed to handle message attachments"), - ), - ) + .create_webhook(ctx, CreateWebhook::new("Scripty")) .await .expect("failed to create webhook"); self.webhook_cache.insert(*channel, hook.clone());