From beeb7d794e30e4a53585032c4b84c82bc22380fe Mon Sep 17 00:00:00 2001 From: Ashok <114943948+AshokShau@users.noreply.github.com> Date: Thu, 29 Aug 2024 20:46:32 +0530 Subject: [PATCH] new Username (#365) --- .github/CODEOWNERS | 1 + CODE_OF_CONDUCT.md | 4 ++-- Exon/__main__.py | 1 - Exon/langs/en.yaml | 2 +- Exon/langs/hi.yaml | 2 +- "Exon/modules/ABISHNOI COPYRIGHT \302\251" | 2 +- Exon/modules/Callback.py | 10 +++++----- Exon/modules/__init__.py | 2 +- Exon/modules/admin.py | 6 +++--- Exon/modules/afk.py | 2 +- Exon/modules/antichannel.py | 4 ++-- Exon/modules/antiflood.py | 6 +++--- Exon/modules/antiraid.py | 2 +- Exon/modules/approval.py | 4 ++-- Exon/modules/backups.py | 6 +++--- Exon/modules/bans.py | 2 +- Exon/modules/blacklist.py | 2 +- Exon/modules/blacklist_stickers.py | 6 +++--- Exon/modules/blacklistusers.py | 6 +++--- Exon/modules/cleaner.py | 6 +++--- Exon/modules/connection.py | 2 +- Exon/modules/cron_jobs.py | 6 +++--- Exon/modules/cust_filters.py | 6 +++--- Exon/modules/dbcleanup.py | 2 +- Exon/modules/debug.py | 6 +++--- Exon/modules/dev.py | 6 +++--- Exon/modules/disable.py | 6 +++--- Exon/modules/disasters.py | 6 +++--- Exon/modules/error_handling.py | 6 +++--- Exon/modules/eval.py | 6 +++--- Exon/modules/feds.py | 6 +++--- Exon/modules/feedback.py | 6 +++--- Exon/modules/fonts.py | 4 ++-- Exon/modules/forcesub.py | 6 +++--- Exon/modules/global_bans.py | 6 +++--- Exon/modules/gtranslator.py | 6 +++--- Exon/modules/info.py | 6 +++--- Exon/modules/invitelinks.py | 6 +++--- Exon/modules/karmas.py | 2 +- Exon/modules/language.py | 2 +- Exon/modules/locks.py | 6 +++--- Exon/modules/log_channel.py | 6 +++--- Exon/modules/misc.py | 4 ++-- Exon/modules/modules.py | 4 ++-- Exon/modules/muting.py | 6 +++--- Exon/modules/nightmode.py | 6 +++--- Exon/modules/no_sql/karma_db.py | 2 +- Exon/modules/notes.py | 6 +++--- Exon/modules/ping.py | 6 +++--- Exon/modules/purge.py | 6 +++--- Exon/modules/quote.py | 6 +++--- Exon/modules/remote_cmds.py | 6 +++--- Exon/modules/repo.py | 8 ++++---- Exon/modules/resources/fonts.py | 2 +- Exon/modules/rules.py | 6 +++--- Exon/modules/shell.py | 6 +++--- Exon/modules/sql/__init__.py | 2 +- Exon/modules/sql/acm_sql.py | 2 +- Exon/modules/sql/antiflood_sql.py | 2 +- Exon/modules/sql/antilinkedchannel_sql.py | 2 +- Exon/modules/sql/blacklist_sql.py | 2 +- Exon/modules/sql/blacklistusers_sql.py | 2 +- Exon/modules/sql/blsticker_sql.py | 2 +- Exon/modules/sql/cleaner_sql.py | 2 +- Exon/modules/sql/clear_cmd_sql.py | 2 +- Exon/modules/sql/connection_sql.py | 2 +- Exon/modules/sql/cust_filters_sql.py | 2 +- Exon/modules/sql/disable_sql.py | 2 +- Exon/modules/sql/feds_sql.py | 2 +- Exon/modules/sql/fsub_sql.py | 2 +- Exon/modules/sql/language_sql.py | 2 +- Exon/modules/sql/locks_sql.py | 2 +- Exon/modules/sql/log_channel_sql.py | 2 +- Exon/modules/sql/logger_sql.py | 2 +- Exon/modules/sql/night_mode_sql.py | 2 +- Exon/modules/sql/notes_sql.py | 2 +- Exon/modules/sql/reporting_sql.py | 2 +- Exon/modules/sql/rules_sql.py | 2 +- Exon/modules/sql/userinfo_sql.py | 2 +- Exon/modules/sql/warns_sql.py | 2 +- Exon/modules/sql/welcome_sql.py | 2 +- Exon/modules/stats.py | 2 +- Exon/modules/stickers.py | 4 ++-- Exon/modules/tags.py | 6 +++--- Exon/modules/tools.py | 4 ++-- Exon/modules/truth_and_dare.py | 6 +++--- Exon/modules/uall.py | 6 +++--- Exon/modules/ubot.py | 6 +++--- Exon/modules/userinfo.py | 2 +- Exon/modules/users.py | 6 +++--- Exon/modules/wallpaper.py | 2 +- Exon/modules/warns.py | 2 +- Exon/modules/watcher.py | 6 +++--- Exon/modules/weather.py | 6 +++--- Exon/modules/webss.py | 2 +- Exon/modules/welcome.py | 6 +++--- Exon/utils/dbfunctions.py | 2 +- Exon/utils/pluginhelp.py | 2 +- SECURITY.md | 8 ++++---- app.json | 4 ++-- config.py | 2 +- okteto-pipeline.yml | 2 +- sample.env | 2 +- 103 files changed, 201 insertions(+), 201 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..3efc216d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @AshokShau diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 9909adb9..ae3d3d6d 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -57,7 +57,7 @@ If a community member engages in unacceptable behavior, the community organizers ## 7. Reporting Guidelines -If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible. https://t.me/Abishnoi1M. +If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible. https://t.me/AshokShau. [Reporting guidelines](https://t.me/AbishnoiMF) @@ -77,7 +77,7 @@ This code of conduct and its related procedures also applies to unacceptable beh ## 10. Contact info -https://t.me/Abishnoi1M +https://t.me/AshokShau ## 11. License and attribution diff --git a/Exon/__main__.py b/Exon/__main__.py index 3d08af68..339538b3 100644 --- a/Exon/__main__.py +++ b/Exon/__main__.py @@ -148,7 +148,6 @@ def start(update: Update, context: CallbackContext): # sourcery no-metrics context: CallbackContext - """ chat = update.effective_chat - update.effective_user uptime = get_readable_time((time.time() - StartTime)) args = context.args usr = update.effective_user diff --git a/Exon/langs/en.yaml b/Exon/langs/en.yaml index e2c8cea0..85c1b802 100644 --- a/Exon/langs/en.yaml +++ b/Exon/langs/en.yaml @@ -3,7 +3,7 @@ language: "𝐄ɴɢʟɪsʜ " # ɴᴀᴍᴇ ᴏғ ᴘᴇᴏᴘʟᴇ(s) ᴡʜᴏ ᴡᴏʀᴋᴇᴅ ᴏɴ ᴛʜɪs ᴛʀᴀɴsʟᴀᴛɪᴏɴ -authors: "@Abishnoi1M" +authors: "@AshokShau" # ʟᴀɴɢᴜᴀɢᴇs curr_chat_lang: "ʜᴇʏ. ʏᴏᴜʀ ᴄᴜʀʀᴇɴᴛ ʟᴀɴɢᴜᴀɢᴇ ɪs {}, sᴇʟᴇᴄᴛ ᴛʜᴇ ᴏɴᴇ ʏᴏᴜ ᴡᴀɴᴛ ғʀᴏᴍ ᴛʜᴇ ʙᴜᴛᴛᴏɴs ʙᴇʟᴏᴡ :)" diff --git a/Exon/langs/hi.yaml b/Exon/langs/hi.yaml index 436c448d..b71a85b1 100644 --- a/Exon/langs/hi.yaml +++ b/Exon/langs/hi.yaml @@ -3,7 +3,7 @@ language: "𝐇ɪɴᴅɪ " # ɴᴀᴍᴇ ᴏғ ᴘᴇᴏᴘʟᴇ(s) ᴡʜᴏ ᴡᴏʀᴋᴇᴅ ᴏɴ ᴛʜɪs ᴛʀᴀɴsʟᴀᴛɪᴏɴ -authors: "@Abishnoi1M" +authors: "@AshokShau" # ʟᴀɴɢᴜᴀɢᴇs curr_chat_lang: "ʜᴇʏ. ʏᴏᴜʀ ᴄᴜʀʀᴇɴᴛ ʟᴀɴɢᴜᴀɢᴇ ɪs {}, sᴇʟᴇᴄᴛ ᴛʜᴇ ᴏɴᴇ ʏᴏᴜ ᴡᴀɴᴛ ғʀᴏᴍ ᴛʜᴇ ʙᴜᴛᴛᴏɴs ʙᴇʟᴏᴡ :)" diff --git "a/Exon/modules/ABISHNOI COPYRIGHT \302\251" "b/Exon/modules/ABISHNOI COPYRIGHT \302\251" index c90c4bc6..81b3094a 100644 --- "a/Exon/modules/ABISHNOI COPYRIGHT \302\251" +++ "b/Exon/modules/ABISHNOI COPYRIGHT \302\251" @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Exon/modules/Callback.py b/Exon/modules/Callback.py index f220808b..1111bcd3 100644 --- a/Exon/modules/Callback.py +++ b/Exon/modules/Callback.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" from pyrogram.types import CallbackQuery from telegram import InlineKeyboardButton, InlineKeyboardMarkup, ParseMode @@ -163,7 +163,7 @@ def ABG_about_callback(update, context): ], [ InlineKeyboardButton( - text="ᴀʙɪsʜɴᴏɪ", url="https://t.me/Abishnoi1M" + text="ᴀʙɪsʜɴᴏɪ", url="https://t.me/AshokShau" ), InlineKeyboardButton( text="ᴄʜᴀᴛ", url=f"https://t.me/{SUPPORT_CHAT}" @@ -188,7 +188,7 @@ def Source_about_callback(update, context): [ᴩʏᴛʜᴏɴ-ᴛᴇʟᴇɢʀᴀᴍ-ʙᴏᴛ](https://github.com/python-telegram-bot/python-telegram-bot) ᴀɴᴅ ᴜsɪɴɢ [sǫʟᴀʟᴄʜᴇᴍʏ](https://www.sqlalchemy.org) ᴀɴᴅ [ᴍᴏɴɢᴏ](https://cloud.mongodb.com) ᴀs ᴅᴀᴛᴀʙᴀsᴇ. -*ʜᴇʀᴇ ɪs ᴍʏ sᴏᴜʀᴄᴇ ᴄᴏᴅᴇ :* [{BOT_NAME}](https://github.com/Abishnoi69/ExonRobot) +*ʜᴇʀᴇ ɪs ᴍʏ sᴏᴜʀᴄᴇ ᴄᴏᴅᴇ :* [{BOT_NAME}](https://github.com/AshokShau/ExonRobot) ᴇxᴏɴ ʀᴏʙᴏᴛ ɪs ʟɪᴄᴇɴsᴇᴅ ᴜɴᴅᴇʀ ᴛʜᴇ [ᴍɪᴛ ʟɪᴄᴇɴsᴇ](https://github.com/Abishnoi69/ExonRobot/blob/master/LICENSE). diff --git a/Exon/modules/__init__.py b/Exon/modules/__init__.py index c865f024..7b51d6b8 100644 --- a/Exon/modules/__init__.py +++ b/Exon/modules/__init__.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/admin.py b/Exon/modules/admin.py index 5e3ae732..61612444 100644 --- a/Exon/modules/admin.py +++ b/Exon/modules/admin.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import asyncio import html import os diff --git a/Exon/modules/afk.py b/Exon/modules/afk.py index 6077a500..db34632f 100644 --- a/Exon/modules/afk.py +++ b/Exon/modules/afk.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/antichannel.py b/Exon/modules/antichannel.py index 212969e1..60bbfde7 100644 --- a/Exon/modules/antichannel.py +++ b/Exon/modules/antichannel.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" import html diff --git a/Exon/modules/antiflood.py b/Exon/modules/antiflood.py index dcf19b93..c9728866 100644 --- a/Exon/modules/antiflood.py +++ b/Exon/modules/antiflood.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import html from typing import Optional diff --git a/Exon/modules/antiraid.py b/Exon/modules/antiraid.py index bdca4efa..79342354 100644 --- a/Exon/modules/antiraid.py +++ b/Exon/modules/antiraid.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" import html diff --git a/Exon/modules/approval.py b/Exon/modules/approval.py index e6636ee5..98a939c7 100644 --- a/Exon/modules/approval.py +++ b/Exon/modules/approval.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/backups.py b/Exon/modules/backups.py index d8da6315..2c3448e3 100644 --- a/Exon/modules/backups.py +++ b/Exon/modules/backups.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import json import os import time diff --git a/Exon/modules/bans.py b/Exon/modules/bans.py index 78df7c90..7961253b 100644 --- a/Exon/modules/bans.py +++ b/Exon/modules/bans.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/blacklist.py b/Exon/modules/blacklist.py index a8ed54de..ba237976 100644 --- a/Exon/modules/blacklist.py +++ b/Exon/modules/blacklist.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/blacklist_stickers.py b/Exon/modules/blacklist_stickers.py index 2d0703a9..db1cd04e 100644 --- a/Exon/modules/blacklist_stickers.py +++ b/Exon/modules/blacklist_stickers.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import html diff --git a/Exon/modules/blacklistusers.py b/Exon/modules/blacklistusers.py index dfa43f0d..e2e8f41f 100644 --- a/Exon/modules/blacklistusers.py +++ b/Exon/modules/blacklistusers.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import html from telegram import ParseMode, Update diff --git a/Exon/modules/cleaner.py b/Exon/modules/cleaner.py index 52e46712..5ba2dd5d 100644 --- a/Exon/modules/cleaner.py +++ b/Exon/modules/cleaner.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import html diff --git a/Exon/modules/connection.py b/Exon/modules/connection.py index e1bc89aa..f9e6ba95 100644 --- a/Exon/modules/connection.py +++ b/Exon/modules/connection.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/cron_jobs.py b/Exon/modules/cron_jobs.py index bb52ca1c..0f48a4ab 100644 --- a/Exon/modules/cron_jobs.py +++ b/Exon/modules/cron_jobs.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import datetime diff --git a/Exon/modules/cust_filters.py b/Exon/modules/cust_filters.py index b627a7a8..e443f1b9 100644 --- a/Exon/modules/cust_filters.py +++ b/Exon/modules/cust_filters.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import random import re from html import escape diff --git a/Exon/modules/dbcleanup.py b/Exon/modules/dbcleanup.py index f9b8a270..c69062a4 100644 --- a/Exon/modules/dbcleanup.py +++ b/Exon/modules/dbcleanup.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" from time import sleep diff --git a/Exon/modules/debug.py b/Exon/modules/debug.py index b6acc09d..ef43745f 100644 --- a/Exon/modules/debug.py +++ b/Exon/modules/debug.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import datetime import os diff --git a/Exon/modules/dev.py b/Exon/modules/dev.py index 90ca7867..8205a90a 100644 --- a/Exon/modules/dev.py +++ b/Exon/modules/dev.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import asyncio import os diff --git a/Exon/modules/disable.py b/Exon/modules/disable.py index 664b61ef..811d058d 100644 --- a/Exon/modules/disable.py +++ b/Exon/modules/disable.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import importlib from typing import Union diff --git a/Exon/modules/disasters.py b/Exon/modules/disasters.py index 270580e5..6962d584 100644 --- a/Exon/modules/disasters.py +++ b/Exon/modules/disasters.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import html import json import os diff --git a/Exon/modules/error_handling.py b/Exon/modules/error_handling.py index ecfadfa4..47d2b10a 100644 --- a/Exon/modules/error_handling.py +++ b/Exon/modules/error_handling.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import html import io import random diff --git a/Exon/modules/eval.py b/Exon/modules/eval.py index 615286c0..bf05b381 100644 --- a/Exon/modules/eval.py +++ b/Exon/modules/eval.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import ast diff --git a/Exon/modules/feds.py b/Exon/modules/feds.py index df4e2cb4..a278ba29 100644 --- a/Exon/modules/feds.py +++ b/Exon/modules/feds.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import ast import csv diff --git a/Exon/modules/feedback.py b/Exon/modules/feedback.py index 45f0400f..4ecaac5c 100644 --- a/Exon/modules/feedback.py +++ b/Exon/modules/feedback.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import random diff --git a/Exon/modules/fonts.py b/Exon/modules/fonts.py index 28b0402b..7e602b6c 100644 --- a/Exon/modules/fonts.py +++ b/Exon/modules/fonts.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE # TG :- @Abishno1Mi # TG :- Abishnoi_bots -# GITHUB :- Abishnoi69 "" +# GITHUB :- AshokShau "" from pyrogram.types import InlineKeyboardButton, InlineKeyboardMarkup diff --git a/Exon/modules/forcesub.py b/Exon/modules/forcesub.py index 7c8510d1..a181a1fb 100644 --- a/Exon/modules/forcesub.py +++ b/Exon/modules/forcesub.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" from telethon import Button, events, types from telethon.errors import ChatAdminRequiredError diff --git a/Exon/modules/global_bans.py b/Exon/modules/global_bans.py index e29a8749..92034e4b 100644 --- a/Exon/modules/global_bans.py +++ b/Exon/modules/global_bans.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import html import time from datetime import datetime diff --git a/Exon/modules/gtranslator.py b/Exon/modules/gtranslator.py index 7a13dee9..20ca2e3f 100644 --- a/Exon/modules/gtranslator.py +++ b/Exon/modules/gtranslator.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import os diff --git a/Exon/modules/info.py b/Exon/modules/info.py index 71bc2768..97f2bb9d 100644 --- a/Exon/modules/info.py +++ b/Exon/modules/info.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" from pyrogram import filters from pyrogram.types import Message diff --git a/Exon/modules/invitelinks.py b/Exon/modules/invitelinks.py index 6894569e..24c0b61d 100644 --- a/Exon/modules/invitelinks.py +++ b/Exon/modules/invitelinks.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import html import re diff --git a/Exon/modules/karmas.py b/Exon/modules/karmas.py index 66370555..83833013 100644 --- a/Exon/modules/karmas.py +++ b/Exon/modules/karmas.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1M +# TG :- @AshokShau # :- Abishnoi_bots # GITHUB :- Abishnoi69 "" diff --git a/Exon/modules/language.py b/Exon/modules/language.py index c48ea9b1..28044815 100644 --- a/Exon/modules/language.py +++ b/Exon/modules/language.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" import itertools diff --git a/Exon/modules/locks.py b/Exon/modules/locks.py index 1cc9c101..8417db1d 100644 --- a/Exon/modules/locks.py +++ b/Exon/modules/locks.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import ast import html diff --git a/Exon/modules/log_channel.py b/Exon/modules/log_channel.py index 0f67f281..cab2beb2 100644 --- a/Exon/modules/log_channel.py +++ b/Exon/modules/log_channel.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" from datetime import datetime from functools import wraps diff --git a/Exon/modules/misc.py b/Exon/modules/misc.py index 10022386..1b7da5c8 100644 --- a/Exon/modules/misc.py +++ b/Exon/modules/misc.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/modules.py b/Exon/modules/modules.py index 7fc41cb0..318fb4e2 100644 --- a/Exon/modules/modules.py +++ b/Exon/modules/modules.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/muting.py b/Exon/modules/muting.py index ece9cc2e..6e468953 100644 --- a/Exon/modules/muting.py +++ b/Exon/modules/muting.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import html import re diff --git a/Exon/modules/nightmode.py b/Exon/modules/nightmode.py index ca3eaba6..b37579d9 100644 --- a/Exon/modules/nightmode.py +++ b/Exon/modules/nightmode.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" from apscheduler.schedulers.asyncio import AsyncIOScheduler from telegram import ParseMode from telethon import * diff --git a/Exon/modules/no_sql/karma_db.py b/Exon/modules/no_sql/karma_db.py index 560bed4d..1cdd03f0 100644 --- a/Exon/modules/no_sql/karma_db.py +++ b/Exon/modules/no_sql/karma_db.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1M +# TG :- @AshokShau # :- Abishnoi_bots # GITHUB :- Abishnoi69 "" diff --git a/Exon/modules/notes.py b/Exon/modules/notes.py index 2a23974a..e219a6eb 100644 --- a/Exon/modules/notes.py +++ b/Exon/modules/notes.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import ast import random diff --git a/Exon/modules/ping.py b/Exon/modules/ping.py index b7aa2fe7..1c77470e 100644 --- a/Exon/modules/ping.py +++ b/Exon/modules/ping.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import time from typing import List diff --git a/Exon/modules/purge.py b/Exon/modules/purge.py index f57a19cb..57230856 100644 --- a/Exon/modules/purge.py +++ b/Exon/modules/purge.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" from pyrogram.enums import ChatType diff --git a/Exon/modules/quote.py b/Exon/modules/quote.py index 9d8caad8..f7bc30b6 100644 --- a/Exon/modules/quote.py +++ b/Exon/modules/quote.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import base64 import json diff --git a/Exon/modules/remote_cmds.py b/Exon/modules/remote_cmds.py index 28b87be8..2cec76dc 100644 --- a/Exon/modules/remote_cmds.py +++ b/Exon/modules/remote_cmds.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" from telegram import ChatPermissions, Update from telegram.error import BadRequest, TelegramError diff --git a/Exon/modules/repo.py b/Exon/modules/repo.py index a7540c7a..696e3ee3 100644 --- a/Exon/modules/repo.py +++ b/Exon/modules/repo.py @@ -1,5 +1,5 @@ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1M +# TG :- @AshokShau # MY ALL BOTS :- Abishnoi_bots # GITHUB :- KingAbishnoi "" @@ -21,7 +21,7 @@ async def repo(_, message): photo=ABISHNOIX, caption=f"""✨ **ʜᴇʏ {message.from_user.mention},** -**ᴏᴡɴᴇʀ : [𝐀ʙɪꜱʜɴᴏɪ](https://t.me/Abishnoi1M)** +**ᴏᴡɴᴇʀ : [𝐀ʙɪꜱʜɴᴏɪ](https://t.me/AshokShau)** **ᴘʏᴛʜᴏɴ ᴠᴇʀꜱɪᴏɴ :** `{y()}` **ʟɪʙʀᴀʀʏ ᴠᴇʀꜱɪᴏɴ :** `{o}` **ᴛᴇʟᴇᴛʜᴏɴ ᴠᴇʀꜱɪᴏɴ :** `{s}` @@ -31,10 +31,10 @@ async def repo(_, message): [ [ InlineKeyboardButton( - "•ᴍᴜꜱɪᴄ•", url="https://github.com/Abishnoi69/AsuXMusic" + "•ᴍᴜꜱɪᴄ•", url="https://github.com/AshokShau/AsuXMusic" ), InlineKeyboardButton( - "•ʀᴏʙᴏᴠ1•", url="https://github.com/Abishnoi69/ExonRobot" + "•ʀᴏʙᴏᴠ1•", url="https://github.com/AshokShau/ExonRobot" ), ] ] diff --git a/Exon/modules/resources/fonts.py b/Exon/modules/resources/fonts.py index 419f89bb..f025b963 100644 --- a/Exon/modules/resources/fonts.py +++ b/Exon/modules/resources/fonts.py @@ -24,7 +24,7 @@ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1M +# TG :- @AshokShau # TG :- Abishnoi_bots # GITHUB :- Abishnoi69 "" diff --git a/Exon/modules/rules.py b/Exon/modules/rules.py index ea183bb1..74be7b01 100644 --- a/Exon/modules/rules.py +++ b/Exon/modules/rules.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" from telegram import InlineKeyboardButton, InlineKeyboardMarkup, ParseMode, Update from telegram.error import BadRequest diff --git a/Exon/modules/shell.py b/Exon/modules/shell.py index 97115f21..0d4d1eb7 100644 --- a/Exon/modules/shell.py +++ b/Exon/modules/shell.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import subprocess diff --git a/Exon/modules/sql/__init__.py b/Exon/modules/sql/__init__.py index f489cf4c..88c525a7 100644 --- a/Exon/modules/sql/__init__.py +++ b/Exon/modules/sql/__init__.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/acm_sql.py b/Exon/modules/sql/acm_sql.py index 219dd967..395fb32c 100644 --- a/Exon/modules/sql/acm_sql.py +++ b/Exon/modules/sql/acm_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/antiflood_sql.py b/Exon/modules/sql/antiflood_sql.py index 19592181..bab73ce2 100644 --- a/Exon/modules/sql/antiflood_sql.py +++ b/Exon/modules/sql/antiflood_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/antilinkedchannel_sql.py b/Exon/modules/sql/antilinkedchannel_sql.py index 32bd7a23..be3f8ee1 100644 --- a/Exon/modules/sql/antilinkedchannel_sql.py +++ b/Exon/modules/sql/antilinkedchannel_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/blacklist_sql.py b/Exon/modules/sql/blacklist_sql.py index 77c6eeb1..62279759 100644 --- a/Exon/modules/sql/blacklist_sql.py +++ b/Exon/modules/sql/blacklist_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/blacklistusers_sql.py b/Exon/modules/sql/blacklistusers_sql.py index cefb1942..391b70d5 100644 --- a/Exon/modules/sql/blacklistusers_sql.py +++ b/Exon/modules/sql/blacklistusers_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" import threading diff --git a/Exon/modules/sql/blsticker_sql.py b/Exon/modules/sql/blsticker_sql.py index e1ebcd95..b8703048 100644 --- a/Exon/modules/sql/blsticker_sql.py +++ b/Exon/modules/sql/blsticker_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/cleaner_sql.py b/Exon/modules/sql/cleaner_sql.py index 1d9adf1a..c425cbfd 100644 --- a/Exon/modules/sql/cleaner_sql.py +++ b/Exon/modules/sql/cleaner_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/clear_cmd_sql.py b/Exon/modules/sql/clear_cmd_sql.py index 763919b7..71cc6732 100644 --- a/Exon/modules/sql/clear_cmd_sql.py +++ b/Exon/modules/sql/clear_cmd_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/connection_sql.py b/Exon/modules/sql/connection_sql.py index 3e43f966..b6f4d006 100644 --- a/Exon/modules/sql/connection_sql.py +++ b/Exon/modules/sql/connection_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/cust_filters_sql.py b/Exon/modules/sql/cust_filters_sql.py index 162a0860..c8aac78d 100644 --- a/Exon/modules/sql/cust_filters_sql.py +++ b/Exon/modules/sql/cust_filters_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/disable_sql.py b/Exon/modules/sql/disable_sql.py index e8677d6e..4585d440 100644 --- a/Exon/modules/sql/disable_sql.py +++ b/Exon/modules/sql/disable_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/feds_sql.py b/Exon/modules/sql/feds_sql.py index 735a80bf..0fcf06c7 100644 --- a/Exon/modules/sql/feds_sql.py +++ b/Exon/modules/sql/feds_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" import ast diff --git a/Exon/modules/sql/fsub_sql.py b/Exon/modules/sql/fsub_sql.py index e04138c9..de01c771 100644 --- a/Exon/modules/sql/fsub_sql.py +++ b/Exon/modules/sql/fsub_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" from sqlalchemy import Column, Numeric, String diff --git a/Exon/modules/sql/language_sql.py b/Exon/modules/sql/language_sql.py index 752a4b3c..d6f6d8ca 100644 --- a/Exon/modules/sql/language_sql.py +++ b/Exon/modules/sql/language_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" import threading diff --git a/Exon/modules/sql/locks_sql.py b/Exon/modules/sql/locks_sql.py index 87e2e284..483388a5 100644 --- a/Exon/modules/sql/locks_sql.py +++ b/Exon/modules/sql/locks_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/log_channel_sql.py b/Exon/modules/sql/log_channel_sql.py index 5d4b327e..3bf02b02 100644 --- a/Exon/modules/sql/log_channel_sql.py +++ b/Exon/modules/sql/log_channel_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/logger_sql.py b/Exon/modules/sql/logger_sql.py index 90651013..9feffc4c 100644 --- a/Exon/modules/sql/logger_sql.py +++ b/Exon/modules/sql/logger_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/night_mode_sql.py b/Exon/modules/sql/night_mode_sql.py index 124359ce..bd939cf2 100644 --- a/Exon/modules/sql/night_mode_sql.py +++ b/Exon/modules/sql/night_mode_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/notes_sql.py b/Exon/modules/sql/notes_sql.py index ba5be897..078201e6 100644 --- a/Exon/modules/sql/notes_sql.py +++ b/Exon/modules/sql/notes_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" import threading diff --git a/Exon/modules/sql/reporting_sql.py b/Exon/modules/sql/reporting_sql.py index 032c7887..7ae2fc32 100644 --- a/Exon/modules/sql/reporting_sql.py +++ b/Exon/modules/sql/reporting_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/rules_sql.py b/Exon/modules/sql/rules_sql.py index 98f6cf7a..ff4ac3ab 100644 --- a/Exon/modules/sql/rules_sql.py +++ b/Exon/modules/sql/rules_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" import threading diff --git a/Exon/modules/sql/userinfo_sql.py b/Exon/modules/sql/userinfo_sql.py index 827c352a..3598e4a5 100644 --- a/Exon/modules/sql/userinfo_sql.py +++ b/Exon/modules/sql/userinfo_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" import threading diff --git a/Exon/modules/sql/warns_sql.py b/Exon/modules/sql/warns_sql.py index 99089b20..f2581086 100644 --- a/Exon/modules/sql/warns_sql.py +++ b/Exon/modules/sql/warns_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/sql/welcome_sql.py b/Exon/modules/sql/welcome_sql.py index 57012761..cc91f673 100644 --- a/Exon/modules/sql/welcome_sql.py +++ b/Exon/modules/sql/welcome_sql.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" import random diff --git a/Exon/modules/stats.py b/Exon/modules/stats.py index b550ecfe..89e18271 100644 --- a/Exon/modules/stats.py +++ b/Exon/modules/stats.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" import os diff --git a/Exon/modules/stickers.py b/Exon/modules/stickers.py index 7509522c..8e39f212 100644 --- a/Exon/modules/stickers.py +++ b/Exon/modules/stickers.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" import math diff --git a/Exon/modules/tags.py b/Exon/modules/tags.py index 92c65daf..dae4cfea 100644 --- a/Exon/modules/tags.py +++ b/Exon/modules/tags.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1M +# TG :- @AshokShau # :- Abishnoi_bots -# GITHUB :- Abishnoi69 "" +# GITHUB :- AshokShau "" from telethon import events diff --git a/Exon/modules/tools.py b/Exon/modules/tools.py index f476a011..04867d8b 100644 --- a/Exon/modules/tools.py +++ b/Exon/modules/tools.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/truth_and_dare.py b/Exon/modules/truth_and_dare.py index e9e9d3e7..528f61ca 100644 --- a/Exon/modules/truth_and_dare.py +++ b/Exon/modules/truth_and_dare.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1M +# TG :- @AshokShau # :- Abishnoi_bots -# GITHUB :- Abishnoi69 "" +# GITHUB :- AshokShau "" import requests diff --git a/Exon/modules/uall.py b/Exon/modules/uall.py index 86c1e821..9fd2267c 100644 --- a/Exon/modules/uall.py +++ b/Exon/modules/uall.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" from time import sleep diff --git a/Exon/modules/ubot.py b/Exon/modules/ubot.py index 90d904eb..3b3bee65 100644 --- a/Exon/modules/ubot.py +++ b/Exon/modules/ubot.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" from asyncio.exceptions import TimeoutError diff --git a/Exon/modules/userinfo.py b/Exon/modules/userinfo.py index 61d84e84..a56c3094 100644 --- a/Exon/modules/userinfo.py +++ b/Exon/modules/userinfo.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/users.py b/Exon/modules/users.py index 1b2be5fa..c92e96ff 100644 --- a/Exon/modules/users.py +++ b/Exon/modules/users.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" from io import BytesIO from time import sleep diff --git a/Exon/modules/wallpaper.py b/Exon/modules/wallpaper.py index 35e7b67f..7ec821f5 100644 --- a/Exon/modules/wallpaper.py +++ b/Exon/modules/wallpaper.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" diff --git a/Exon/modules/warns.py b/Exon/modules/warns.py index cf6efb5d..bd15b680 100644 --- a/Exon/modules/warns.py +++ b/Exon/modules/warns.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots # GITHUB :- ABISHNOI69 "" import html diff --git a/Exon/modules/watcher.py b/Exon/modules/watcher.py index 186c862e..9c28675c 100644 --- a/Exon/modules/watcher.py +++ b/Exon/modules/watcher.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import re import time diff --git a/Exon/modules/weather.py b/Exon/modules/weather.py index ad953e83..b0845825 100644 --- a/Exon/modules/weather.py +++ b/Exon/modules/weather.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import httpx from pyrogram import Client diff --git a/Exon/modules/webss.py b/Exon/modules/webss.py index 0d139557..28b4b88e 100644 --- a/Exon/modules/webss.py +++ b/Exon/modules/webss.py @@ -23,7 +23,7 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1M +# TG :- @AshokShau # :- Abishnoi_bots # GITHUB :- Abishnoi69 "" diff --git a/Exon/modules/welcome.py b/Exon/modules/welcome.py index 6d00b7a8..b46bc40c 100644 --- a/Exon/modules/welcome.py +++ b/Exon/modules/welcome.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2022 ABISHNOI69 +Copyright (c) 2022 AshokShau Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -23,9 +23,9 @@ """ # ""DEAR PRO PEOPLE, DON'T REMOVE & CHANGE THIS LINE -# TG :- @Abishnoi1m +# TG :- @AshokShau # UPDATE :- Abishnoi_bots -# GITHUB :- ABISHNOI69 "" +# GITHUB :- AshokShau "" import html import random import re diff --git a/Exon/utils/dbfunctions.py b/Exon/utils/dbfunctions.py index 9f6a109d..b344708f 100644 --- a/Exon/utils/dbfunctions.py +++ b/Exon/utils/dbfunctions.py @@ -686,7 +686,7 @@ async def add_rss_feed(chat_id: int, url: str, last_title: str): ) -# @Abishnoi69 +# @AshokShau async def remove_rss_feed(chat_id: int): return await rssdb.delete_one({"chat_id": chat_id}) diff --git a/Exon/utils/pluginhelp.py b/Exon/utils/pluginhelp.py index 411c9d0c..091ed6cd 100644 --- a/Exon/utils/pluginhelp.py +++ b/Exon/utils/pluginhelp.py @@ -340,7 +340,7 @@ async def capture(client, message, *args, **kwargs): return capture -# @Abishnoi1M +# @AshokShau async def member_permissions(chat_id, user_id): diff --git a/SECURITY.md b/SECURITY.md index 39180a39..daedb44a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -16,8 +16,8 @@ ᴀɴᴅ ᴛʜᴇɴ ᴍᴀᴋᴇ ᴀ ɪssᴜᴇ ɪɴ ᴏᴜʀ ᴘʀᴏᴊᴇᴄᴛ. ## ᴄʀᴇᴅɪᴛ ꜰᴏʀ ᴇxᴏɴ ʀᴏʙᴏᴛ -- [ɢɪᴛʜᴜʙ](https://github.com/Abishnoi69) -- [ᴛᴇʟᴇɢʀᴀᴍ](https://t.me/Abishnoi1M) +- [ɢɪᴛʜᴜʙ](https://github.com/AshokShau) +- [ᴛᴇʟᴇɢʀᴀᴍ](https://t.me/AshokShau) - [ᴄʜᴀᴛ ɢʀᴏᴜᴘ](https://t.me/AbishnoiMF) ## ɪɴғᴏ @@ -28,9 +28,9 @@ [ᴩʏᴛʜᴏɴ-ᴛᴇʟᴇɢʀᴀᴍ-ʙᴏᴛ](https://github.com/python-telegram-bot/python-telegram-bot), ᴀɴᴅ ᴜsɪɴɢ [sǫʟᴀʟᴄʜᴇᴍʏ](https://www.sqlalchemy.org) ᴀɴᴅ [ᴍᴏɴɢᴏ](https://cloud.mongodb.com) ᴀs ᴅᴀᴛᴀʙᴀsᴇ. -*ʜᴇʀᴇ ɪs ᴍʏ sᴏᴜʀᴄᴇ ᴄᴏᴅᴇ :* [ɢɪᴛʜᴜʙ-ʟɪɴᴋ](https://github.com/Abishnoi69/ExonRobot) +*ʜᴇʀᴇ ɪs ᴍʏ sᴏᴜʀᴄᴇ ᴄᴏᴅᴇ :* [ɢɪᴛʜᴜʙ-ʟɪɴᴋ](https://github.com/AshokShau/ExonRobot) -ᴇxᴏɴ ʀᴏʙᴏᴛ ɪs ʟɪᴄᴇɴsᴇᴅ ᴜɴᴅᴇʀ ᴛʜᴇ [ᴍɪᴛ ʟɪᴄᴇɴsᴇ](https://github.com/Abishnoi69/ExonRobot/blob/master/LICENSE). +ᴇxᴏɴ ʀᴏʙᴏᴛ ɪs ʟɪᴄᴇɴsᴇᴅ ᴜɴᴅᴇʀ ᴛʜᴇ [ᴍɪᴛ ʟɪᴄᴇɴsᴇ](https://github.com/AshokShau/ExonRobot/blob/master/LICENSE). © 2022 - 2023 [@ᴀʙɪsʜɴᴏɪᴍғ](https://t.me/AbishnoiMF), ᴀʟʟ ʀɪɢʜᴛs ʀᴇsᴇʀᴠᴇᴅ diff --git a/app.json b/app.json index e3d30f07..4d3d8eff 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ { "name": "ᴇxᴏɴᴏʙᴏᴛ", "description": "Telegram Group Management Bot Written In Python Using python-telegram-bot.", - "repository": "https://github.com/Abishnoi69/ExonRobot", + "repository": "https://github.com/AshokShau/ExonRobot", "logo": "https://te.legra.ph/file/b0e09aabe796209f01d3d.jpg", "keywords": [ "python3", @@ -55,7 +55,7 @@ "OWNER_USERNAME": { "description": "ʏᴏᴜʀ ᴛɢ ᴜsᴇʀɴᴀᴍᴇ", "required": true, - "value": "Abishnoi1M" + "value": "AshokShau" }, "LOGGER_ID": { "description": "ᴇᴠᴇɴᴛ ʟᴏɢs ᴄʜᴀɴɴᴇʟ ᴛᴏ ɴᴏᴛᴇ ᴅᴏᴡɴ ɪᴍᴘᴏʀᴛᴀɴᴛ ʙᴏᴛ ʟᴇᴠᴇʟ ᴇᴠᴇɴᴛs, ᴇx: '-10023456'", diff --git a/config.py b/config.py index 3ddb46c6..c3438a11 100644 --- a/config.py +++ b/config.py @@ -14,7 +14,7 @@ class Config(object): SPAMWATCH_API = None TOKEN = getenv("TOKEN", None) OWNER_ID = int(getenv("OWNER_ID", 5938660179)) - OWNER_USERNAME = getenv("OWNER_USERNAME", "Abishnoi1M") + OWNER_USERNAME = getenv("OWNER_USERNAME", "AshokShau") SUPPORT_CHAT = getenv("SUPPORT_CHAT", "AbishnoiMF") LOGGER_ID = int(getenv("LOGGER_ID", "-1001819078701")) MONGO_URI = getenv( diff --git a/okteto-pipeline.yml b/okteto-pipeline.yml index 433e7937..d4f6975d 100644 --- a/okteto-pipeline.yml +++ b/okteto-pipeline.yml @@ -1,3 +1,3 @@ -icon: https://img.shields.io/github/v/release/Abishnoi69/ExonRobot?color=black&logo=github&logoColor=black&style=social +icon: https://img.shields.io/github/v/release/AshokShau/ExonRobot?color=black&logo=github&logoColor=black&style=social deploy: - okteto stack deploy --build -f docker-compose.yml diff --git a/sample.env b/sample.env index 7456c5e1..1fa78caa 100644 --- a/sample.env +++ b/sample.env @@ -2,7 +2,7 @@ API_ID=12334 API_HASH= TOKEN= OWNER_ID=5938660179 -OWNER_USERNAME=Abishnoi1M +OWNER_USERNAME=AshokShau SUPPORT_CHAT=AbishnoiMF LOGGER_ID=-1001573019550 DEV_USERS=5938660179