RaphielGang / Telegram-Paperplane

The Paperplane userbot project - a Telegram userbot helping to improve your Telegram experience. https://t.me/tgpaperplane
Other
289 stars 1.06k forks source link

[Pull Request] Help module as list #251

Closed ghost closed 2 years ago

ghost commented 3 years ago

Current help module is like this right?: Admins, memes, and, other, stuff, This type will be better i guess:

raphielscape commented 3 years ago

The modules are quite huge so making it a list will be a literal long message, except if we outputting it to a file instead of making it a message

zakaryan2004 commented 3 years ago

Yeah, the message will be longer, but I actually think it'll look cleaner.

ghost commented 3 years ago

Yeah, the message will be longer, but I actually think it'll look cleaner.

to be honest and as far as i saw, all other userbots use this type of list

AvinashReddy3108 commented 3 years ago

Yeah, the message will be longer, but I actually think it'll look cleaner.

Yes, but do note that every newline in the help text adds 2 chars to the len(event.message) Just saying..

zakaryan2004 commented 3 years ago

Yeah, the message will be longer, but I actually think it'll look cleaner.

Yes, but do note that every newline in the help text adds 2 chars to the len(event.message) Just saying..

Yes, it will, but currently the ", " separator adds 2 characters too.

Also I doubt the message length will ever reach the limit.

zakaryan2004 commented 2 years ago

This has been implemented.