Heroes Association • Saitama Updates
1.18K subscribers
34 photos
2 videos
3 files
38 links
The updates channel for @SaitamaRobot

Visit @OnePunchSupport for help

Powered by @Kaizoku
Download Telegram
🎉 We hit 500k users!

Current stats:
2016 blacklist triggers, across 303 chats.
191 blacklist stickers, across 47 chats.
8717 filters, across 928 chats.
1172 disabled items, across 287 chats.
20523 banned users across 78 Federations
560 gbanned users.
83 log channels set.
4847 notes, across 770 chats.
441 chats have rules set.
501313 users, across 6678 chats
5927 overall warns, across 624 chats.
268 warn filters, across 73 chats.
🧴 New command added: /sanitize
Saitama is down! I repeat tango down!
Looking into this rn, feel free to spam the downvote button.
🤖 Beep boop! boop beep!

Saitama is up, haters feel free to downvote this too.
🔄 Rawr! Rawr! We are upgrading our Bots server!

Todays upgrade and migrate menu includes
- Migrating 30+ bots
- Migrating databases
- Migrating 3 Game servers
- Migrating data stored
- Firewall and other minor shits

So this would take some time as everything is important and we want to do this right.

How this affects you?
Saitama will go down today until we get it up on the new server.
We will keep you posted about further updates on the same.

Ps: those who downvote, your waifu is not real.

Edit: 1:59PM +5:30
Saitama was taken down so that we can begin

Edit: 2:34PM +5:30
Saitama is now up on the new server, please test it out and in case of issues let us know at

@OnePunchSupport
🔽 Very minor downtime as the Postgres service crashed.
It is back up and so is Saitama. Haters gonna hate!
🔄 Taking Saitama down for upgrades.
Look forward to them

Edit:

Changelog:
.github/CODEOWNERS | 1 +
.github/workflows/docker_disabled.yml | 37 ++++
.github/workflows/main.yml | 17 ++
.gitignore | 1 +
SaitamaRobot/Dockerfile => Dockerfile | 6 +-
Git_Pull.bat | 8 +
Git_Push.bat | 19 ++
Procfile | 1 +
README.md | 2 +-
SaitamaRobot/__init__.py | 4 +-
SaitamaRobot/__main__.py | 55 ++++--
SaitamaRobot/modules/admin.py | 43 ++--
SaitamaRobot/modules/afk.py | 2 +-
SaitamaRobot/modules/anime.py | 8 +-
SaitamaRobot/modules/bans.py | 21 +-
SaitamaRobot/modules/blacklistusers.py | 5 +-
SaitamaRobot/modules/chatbot.py | 3 -
SaitamaRobot/modules/disasters.py | 29 +--
SaitamaRobot/modules/fun.py | 68 ++++++-
SaitamaRobot/modules/fun_strings.py | 52 +++++
SaitamaRobot/modules/global_bans.py | 5 +-
SaitamaRobot/modules/log_channel.py | 22 +--
SaitamaRobot/modules/misc.py | 241 +++-------------------
SaitamaRobot/modules/notes.py | 4 +-
SaitamaRobot/modules/rules.py | 2 +-
SaitamaRobot/modules/userinfo.py | 351 ++++++++++++++++++++++++++++++---
SaitamaRobot/modules/users.py | 2 +-
SaitamaRobot/modules/warns.py | 23 ++-
SaitamaRobot/sample_config.py | 5 +-
exp.sh | 2 +
heroku.yml | 5 +
create mode 100644 .github/workflows/docker_disabled.yml
create mode 100644 .github/workflows/main.yml
rename SaitamaRobot/Dockerfile => Dockerfile (91%)
create mode 100644 Git_Pull.bat
create mode 100644 Git_Push.bat
create mode 100755 exp.sh
create mode 100644 heroku.yml

31 files changed, 700 insertions(+), 344 deletions(-)

Edit2:
We are up
🤖 Beep boop! boop beep!

New features:
• Added HP system (Health points system)
HP system creates a health bar that shows the overall completion of your profile like an Isekai themed progress bar
The max health increases as you stroll across Saitama groups and penalties affect your current health
More improvements to this would come soon.

• UI upgrades to /info command
The /info panel is redesigned and more edits will follow up soon

• Added /pat command on public demand, happy patting.
More edits will come later

