From be804398821f78d6164c5c885ce7d47bff104867 Mon Sep 17 00:00:00 2001 From: Someone Date: Tue, 30 Aug 2022 23:25:35 +0200 Subject: [PATCH] modules/WSDMNotSupportedNotification.py --- modules/WSDMNotSupportedNotification.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/WSDMNotSupportedNotification.py b/modules/WSDMNotSupportedNotification.py index 29036df..d835bd9 100644 --- a/modules/WSDMNotSupportedNotification.py +++ b/modules/WSDMNotSupportedNotification.py @@ -12,8 +12,6 @@ class WSDMNotSupportedNotification(AbstractWSHandler): def on_WS_EVENT(self, data): if data["data"]["channel_type"] == "D" and data["data"]["sender_name"] != "@bot": - import pprint - pprint.pprint(data) self.bot.api.create_post(data["broadcast"]["channel_id"], cleandoc(""" ``AUTODELETE-WEEK`` :warning: DMs not supported. Use self-channel as storage. ## ``It seems like you sent me a direct message.`` -- 2.43.0