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 |
|
grey-cat-1908
|
1857a2eefd
|
Merge pull request #9 from MelisaDev/dependabot/pip/orjson-3.6.9
chore(deps): bump orjson from 3.6.8 to 3.6.9
|
2022-06-02 17:05:16 +03:00 |
|
dependabot[bot]
|
958145591d
|
chore(deps): bump orjson from 3.6.8 to 3.6.9
Bumps [orjson](https://github.com/ijl/orjson) from 3.6.8 to 3.6.9.
- [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.8...3.6.9)
---
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-02 13:30:17 +00:00 |
|
TheMisterSenpai
|
8a418803f4
|
feat(guild): adding and removing role from user
|
2022-06-01 18:14:53 +03:00 |
|
grey-cat-1908
|
191b68b4f1
|
feat(GuildMember): add avatar_url() method
|
2022-05-31 20:15:51 +03:00 |
|
grey-cat-1908
|
0c1be11e95
|
feat(CDNBuilder): add guild_member_avatar_url() method
|
2022-05-31 20:13:51 +03:00 |
|
grey-cat-1908
|
4b1aff2dba
|
add some tests for CDNBuilder
|
2022-05-31 18:57:03 +03:00 |
|
grey-cat-1908
|
e9fc02cf91
|
feat(CDNBuilder): add [default_avatar_url(), guild_icon_url()] methods
|
2022-05-31 18:45:32 +03:00 |
|
grey-cat-1908
|
06ec5d8ca4
|
feat(rest): add CDNBuilder
|
2022-05-31 11:39:44 +03:00 |
|
grey-cat-1908
|
433a647168
|
feat(Guild): add Role
|
2022-05-31 11:12:15 +03:00 |
|
grey-cat-1908
|
17df39d574
|
BREAKING CHANGE: cache.
|
2022-05-29 13:39:56 +03:00 |
|
grey-cat-1908
|
f17402856c
|
fix classifiers?
|
2022-05-28 17:47:01 +03:00 |
|
grey-cat-1908
|
722b76dee9
|
setup.py
|
2022-05-28 17:45:08 +03:00 |
|
grey-cat-1908
|
31e7462cf2
|
Merge pull request #7 from jungledev1/master
Setup function
|
2022-05-28 17:32:08 +03:00 |
|
grey-cat-1908
|
131e94b6bf
|
.
|
2022-05-28 17:31:10 +03:00 |
|
grey-cat-1908
|
61046cdc8a
|
Merge branch 'master' of https://github.com/MelisaDev/melisa
|
2022-05-28 17:30:22 +03:00 |
|
grey-cat-1908
|
64e7b7740e
|
feat(Guild): add unban() method
|
2022-05-28 17:29:51 +03:00 |
|
grey-cat-1908
|
a229593d8e
|
feat(GuildMember): add [add_role(), remove_role()] methods
|
2022-05-28 17:03:14 +03:00 |
|
grey-cat-1908
|
835e4b644e
|
Update README.md
|
2022-05-28 13:53:38 +03:00 |
|
ths_dev
|
cafde2f620
|
Create speed-requirements.txt
|
2022-05-28 13:31:24 +03:00 |
|
ths_dev
|
c5a1a865ca
|
Update README.md
|
2022-05-28 13:27:37 +03:00 |
|
ths_dev
|
ffa1e1e105
|
feat(setup): update setup
|
2022-05-28 13:22:00 +03:00 |
|
grey-cat-1908
|
677f7de3e3
|
feat(GuildMember): add ban() method
|
2022-05-28 12:37:51 +03:00 |
|
grey-cat-1908
|
801195e892
|
feat(http): fix X-Audit-Log-Reason
|
2022-05-28 12:27:48 +03:00 |
|
grey-cat-1908
|
702f7d3129
|
feat(GuildMember): new kick() method
|
2022-05-28 12:19:18 +03:00 |
|
grey-cat-1908
|
b70bb6082c
|
Merge pull request #8 from arslee07/patch-1
typo
|
2022-05-27 13:27:38 +03:00 |
|
arslee
|
b648ea8008
|
update readme
|
2022-05-27 19:23:19 +09:00 |
|
grey-cat-1908
|
096efba914
|
feat(GuildMember): new timeout() method
|
2022-05-27 10:17:55 +03:00 |
|
grey-cat-1908
|
ab9a1c03ee
|
feat(rest): modify_guild_member method
|
2022-05-26 21:36:56 +03:00 |
|
grey-cat-1908
|
53fee10d8c
|
fix imports to fix docs
|
2022-05-25 10:19:08 +03:00 |
|
grey-cat-1908
|
95c618bbe1
|
feat(docs): docs for cache and member
|
2022-05-25 10:14:26 +03:00 |
|
grey-cat-1908
|
10e0bd1830
|
formated with black formatter
|
2022-05-25 10:03:49 +03:00 |
|
grey-cat-1908
|
1fb0615b99
|
uhm, something with types and members i dont remember
|
2022-05-25 10:02:34 +03:00 |
|