Skip to content

Commit 1499aa3

Browse files
committed
minor changes
1 parent 985bb91 commit 1499aa3

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,23 @@ client = Selfbot(
8080
client.run(token="YOUR TOKEN HERE")
8181
```
8282
> [!IMPORTANT]
83-
> If you want to use the .env file with the importing methods, you just need to make `import config`.
83+
> If you want to use the `.env` file with the importing methods, you just need to make `import config`.
8484
8585
## TO DO
8686
- Find an optimized way to send big files quickly.
8787

8888
## Changelog
8989
- Added rate limit support for the Webhook mode.
9090
- Added loop() method to Selfbot class and token as an init class argument.
91-
- Added multiple extensions implementation
92-
- Added multiple Discord channels implementation
93-
- Added seconds argument (default: 1)
94-
- Added Webhook class in `webhook.py`
91+
- Added multiple extensions implementation for importing methods.
92+
- Added multiple Discord channels implementation for importing methods.
93+
- Added seconds argument (default: 1).
94+
- Added Webhook class in `webhook.py`.
9595
- Added create `old_clips.txt` functionality if the file does not exist.
9696
- Added [releases](https://github.com/Benjas333/AutoSendNewFilesWebhook/releases) for people not so familiar with programming in general.
9797

9898
## Contributing
9999
Any contribution would be appreciated.
100+
101+
## Links
102+
[Twitter](https://twitter.com/ElBenjas333)

0 commit comments

Comments
 (0)