Commit Graph

23 Commits

Author SHA1 Message Date
Profitroll 818afa0b74
Fixed caption being added explicitly 2024-04-30 20:57:51 +02:00
Renovate 1ac5abd7bf Update dependency photosapi_client to v0.6.0 (#75)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| photosapi_client | minor | `==0.5.0` -> `==0.6.0` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMCIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->

Co-authored-by: profitroll <vozhd.kk@gmail.com>
Reviewed-on: #75
Co-authored-by: Renovate <renovate@git.end-play.xyz>
Co-committed-by: Renovate <renovate@git.end-play.xyz>
2024-03-19 23:25:03 +02:00
Profitroll bd43ee15ae
Replaced find_one_and* with proper methods 2024-03-11 21:37:01 +01:00
Profitroll 1d88076285
exp is now exc 2023-08-16 13:27:23 +02:00
Profitroll cd26990b7e
Migrate to async_pymongo 2023-08-14 14:52:02 +02:00
Profitroll fe8b562a7e master (#33)
Reviewed-on: #33
2023-07-06 17:35:12 +03:00
Profitroll bfec702bef
Config cleanup 2023-06-30 11:34:06 +02:00
Profitroll d8245934e2
Fixed wrong db record 2023-06-28 10:45:23 +02:00
Profitroll 10c60ae932
WIP: /language system 2023-06-28 10:37:18 +02:00
Profitroll 6f8b560acc
WIP: New User system 2023-06-28 10:15:45 +02:00
Profitroll 5adb004a2a API usage overhaul (#27)
* `/report` command added
* Updated to libbot 1.5
* Moved to [PhotosAPI_Client](https://git.end-play.xyz/profitroll/PhotosAPI_Client) v0.5.0 from using self-made API client
* Video support (almost stable)
* Bug fixes and improvements

Co-authored-by: profitroll <vozhd.kk@gmail.com>
Reviewed-on: #27
2023-06-28 00:57:30 +03:00
Profitroll 4ec69c2a05 This commit closes #9 2023-03-16 15:03:14 +01:00
Profitroll c670db72fa Added user-friendly CLI 2023-03-12 22:14:03 +01:00
Profitroll 88692ebc85 Now using black for formatting 2023-03-09 11:33:02 +01:00
Profitroll 8bafd0cb35 This commit closes #3 2023-02-19 20:44:00 +01:00
Profitroll 8c478072c6 Fixed reply message not getting quoted 2023-02-17 23:18:19 +01:00
Profitroll b766d0c52c Improved linting and removed unused imports 2023-02-17 22:59:03 +01:00
Profitroll 807e629ae7 Moved cooldowns to PosterUser class 2023-02-17 22:48:37 +01:00
Profitroll bd9917fb17 Replaced user block logic 2023-02-17 21:54:52 +01:00
Profitroll 68c887999e Divided admins and owner 2023-02-17 21:53:43 +01:00
Profitroll 07203a9db9 Changed the way exceptions are handled 2023-02-17 16:45:51 +01:00
Profitroll 0d2e9fa6ec Using PosterClient instead of Client 2023-02-17 16:44:30 +01:00
Profitroll 5b1afe2c9e WIP: API usage as main 2023-02-15 14:06:06 +01:00