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

docs: add modals to the quickstart #503

Merged
merged 54 commits into from Feb 13, 2022
Merged

docs: add modals to the quickstart #503

merged 54 commits into from Feb 13, 2022

Commits on Jan 25, 2022

  1. Copy the full SHA
    3ac55f4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ebc01e3 View commit details
    Browse the repository at this point in the history
  3. refactored methods in

    - channel.py
    - channel.pyi
    EdVraz committed Jan 25, 2022
    Copy the full SHA
    db23c34 View commit details
    Browse the repository at this point in the history
  4. refactored methods in

    - guild.py
    - guild.pyi
    EdVraz committed Jan 25, 2022
    Copy the full SHA
    65faf42 View commit details
    Browse the repository at this point in the history
  5. refactored methods in

    - member.py
    - member.pyi
    EdVraz committed Jan 25, 2022
    Copy the full SHA
    e1a6e36 View commit details
    Browse the repository at this point in the history
  6. refactored methods in

    - message.py
    - message.pyi
    EdVraz committed Jan 25, 2022
    Copy the full SHA
    f49c77d View commit details
    Browse the repository at this point in the history
  7. refactored methods in

    - role.py
    - role.pyi
    EdVraz committed Jan 25, 2022
    Copy the full SHA
    0f8025c View commit details
    Browse the repository at this point in the history
  8. new helper methods:

    - channel.purge
    EdVraz committed Jan 25, 2022
    Copy the full SHA
    c852e8a View commit details
    Browse the repository at this point in the history
  9. change purge values to MISSING

    EdVraz committed Jan 25, 2022
    Copy the full SHA
    5f4588a View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    028e702 View commit details
    Browse the repository at this point in the history
  11. new helper methods:

    - context.get_channel()
    - context.get_guild()
    - channel.get_message()
    EdVraz committed Jan 25, 2022
    Copy the full SHA
    34a08b4 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    45fa6b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. new helper methods:

    - create_thread
    EdVraz committed Jan 26, 2022
    Copy the full SHA
    b8b2529 View commit details
    Browse the repository at this point in the history
  2. new helper methods:

    - create_thread
    EdVraz committed Jan 26, 2022
    Copy the full SHA
    bc319a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Some work

    EdVraz committed Jan 28, 2022
    Copy the full SHA
    1905772 View commit details
    Browse the repository at this point in the history
  2. new method:

    Message.get_from_url()
    EdVraz committed Jan 28, 2022
    Copy the full SHA
    82d5746 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. refactor

    EdVraz committed Jan 29, 2022
    Copy the full SHA
    9f5b326 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8f58d1b View commit details
    Browse the repository at this point in the history
  3. added pytz to requirements.txt

    ran pre-commit to lint changes after correcting the merge-conflict
    EdVraz committed Jan 29, 2022
    Copy the full SHA
    37ab6ee View commit details
    Browse the repository at this point in the history
  4. Update message.py

    Remove leftover testing line
    EdVraz committed Jan 29, 2022
    Copy the full SHA
    3153c53 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Copy the full SHA
    a86e950 View commit details
    Browse the repository at this point in the history
  2. Update client.py

    EdVraz committed Jan 31, 2022
    Copy the full SHA
    a4a7944 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. remove pytz from requirements

    EdVraz committed Feb 2, 2022
    Copy the full SHA
    360b203 View commit details
    Browse the repository at this point in the history
  2. add returns

    EdVraz committed Feb 2, 2022
    Copy the full SHA
    46de72b View commit details
    Browse the repository at this point in the history
  3. new docs

    EdVraz committed Feb 2, 2022
    Copy the full SHA
    0f175a6 View commit details
    Browse the repository at this point in the history
  4. docs: update faq.rst

    EdVraz committed Feb 2, 2022
    Copy the full SHA
    fbef804 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    49ee638 View commit details
    Browse the repository at this point in the history
  6. docs: inviting the bot to a guild

    updated pre-commmit config to kill the images
    EdVraz committed Feb 2, 2022
    Copy the full SHA
    06ac727 View commit details
    Browse the repository at this point in the history
  7. docs

    EdVraz committed Feb 2, 2022
    Copy the full SHA
    287f950 View commit details
    Browse the repository at this point in the history
  8. docs: starting the bot

    EdVraz committed Feb 2, 2022
    Copy the full SHA
    9759bc8 View commit details
    Browse the repository at this point in the history
  9. docs: first command

    EdVraz committed Feb 2, 2022
    Copy the full SHA
    d7e2a3b View commit details
    Browse the repository at this point in the history
  10. docs: fix typo

    EdVraz committed Feb 2, 2022
    Copy the full SHA
    99fbb86 View commit details
    Browse the repository at this point in the history
  11. docs: Options

    EdVraz committed Feb 2, 2022
    Copy the full SHA
    514507b View commit details
    Browse the repository at this point in the history
  12. docs: some editing

    EdVraz committed Feb 2, 2022
    Copy the full SHA
    86ca74c View commit details
    Browse the repository at this point in the history
  13. docs: subcommands

    EdVraz committed Feb 2, 2022
    Copy the full SHA
    4075f15 View commit details
    Browse the repository at this point in the history
  14. docs: fixed typo

    EdVraz committed Feb 2, 2022
    Copy the full SHA
    942a2c9 View commit details
    Browse the repository at this point in the history
  15. docs:

    EdVraz committed Feb 2, 2022
    Copy the full SHA
    d4e4edf View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Copy the full SHA
    2387438 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a6778bc View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Copy the full SHA
    576e632 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. some work

    EdVraz committed Feb 9, 2022
    Copy the full SHA
    e623b03 View commit details
    Browse the repository at this point in the history
  2. docs: format admonition

    i0bs committed Feb 9, 2022
    Copy the full SHA
    9925bf1 View commit details
    Browse the repository at this point in the history
  3. docs: format admonition

    i0bs committed Feb 9, 2022
    Copy the full SHA
    ca03038 View commit details
    Browse the repository at this point in the history
  4. docs: format admonition

    i0bs committed Feb 9, 2022
    Copy the full SHA
    f2b8bcb View commit details
    Browse the repository at this point in the history
  5. Update docs/quickstart.rst

    Co-authored-by: fl0w <41456914+goverfl0w@users.noreply.github.com>
    EdVraz and i0bs committed Feb 9, 2022
    Copy the full SHA
    635816d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0c3807e View commit details
    Browse the repository at this point in the history
  7. docs: format admonition

    i0bs committed Feb 9, 2022
    Copy the full SHA
    19a4aa9 View commit details
    Browse the repository at this point in the history
  8. Update docs/quickstart.rst

    Co-authored-by: fl0w <41456914+goverfl0w@users.noreply.github.com>
    EdVraz and i0bs committed Feb 9, 2022
    Copy the full SHA
    516e184 View commit details
    Browse the repository at this point in the history
  9. Update docs/quickstart.rst

    Co-authored-by: fl0w <41456914+goverfl0w@users.noreply.github.com>
    EdVraz and i0bs committed Feb 9, 2022
    Copy the full SHA
    a842152 View commit details
    Browse the repository at this point in the history
  10. docs: write stuff

    EdVraz committed Feb 9, 2022
    Copy the full SHA
    7d945c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. docs: write stuff

    EdVraz committed Feb 10, 2022
    Copy the full SHA
    520dd49 View commit details
    Browse the repository at this point in the history
  2. docs

    EdVraz committed Feb 10, 2022
    Copy the full SHA
    41af9de View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fbd74f2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ed73acb View commit details
    Browse the repository at this point in the history