Commit graph

140 commits

Author SHA1 Message Date
TheMisterSenpai
54d885294a feat(user): bringing classmethod under the general structure 2022-05-07 10:26:55 +03:00
TheMisterSenpai
b725b96578 feat(webhook): add classmethod 2022-05-07 10:17:34 +03:00
grey-cat-1908
cc5f94f380 exception 2022-04-29 20:47:12 +03:00
grey-cat-1908
e770f4270e feat(client): add allowed_mentions and update docs 2022-04-29 16:01:11 +03:00
grey-cat-1908
11fe27a624 feat(message): add delete_after parameter (send method) 2022-04-29 15:47:38 +03:00
grey-cat-1908
7d43f44391 feat(message): add allowed mentions 2022-04-27 11:47:19 +03:00
grey-cat-1908
4f44d103d4
Merge pull request #6 from MelisaDev/dependabot/pip/pytest-7.1.2
Bump pytest from 7.1.1 to 7.1.2
2022-04-25 21:53:31 +03:00
dependabot[bot]
7638a14ad9
Bump pytest from 7.1.1 to 7.1.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.1...7.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 13:40:58 +00:00
grey-cat-1908
96cbe5ea0e feat(file): Add support for sending file in message 2022-04-22 19:42:18 +03:00
grey-cat-1908
270792f803 fix stupid docs 2022-04-22 09:00:06 +03:00
grey-cat-1908
e96ef5e058 feat(docs): add RESTApp 2022-04-22 08:45:49 +03:00
grey-cat-1908
5b601fae0b feat(client)!: Use rest in client methods 2022-04-22 08:41:47 +03:00
grey-cat-1908
725432162d fix: shard imports 2022-04-22 08:38:45 +03:00
TheMisterSenpai
e539528e71 feat(client): fix import rest 2022-04-21 16:49:28 +03:00
grey-cat-1908
c2f2027d5f reformat: black formation 2022-04-19 17:46:01 +03:00
TheMisterSenpai
f4f80ce354 feat(client): connect RestApp 2022-04-19 17:08:25 +03:00
TheMisterSenpai
3fdce239ef feat(user): fix description 2022-04-18 19:37:01 +03:00
TheMisterSenpai
359ea514c0 BREAKING CHANGE: fix my stupidity 2022-04-18 19:34:33 +03:00
TheMisterSenpai
a8c25264c0 feat(user): add description 2022-04-18 18:12:29 +03:00
TheMisterSenpai
51249168c1 feat(user): added False in some cases 2022-04-18 18:08:12 +03:00
TheMisterSenpai
036d6817f3 BREAKING CHANGE: new user models parsing method 2022-04-16 21:14:48 +03:00
grey-cat-1908
9a25d93786 BREAKING CHANGE: new thread model parsing method 2022-04-16 14:54:34 +03:00
grey-cat-1908
003d6e7bcc fix(models): Fix some models attributes parsing 2022-04-16 14:45:54 +03:00
grey-cat-1908
e8c7b81c7e BREAKING CHANGE: new guild model parsing method 2022-04-16 14:30:34 +03:00
grey-cat-1908
0a3c65654a chore(readme): Add examples and more information about melisa 2022-04-15 23:09:24 +03:00
grey-cat-1908
bdb4ffc074 BREAKING CHANGE: new channels model parsing method 2022-04-15 22:39:55 +03:00
grey-cat-1908
d192833508 Merge branch 'master' of https://github.com/MelisaDev/melisa 2022-04-15 18:39:14 +03:00
grey-cat-1908
fca7a9cf79 feat(utils): models parsing new method, not work properly now 2022-04-15 18:39:02 +03:00
TheMisterSenpai
dc94f8ca0c feat(webhook): add modify 2022-04-15 17:52:33 +03:00
grey-cat-1908
643a231e9b feat(models): Add embed color model and methods 2022-04-15 11:51:36 +03:00
grey-cat-1908
d998a0408d other methods connected with embed field 2022-04-14 11:59:26 +03:00
grey-cat-1908
c783acd340 hide typehints and embed add_field method 2022-04-13 21:23:20 +03:00
TheMisterSenpai
aba0aebccd edit create_webhook 2022-04-13 17:00:20 +03:00
TheMisterSenpai
9a89817b37 migrate create webhook to channel 2022-04-13 16:54:09 +03:00
TheMisterSenpai
e4373467b6 add delete webhook and edit description create 2022-04-12 16:30:14 +03:00
grey-cat-1908
cefbf9e7f7 embed, but without fields yet and some other changes 2022-04-12 11:13:23 +03:00
grey-cat-1908
1ca2b593e4
Update client.rst 2022-04-11 16:47:31 +03:00
TheMisterSenpai
60b1c52ded fix client docs 2022-04-11 16:42:42 +03:00
grey-cat-1908
b78b051966 fix docstrings 2022-04-11 15:00:38 +03:00
grey-cat-1908
9bfddd3e07 some docs updates 2022-04-11 14:57:27 +03:00
grey-cat-1908
c9aead9ac2 wait_for method 2022-04-11 14:26:49 +03:00
grey-cat-1908
8c7f4a8aec message send method 2022-04-10 17:35:29 +03:00
grey-cat-1908
3e82c4f78d add error handler 2022-04-10 16:31:53 +03:00
grey-cat-1908
bd3c67d107 melisa requires python version >= 3.9 2022-04-10 10:26:45 +03:00
grey-cat-1908
efbfa4c6af some also fixes 2022-04-10 10:15:29 +03:00
grey-cat-1908
017ad57190 asyncio debug and format current code 2022-04-10 10:13:56 +03:00
TheMisterSenpai
15da6ac9d2 create webhook method 2022-04-09 20:30:15 +03:00
TheMisterSenpai
0f6f2dc9c1 new method webhook 2022-04-09 19:54:52 +03:00
grey-cat-1908
22bce7366b
fix pin and unpin method docstrings 2022-04-09 11:04:54 +03:00
ths_dev
29512bbec8
fix description pin and unpin 2022-04-09 10:59:52 +03:00