Commit graph

38 commits

Author SHA1 Message Date
grey-cat-1908
2ec9bd4ccf add fetch_guild method 2022-03-20 17:07:06 +03:00
grey-cat-1908
49d2a5f899 some things with guild model and events 2022-03-20 17:04:12 +03:00
grey-cat-1908
b8faa2df8a refactor and add tests of guild converting 2022-03-20 16:41:11 +03:00
TheMisterSenpai
8f39ee9948 initial structure guild 2022-03-20 15:10:44 +03:00
grey-cat-1908
36815ace6c
Merge pull request #1 from MelisaDev/dependabot/pip/pytest-7.1.1
Bump pytest from 6.2.5 to 7.1.1
2022-03-18 17:22:10 +03:00
dependabot[bot]
ff63876755
Bump pytest from 6.2.5 to 7.1.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.1.1.
- [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/6.2.5...7.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-18 14:14:44 +00:00
grey-cat-1908
16c5daec94
Merge pull request #2 from MelisaDev/dependabot/pip/flake8-4.0.1
Bump flake8 from 4.0.0 to 4.0.1
2022-03-18 17:14:08 +03:00
dependabot[bot]
d7c2881e97
Bump flake8 from 4.0.0 to 4.0.1
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/4.0.0...4.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-18 13:52:16 +00:00
grey-cat-1908
b99035f665 add license 2022-03-18 15:03:36 +03:00
grey-cat-1908
d53b349e95 some requirements and tests 2022-03-18 14:57:47 +03:00
grey-cat-1908
9036393198 types 2022-03-18 14:31:34 +03:00
grey-cat-1908
af68f00a82 just create channel.py 2022-03-18 12:19:10 +03:00
grey-cat-1908
80bc0ff780 rename shard_ready method 2022-03-18 12:16:16 +03:00
grey-cat-1908
3da683ebde create_dm_channel method 2022-03-18 12:13:46 +03:00
grey-cat-1908
59d5b51b0c to_dict method to the APIModelBase 2022-03-18 11:59:23 +03:00
grey-cat-1908
a5ebb9a972 docs, update docstrings, fix recursion 2022-03-17 21:32:43 +03:00
grey-cat-1908
345a728973
Create dependabot.yml 2022-03-17 14:45:02 +03:00
grey-cat-1908
6723407f9a maybe it should fix zlib.error: Error -3 while decompressing data: invalid stored block lengths 2022-03-17 14:39:41 +03:00
grey-cat-1908
7100a3c6cb
Create codeql-analysis.yml 2022-03-17 14:34:17 +03:00
grey-cat-1908
67bf369e79 add requirements 2022-03-17 14:01:46 +03:00
grey-cat-1908
c85783026c rewrite gateway 2022-03-17 13:58:58 +03:00
grey-cat-1908
4bbaff8d57 so, after senpai commits, i decided to use APINullable; Added caching bot-user in ready listener; Added fetch_user method 2022-03-15 21:11:16 +03:00
TheMisterSenpai
03b67640a3 opps 2022-03-14 17:41:10 +03:00
TheMisterSenpai
f8fb32df94 edit 2022-03-13 14:15:40 +03:00
TheMisterSenpai
62801cc8ac add structure user 2022-03-13 14:14:50 +03:00
grey-cat-1908
5b06b80046 something with http exceptions 2022-03-13 10:42:51 +03:00
TheMisterSenpai
c3a2fa1ef2 adding pep8 from error :D 2022-03-12 18:06:25 +03:00
TheMisterSenpai
0a4a8559f6 add error 2022-03-12 17:53:05 +03:00
grey-cat-1908
2a6f1067d7 some docstrings and shard latency property 2022-03-12 16:30:04 +03:00
grey-cat-1908
0499235fac shard disconnect, reconnect 2022-03-12 16:26:38 +03:00
grey-cat-1908
81f0c56079 http DELETE request method 2022-03-12 11:24:45 +03:00
grey-cat-1908
edc8343d98 add APIObjectBase to presences 2022-03-12 11:16:55 +03:00
grey-cat-1908
897154cdc8 run shards, run autosharded methods 2022-03-12 11:15:08 +03:00
grey-cat-1908
b1fa3626f9 http POST method 2022-03-11 21:22:09 +03:00
grey-cat-1908
8ff4983d83 add an http client, add support for get requests 2022-03-11 21:14:08 +03:00
grey-cat-1908
89c1f8ccff fix readme.md 2022-03-11 20:38:04 +03:00
grey-cat-1908
5c439f3e31 fix readme.md 2022-03-11 20:37:40 +03:00
grey-cat-1908
d3472d6c82 initial commit 2022-03-11 20:36:01 +03:00