Commit graph

236 commits

Author SHA1 Message Date
Victor Kotlin
544c3ea2c4 feat(interactions): defer() method 2022-08-02 17:32:30 +03: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
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
grey-cat-1908
73496d0a1e . 2022-06-10 20:44:13 +03:00
grey-cat-1908
58cf69fbf2 feat(interactions): add ApplicationCommand 2022-06-10 20:27:19 +03:00
grey-cat-1908
bf6c9181ed feat(interactions): add ApplicationCommandOption 2022-06-10 16:59:24 +03:00
grey-cat-1908
3ed9362495
Merge pull request #12 from MelisaDev/dependabot/pip/orjson-3.7.2
chore(deps): bump orjson from 3.7.1 to 3.7.2
2022-06-09 11:59:21 +03:00
dependabot[bot]
60e9c6b25c
chore(deps): bump orjson from 3.7.1 to 3.7.2
Bumps [orjson](https://github.com/ijl/orjson) from 3.7.1 to 3.7.2.
- [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.1...3.7.2)

---
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-08 13:40:40 +00:00
grey-cat-1908
d789506361
Merge pull request #11 from MelisaDev/dependabot/pip/orjson-3.7.1
chore(deps): bump orjson from 3.7.0 to 3.7.1
2022-06-07 16:54:31 +03:00
dependabot[bot]
2d965ccebf
chore(deps): bump orjson from 3.7.0 to 3.7.1
Bumps [orjson](https://github.com/ijl/orjson) from 3.7.0 to 3.7.1.
- [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.0...3.7.1)

---
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-07 13:42:45 +00:00
grey-cat-1908
dc3aea77db feat(interactions): ApplicationCommandInteractionDataOption 2022-06-06 12:51:50 +03:00
grey-cat-1908
e25f095c5b feat(interactions): add [ApplicationCommandOptionChoice, ApplicationCommandOptionTypes] 2022-06-05 21:22:10 +03:00
grey-cat-1908
7830dd6165 feat(interactions): add ApplicationCommandTypes enum 2022-06-05 21:01:53 +03:00
grey-cat-1908
2185d0577f
Merge pull request #10 from MelisaDev/dependabot/pip/orjson-3.7.0
chore(deps): bump orjson from 3.6.9 to 3.7.0
2022-06-04 14:14:02 +03:00
dependabot[bot]
b541febfbc
chore(deps): bump orjson from 3.6.9 to 3.7.0
Bumps [orjson](https://github.com/ijl/orjson) from 3.6.9 to 3.7.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.6.9...3.7.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-06-03 13:32:46 +00:00
grey-cat-1908
2d179ff11a remove senpais code 2022-06-03 15:57:22 +03:00