1.5 - Minor Update and New Features #7
realekansh
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed?
Features
1. Added Multi-Admins Support
• New Multi-Admins Support for a more easy and convenient system.
• Updated use case of
OWNER_IDnow Owners have more powers and ability other than Admins.• New Command Added
/addadminOwner Account can select and set new Admins by/addadminsand remove admins by/removeadmins, easy and convenient way instead of using .env feature.2. Added example.env
• New File Added example.env instead of
.envyou can see example.env and can put variables according to them in.env(main environmental file)3. New requirement Added
• Now requiements.txt have a New requirement called
psutil.4. Updated main.py
• Updated code to add a for Multiple admins.
• Renamed
fedbot.pytomain.pyfor convenience.5. Updated .env
• Added
ADMINS_IDvariable instead ofADMIN_IDso that multiple admins can be added.6. Added LICENSE
• Previously due to some bug LICENSE was missing from the repository, which was not good so we've added LICENSE file.
7. Added .gitignore
• Added
.gitignorebecause while pulling the repository for the latest update environments was giving error, so to fix.gitignoreis added to the repository.Fixes
main pyFull Changelog: v1.0...V1.5
This discussion was created from the release 1.5 - Minor Update and New Features.
Beta Was this translation helpful? Give feedback.
All reactions