Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pycord v3 Rewrite #194

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

Pycord v3 Rewrite #194

wants to merge 11 commits into from

Commits on Sep 1, 2023

  1. refactor!: rewrite of v3

    This is a mostly full rewrite of v3 aiming for fully MyPy compatibility and the ability to hopefully compile with `mypyc`.
    VincentRPS committed Sep 1, 2023
    1 Configuration menu
    Copy the full SHA
    de1ac94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17fb718 View commit details
    Browse the repository at this point in the history
  3. docs: update rewrite overview

    This design is not final! But, it is a nice design we are actively developing towards.
    VincentRPS committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0b851d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    71a7cf1 View commit details
    Browse the repository at this point in the history
  2. feat: working gateway

    VincentRPS committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    70d970f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    9e221d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. add some models i guess

    plun1331 committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    7db84d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. feat: pycord.ext.tasks

    Tasks! Tasks! and Tasks!
    
    This is basically a full reimplementation to replace the old v2 ext.tasks, built from scratch. Why? Because I was very bored.
    VincentRPS committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    33ce423 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. feat: routes

    plun1331 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    7cf6a6c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. stuff

    plun1331 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e877e3b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. methods n stuff

    plun1331 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    5d69759 View commit details
    Browse the repository at this point in the history