Commit graph

249 commits

Author SHA1 Message Date
ths_dev
66d79f2819
Merge pull request #13 from MadCat9958/master
Add pip command for installing melisa
2022-10-13 17:30:19 +03:00
ths_dev
fb0c094e6d
Merge pull request #25 from MelisaDev/dependabot/pip/orjson-3.8.0
chore(deps): bump orjson from 3.7.11 to 3.8.0
2022-10-13 17:29:25 +03:00
ths_dev
501e76514e
Merge pull request #28 from MelisaDev/dependabot/pip/black-22.10.0
chore(deps-dev): bump black from 22.6.0 to 22.10.0
2022-10-13 17:28:28 +03:00
dependabot[bot]
7dfcf3e16a
chore(deps-dev): bump black from 22.6.0 to 22.10.0
Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.10.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.6.0...22.10.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-07 13:34:50 +00:00
dependabot[bot]
34c8ca3e31
chore(deps): bump orjson from 3.7.11 to 3.8.0
Bumps [orjson](https://github.com/ijl/orjson) from 3.7.11 to 3.8.0.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.7.11...3.8.0)

---
updated-dependencies:
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-29 13:45:45 +00:00
Victor Kotlin
c96c8c618a feat(RestAPI): some changes in message sending 2022-08-02 21:15:43 +03:00
Victor Kotlin
2822a32a90 feat(interactions): delete_original_message() method 2022-08-02 18:30:10 +03:00
Victor Kotlin
9365b18ea2 feat(interactions): fetch_original_message() method 2022-08-02 18:26:48 +03:00
grey-cat-1908
4012a047cb
Merge pull request #22 from MelisaDev/dependabot/pip/flake8-5.0.3
chore(deps-dev): bump flake8 from 5.0.2 to 5.0.3
2022-08-02 17:33:08 +03:00
Victor Kotlin
544c3ea2c4 feat(interactions): defer() method 2022-08-02 17:32:30 +03:00
dependabot[bot]
f08491c926
chore(deps-dev): bump flake8 from 5.0.2 to 5.0.3
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/5.0.2...5.0.3)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 13:50:30 +00:00
Victor Kotlin
1c6f96e50d feat(interactions): add send_message() method to Interaction model 2022-08-01 22:01:06 +03:00
grey-cat-1908
9ddd182a23
Merge pull request #20 from MelisaDev/dependabot/pip/orjson-3.7.11
chore(deps): bump orjson from 3.7.8 to 3.7.11
2022-08-01 21:21:39 +03:00
grey-cat-1908
abe4355260
Merge pull request #21 from MelisaDev/dependabot/pip/flake8-5.0.2
chore(deps-dev): bump flake8 from 4.0.1 to 5.0.2
2022-08-01 21:21:25 +03:00
Victor Kotlin
e6b4ffca6c feat(interactions): add respond() method 2022-08-01 21:20:38 +03:00
dependabot[bot]
813a9eec7e
chore(deps-dev): bump flake8 from 4.0.1 to 5.0.2
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.2.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.2)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 13:47:52 +00:00
dependabot[bot]
07d564ede5
chore(deps): bump orjson from 3.7.8 to 3.7.11
Bumps [orjson](https://github.com/ijl/orjson) from 3.7.8 to 3.7.11.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.7.8...3.7.11)

---
updated-dependencies:
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 13:47:46 +00:00
Victor Kotlin
240025351d feat(interactions): InteractionResponse Model 2022-08-01 11:48:02 +03:00
Victor Kotlin
7344d96d87 feat(interactions): InteractionCallbackType 2022-08-01 11:42:54 +03:00
Victor Kotlin
a1b9b7ba0a feat(listeners): on_interaction_create listener 2022-08-01 11:38:28 +03:00
Victor Kotlin
c3a4752a8c feat(interactions): Interaction Model 2022-08-01 11:28:11 +03:00
Victor Kotlin
dc22ad5a41 feat(interactions): ApplicationCommandData 2022-07-31 20:50:13 +03:00
Victor Kotlin
2b5df990b0 feat(interactions): ResolvedData 2022-07-31 20:36:27 +03:00
grey-cat-1908
9bfb71f6e9 Merge branch 'master' of https://github.com/MelisaDev/melisa 2022-07-30 19:16:05 +03:00
grey-cat-1908
65663e0eb9 feat(rest): bulk overwrite global application commands method 2022-07-30 19:15:49 +03:00
grey-cat-1908
b6bf4dc1a8 feat(interactions): Options localization 2022-07-30 18:57:50 +03:00
grey-cat-1908
7de8b9f12b
Merge pull request #19 from MelisaDev/dependabot/pip/orjson-3.7.8
chore(deps): bump orjson from 3.7.5 to 3.7.8
2022-07-30 15:50:14 +03:00
grey-cat-1908
9b1d710bce feat(interactions): slashcommands base 2022-07-30 15:49:46 +03:00
dependabot[bot]
d5febfb71e
chore(deps): bump orjson from 3.7.5 to 3.7.8
Bumps [orjson](https://github.com/ijl/orjson) from 3.7.5 to 3.7.8.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.7.5...3.7.8)

---
updated-dependencies:
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 13:43:24 +00:00
grey-cat-1908
b4128f8c80
Merge pull request #15 from MelisaDev/dependabot/pip/orjson-3.7.5
chore(deps): bump orjson from 3.7.3 to 3.7.5
2022-06-30 22:31:17 +03:00
dependabot[bot]
34cf5eb841
chore(deps): bump orjson from 3.7.3 to 3.7.5
Bumps [orjson](https://github.com/ijl/orjson) from 3.7.3 to 3.7.5.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.7.3...3.7.5)

---
updated-dependencies:
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-30 19:31:06 +00:00
grey-cat-1908
c2f6810337
Merge pull request #16 from MelisaDev/dependabot/pip/black-22.6.0
chore(deps-dev): bump black from 22.3.0 to 22.6.0
2022-06-30 22:30:53 +03:00
grey-cat-1908
db4de62b4c fix: something with emojis ya 2022-06-30 22:29:10 +03:00
ths_dev
17c16279b1 feat(guild): support emojis 2022-06-30 21:48:40 +03:00
dependabot[bot]
235d6208e1
chore(deps-dev): bump black from 22.3.0 to 22.6.0
Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.3.0...22.6.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-28 13:44:06 +00:00
ths_dev
45373e1f99
🥰 2022-06-27 22:59:26 +03:00
ths_dev
e1da3ee781 feat(guild): add list and get emoji 2022-06-27 22:43:02 +03:00
grey-cat-1908
092d262f61
Merge pull request #14 from MelisaDev/dependabot/pip/orjson-3.7.3
chore(deps): bump orjson from 3.7.2 to 3.7.3
2022-06-23 19:10:12 +03:00
dependabot[bot]
f695954622
chore(deps): bump orjson from 3.7.2 to 3.7.3
Bumps [orjson](https://github.com/ijl/orjson) from 3.7.2 to 3.7.3.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.7.2...3.7.3)

---
updated-dependencies:
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 15:36:44 +00:00
Mad Cat
2c707df4f8
Add README formatting 2022-06-15 17:20:39 +03:00
Mad Cat
d6e840e961
Add comments for install methods in README 2022-06-15 17:09:49 +03:00
Mad Cat
3800c269b3
Add pip command for installing melisa 2022-06-15 17:02:31 +03:00
grey-cat-1908
91964d02f3
Update FUNDING.yml 2022-06-14 17:35:37 +03:00
Victor Kotlin
998503996a fix: docstrings 2022-06-14 16:54:27 +03:00
Victor Kotlin
db414729ce feat(RESTApp): add delete_global_application_command() method 2022-06-14 16:46:57 +03:00
Victor Kotlin
e3ea442bc8 feat(RESTApp): add edit_global_application_command() method 2022-06-14 16:44:32 +03:00
Victor Kotlin
3eeefb5beb feat(RESTApp): add get_global_application_command() method 2022-06-14 16:35:55 +03:00
Victor Kotlin
eb6a198cab feat(RESTApp): add get_global_application_commands() method 2022-06-14 16:16:47 +03:00
Victor Kotlin
06d4853a38 feat(RESTApi): add create_global_application_command() 2022-06-13 20:02:22 +03:00
Victor Kotlin
53acd07401 fix: guild created_at 2022-06-12 22:11:12 +03:00