Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
# Protect your Group Yourself 🛡

### Click Below Image to Deploy
[![Deploy](https://telegra.ph/file/bb40440f17436b4095e61.jpg)](https://heroku.com/deploy?template=https://github.com/IVETRI/SoulQueen.git)
[![Deploy](https://telegra.ph/file/e67e1f6ed6c582f775d73.jpg)](https://heroku.com/deploy?template=https://github.com/IVETRI/SoulQueen.git)

## DEPLOY
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/IVETRI/SoulQueen.git)

A modular Telegram Python bot running on python3 with an sqlalchemy database.

Can be found on telegram as [SoulQueen](https://t.me/SoulQueenBot) 👸🏻
Can be found on telegram as [Anikha](https://t.me/AnikhaGroupBot) 👸🏻

Alternatively, [find me on telegram](https://t.me/iMvEtRi)!(Keep all support questions in the support chat, where more people can help you) ☺

# Channel
You can also join our Channel : [Tamil BotZ](https://t.me/TamilBotZ) 🤖🤖🤖
You can also join our Channel : [channel](https://t.me/ROCKHDMOVIES2021) 🤖🤖🤖

# Group
You can also join our Group : [Tamil Support](https://t.me/TamilSupport) 🤝🏻
You can also join our Group : [Kiccha Support](https://t.me/KicchaRequest) 🤝🏻

# Report error
Report your problem along with your name to [this person](https://t.me/iMvEtRi) 👨🏻‍💻
Report your problem along with your name to [Rocky group](https://t.me/RockyRequest) 👨🏻‍💻

# Credits

This repo is just a custom fork of [HarukaAya](https://github.com/IVETRI/SoulQueenPro) 💃🏻

Thanks to the Real [developer](https://t.me/RealAkito)! 🤗
Thanks to the Real [developer](https://t.me/Anikha_Assistant_official_owner)! 🤗
18 changes: 9 additions & 9 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"name": "Soul Queen",
"logo": "https://telegra.ph/file/bb40440f17436b4095e61.jpg",
"logo": "https://telegra.ph/file/e67e1f6ed6c582f775d73.jpg",
"description": "Modular Telegram Group Management Bot!",
"keywords": [
"telegram",
Expand All @@ -10,7 +10,7 @@
"manager",
"3"
],
"repository": "hhttps://github.com/ivetri/SoulQueen",
"repository": "https://t.me/KicchaRequest",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable env variables",
Expand All @@ -22,11 +22,11 @@
},
"OWNER_ID": {
"description": "An integer of consisting of your owner ID",
"value": "1492186775"
"value": "1166348342"
},
"OWNER_USERNAME": {
"description": "Your username",
"value": "iMvEtRi"
"value": "Anikha_Assistant_official_owner"
},

"URL": {
Expand All @@ -35,23 +35,23 @@
},
"MESSAGE_DUMP": {
"description": "optional: a chat where your replied saved messages are stored, to stop people deleting their old",
"value": "-1007777777777"
"value": "-100"
},
"SUDO_USERS": {
"description": "A space separated list of user_ids which should be considered sudo users",
"value": "254318997 1492186775 1169076058"
"value": "254318997"
},
"SUPPORT_USERS": {
"description": "A space separated list of user_ids which should be considered support users (can gban/ungban, nothing else)",
"value": "1492186775 1169076058 254318997"
"value": "1492186775"
},
"WHITELIST_USERS": {
"description": "A space separated list of user_ids which should be considered whitelisted - they can't be banned.",
"value": "1492186775 254318997 1169076058"
"value": "1492186775"
},
"DONATION_LINK": {
"description": "Optional: link where you would like to receive donations.",
"value": "https://www.paypal.me/Your_id_here"
"value": "https://t.me/KicchaRequest"
},
"PORT": {
"description": "Port to use for your webhooks",
Expand Down