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

feat: interactions #5448

Merged
merged 94 commits into from May 7, 2021
Merged

feat: interactions #5448

merged 94 commits into from May 7, 2021

Commits on Mar 30, 2021

  1. feat: interactions

    vaporoxx committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    6481028 View commit details
    Browse the repository at this point in the history
  2. chore: rewording

    vaporoxx committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    c58e5be View commit details
    Browse the repository at this point in the history
  3. fix: correct type

    vaporoxx committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    bb3105c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    25f76e9 View commit details
    Browse the repository at this point in the history
  2. fix: add missing await

    vaporoxx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    06e1e46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5cb998 View commit details
    Browse the repository at this point in the history
  4. fix: static methods

    vaporoxx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    9c250a0 View commit details
    Browse the repository at this point in the history
  5. fix: fix: static methods

    vaporoxx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    b1ed7e7 View commit details
    Browse the repository at this point in the history
  6. refactor: use reduce on the returned array

    Co-authored-by: izexi <43889168+izexi@users.noreply.github.com>
    vaporoxx and izexi committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    3985659 View commit details
    Browse the repository at this point in the history
  7. refactor: use flag property

    Co-authored-by: izexi <43889168+izexi@users.noreply.github.com>
    vaporoxx and izexi committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    12566f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7007bdc View commit details
    Browse the repository at this point in the history
  9. docs: some fixes

    vaporoxx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    e4355e2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d5a94b3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    050e41c View commit details
    Browse the repository at this point in the history
  12. feat: new message type

    vaporoxx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    47cf6e0 View commit details
    Browse the repository at this point in the history
  13. fix: damn

    vaporoxx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    56ba478 View commit details
    Browse the repository at this point in the history
  14. fix: damn #2

    vaporoxx committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    938e2f0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eabd028 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3d35543 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    dfbfe5d View commit details
    Browse the repository at this point in the history
  2. fix: merge fucked up order

    vaporoxx committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    36d3441 View commit details
    Browse the repository at this point in the history
  3. refactor: shorten manager getter

    Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
    vaporoxx and NotSugden committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    df68348 View commit details
    Browse the repository at this point in the history
  4. fix: use enum and not enum values as type

    Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
    vaporoxx and NotSugden committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    e1db18b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    520816d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. feat: more message types!

    vaporoxx committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    55e25d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77416df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22d9ce5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6e2fb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74ece3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68bb5ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6d8558 View commit details
    Browse the repository at this point in the history
  8. fix: LOADING is a message flag, part 1

    Co-authored-by: Advaith <advaithj1@gmail.com>
    vaporoxx and advaith1 committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    ff5a22e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a3344e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a55505d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. feat: allow sending files

    vaporoxx committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    c580d8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e9f5ff View commit details
    Browse the repository at this point in the history
  3. feat: replied property

    vaporoxx committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    e953dd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c50c0cb View commit details
    Browse the repository at this point in the history
  5. style: oops

    vaporoxx committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    ad53b3c View commit details
    Browse the repository at this point in the history
  6. refactor: don't use string literal

    Co-authored-by: Shiaupiau <stu43005@gmail.com>
    vaporoxx and stu43005 committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    fdc1128 View commit details
    Browse the repository at this point in the history
  7. docs: add missing @returns tag

    vaporoxx committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    5a8c9ad View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. feat: fetchReply

    vaporoxx committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    5e1bb97 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. fix: stuff

    vaporoxx committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    b011586 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    06b4fa6 View commit details
    Browse the repository at this point in the history
  2. fix: sort methods correctly

    vaporoxx committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    23d6f9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2217d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. chore: apply suggestions from code review

    Co-authored-by: monbrey <rsm999@uowmail.edu.au>
    Co-authored-by: Advaith <advaithj1@gmail.com>
    3 people committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    dd8c145 View commit details
    Browse the repository at this point in the history
  2. fix: lint

    vaporoxx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    45f40f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c7f2c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60029f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f930f05 View commit details
    Browse the repository at this point in the history
  6. feat: allow types as numbers

    vaporoxx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    d19d70f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf98736 View commit details
    Browse the repository at this point in the history
  8. docs: fix grammar

    Co-authored-by: Tiemen <ThaTiemsz@users.noreply.github.com>
    vaporoxx and ThaTiemsz committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    6a1e2d2 View commit details
    Browse the repository at this point in the history
  9. refactor: use enum

    vaporoxx committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    2c08679 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    1179daf View commit details
    Browse the repository at this point in the history
  2. refactor: use new endpoint

    vaporoxx committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    0811df1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5ed978 View commit details
    Browse the repository at this point in the history
  4. fix: add missing typings

    vaporoxx committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    24fc783 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    cc2dbf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    356b53d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Configuration menu
    Copy the full SHA
    ad99a05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    132e1c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef08cc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. fix: import Error class

    vaporoxx committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    cd3572d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    6448b21 View commit details
    Browse the repository at this point in the history
  2. docs: add more links

    vaporoxx committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    ddf31f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c420e5d View commit details
    Browse the repository at this point in the history
  4. fix: data isn't iterable

    vaporoxx committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    3965843 View commit details
    Browse the repository at this point in the history
  5. feat: add missing fields

    vaporoxx committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    b8d649a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    da08846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3169cfe View commit details
    Browse the repository at this point in the history
  3. docs: add references to webhook methods

    Co-authored by: izexi
    vaporoxx committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    c10be41 View commit details
    Browse the repository at this point in the history
  4. chore: rewording

    Co-authored-by: Carter <carter@elhnet.net>
    vaporoxx and Fyko committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    5ef3e93 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. docs: fix @see tags

    vaporoxx committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    c5cb86c View commit details
    Browse the repository at this point in the history
  2. docs: add examples

    vaporoxx committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    de1a6a2 View commit details
    Browse the repository at this point in the history
  3. types: better overloads

    vaporoxx committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    e939f5c View commit details
    Browse the repository at this point in the history
  4. style: remove trailing space

    vaporoxx committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    46a325a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    35a1cb9 View commit details
    Browse the repository at this point in the history
  2. fix: use data interface

    vaporoxx committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    6450348 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99ff03e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7070dc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a38043c View commit details
    Browse the repository at this point in the history
  6. feat: add MessageInteraction

    vaporoxx committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    9955597 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d523d5f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Configuration menu
    Copy the full SHA
    572c4af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69dfce3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. chore: use better types

    vaporoxx committed May 3, 2021
    Configuration menu
    Copy the full SHA
    9e3b213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab114f7 View commit details
    Browse the repository at this point in the history
  3. fix: dont use object spread

    vaporoxx committed May 3, 2021
    Configuration menu
    Copy the full SHA
    76ae544 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80d8a38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0655892 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    4e99dab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c0749e View commit details
    Browse the repository at this point in the history