From a080fe8e13c20836c8a2d053f443a71e34464cf5 Mon Sep 17 00:00:00 2001 From: blank X Date: Wed, 4 Nov 2020 19:47:51 +0700 Subject: [PATCH] Change Spamwatch to SpamWatch https://t.me/OwlAntiSpam/1792 --- sukuinote/plugins/einfo.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sukuinote/plugins/einfo.py b/sukuinote/plugins/einfo.py index 45d3fc9..37506bb 100644 --- a/sukuinote/plugins/einfo.py +++ b/sukuinote/plugins/einfo.py @@ -63,7 +63,7 @@ async def fedstat(client, message): if entity.startswith('TEL-') or int(entity) < 0 or command in ('spb', 'spamprotection'): await message.reply_text(f'Spam Protection:\n{await get_spam_protection(entity)}') elif command in ('sw', 'spamwatch'): - await message.reply_text(f'Spamwatch:\n{await get_spamwatch(entity)}') + await message.reply_text(f'SpamWatch:\n{await get_spamwatch(entity)}') elif command == 'deai': await message.reply_text(f'DEAI:\n{await get_deai(client, entity)}') elif command == 'rose': @@ -72,7 +72,7 @@ async def fedstat(client, message): await message.reply_text(f'CAS:\n{await get_cas(entity)}') else: spamwatch, deai, cas, spam_protection, rose = await asyncio.gather(get_spamwatch(entity), get_deai(client, entity), get_cas(entity), get_spam_protection(entity), get_rose(client, entity)) - await message.reply_text(f'''Spamwatch: + await message.reply_text(f'''SpamWatch: {spamwatch} CAS: @@ -194,8 +194,8 @@ help_dict['einfo'] = ('External Info', {prefix}externalinfo (as reply to message) - Get extended info of replied user Aliases: {prefix}extinfo, {prefix}einfo -{prefix}spamwatch <user> - Get Spamwatch info of <user> -{prefix}spamwatch (as reply to message) - Get Spamwatch info of replied user +{prefix}spamwatch <user> - Get SpamWatch info of <user> +{prefix}spamwatch (as reply to message) - Get SpamWatch info of replied user Aliases: {prefix}sw {prefix}cas <user> - Get Combot Anti Spam info of <user>