• Added more gifs to /sanitize

Notable improvements:
• Moved info, id, gifid, stats to userinfo.py
• Fixed bugs and added more bugs to fix later
• Updates to some replies with more clear-cut responses
• Fixed /kaizoku not linking properly
• Fixed docker support
• Fixed /character formatting
• Some changes to readme here and there
• Added deep source code checking
• Improved help section elements
• Fixed some typos and made more while at it
• Fixed brb not accepting reason
• UI improvements to some administration replies

So long and thanks for all the fish
🐬🐬🐬
Saitama has bot access levels we call as "Disaster Levels"

• Heroes Association
Developers who can access the bots server and can execute, modify bot code. Can also manage other Disasters

• God
Only one exists, bot owner.
Owner has complete bot access, including bot admin-ship in chats Saitama is at.

• Dragons
Also called as Sudo's, dragons super user access, can gban, manage disasters lower than them and are admins in Saitama.

• Demons
Also known as Support users, demons have access to globally ban users across Saitama.

• Tigers
Tigers are fully immune to mute, ban, kicks etc.

• Wolves
Cannot be banned, flood kicked but can be manually banned by admins.
They can be muted

Disclaimer:
The disaster levels in Saitama are there for troubleshooting, support, banning potential scammers.
Report abuse or ask us more on these at Heroes Association.
OwO

Taking Saitama to push some bug fixes and a new update.

Edit:
Changelog:
Updating 6d975d6..5fd6016
Fast-forward
README.md 2 -
/__main__.py | 23 ++++++------
/modules/chatbot.py | 2 +-
/modules/dbcleanup.py | 4 +-
/modules/disasters.py | 25 ++++--------
/modules/fun.py | 6 ++-
/modules/global_bans.py | 8 ++--
/modules/helper_funcs/chat_status.py | 2 +-
/modules/notes.py | 2 +-
/modules/userinfo.py | 48 ++++++++++++++++++++----
/modules/users.py | 2 +-
/modules/wallpaper.py | 2 +-
/sample_config.py | 2 +-
app.json | 4 +-
14 files changed, 78 insertions(+), 54 deletions(-)
🤖 Beep boop! boop beep!

New feature:
• Added /ginfo
Just like /info shows data of a user /ginfo shows data of a group to some extent, only works for public groups.
None of this is saved to the database.
This is still under testing and dev so only disasters can use it.

Notable improvements:
• Fixed Db cleanup
• Some UI changes to /info
• Edits to readme
• Edits to heroku deploy
• Improvements to the /start command in pm
• Squashed bugs and added more bugs
• Changed disasters deep link to point to the channel instead

Toto, I've got a feeling we're not in Kansas anymore.
BEHOLD! The new new new info panel.
Trying to add some new welcome messages.
If you have any suggestions please do let us know @OnePunchSupport
SaitamaRobot - New 1 commits (shiken)
[welcome_sql] Added lots of new welcome messages
263b1a6 - Sawada Tsunayoshi
Reminder to all those who dont pay attention.
The new "anon mode" for admins makes you anonymous, so ofc no bot can tell if its you or some other admin.

In short, If you are anon then Saitama wont listen to your admin commands.
Please dont bug us for the same. That is how the tech actually works.
Testing new comments feature on this post.
New posts will not have like/dislike buttons from now own.
Let's talk about latest telegram update with respect to Saitama.

The new anonymous mode on telegram groups would allow admins to text while keeping themselves private.
However, this means that to Saitama you won't be a group owner, bot owner or an admin with custom permissions.

If an admin has no ban permissions then Saitama won't listen to their ban commands, however now if you are anon then Saitama cannot tell this bit

So he will use the permissions that the group anon bot is given.

Atm we have anon bot blacklisted so that if anon replies any command nothing would happen.

How do you think we should proceed on this?
Please feel free to leave your comments.

Those who can't comment or see comments please update your telegram app
Should we add Lyrics support to Saitama?

Note: Poll closes at 50 votes.
Final Results
63%
Yes, we need lyrics
20%
No, better solutions exist
17%
Who...is..rem?
Heroes Association • Saitama Updates pinned «How is your @SaitamaRobot experience so far?»
This media is not supported in your browser
VIEW IN TELEGRAM
Gonna take Saitama down briefly to merge new updates.
Do not panic like she is, okay?