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: update monetization #2438

Merged
merged 52 commits into from
Jun 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
10dddf5
Update enums.py
plun1331 Apr 26, 2024
52ee538
Update enums.rst
plun1331 Apr 26, 2024
ae35166
Update enums.py
plun1331 Apr 26, 2024
0503f40
Update enums.rst
plun1331 Apr 26, 2024
e2ecb7a
Update http.py
plun1331 Apr 26, 2024
05740a0
Update monetization.py
plun1331 Apr 26, 2024
7de9c5b
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 26, 2024
cb2051f
Update CHANGELOG.md
plun1331 Apr 26, 2024
1d6151f
Update CHANGELOG.md
plun1331 Apr 26, 2024
1ebcbf1
Merge branch 'master' into upd-monetization
plun1331 Apr 26, 2024
6d3a736
Merge branch 'master' into upd-monetization
plun1331 Apr 26, 2024
ab80811
Update http.py
plun1331 Apr 26, 2024
ea727a2
Update monetization.py
plun1331 Apr 26, 2024
b258a10
Update iterators.py
plun1331 Apr 26, 2024
6662f33
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 26, 2024
e0b1bad
Update client.py
plun1331 Apr 26, 2024
4a94647
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 26, 2024
f68e4ad
Update iterators.py
plun1331 Apr 26, 2024
1cfdf27
Update iterators.py
plun1331 Apr 26, 2024
98287eb
Update iterators.py
plun1331 Apr 26, 2024
ef403b8
Update client.py
plun1331 Apr 26, 2024
84af33d
Update guild.py
plun1331 Apr 26, 2024
c9299bd
Update user.py
plun1331 Apr 26, 2024
4a2ad7c
Update guild.py
plun1331 Apr 26, 2024
3ba1937
Update client.py
plun1331 Apr 26, 2024
5459de7
Update user.py
plun1331 Apr 26, 2024
c5da6e2
Update user.py
plun1331 Apr 26, 2024
9a74aa8
Merge branch 'master' into upd-monetization
Lulalaby Apr 26, 2024
e0c3760
Merge branch 'master' into upd-monetization
plun1331 Apr 27, 2024
4d14087
Merge branch 'master' into upd-monetization
plun1331 Apr 30, 2024
323ca29
Update interactions.py
plun1331 May 16, 2024
842c208
Update components.py
plun1331 May 16, 2024
d179f69
Update components.py
plun1331 May 16, 2024
e0d8975
Update components.py
plun1331 May 16, 2024
707507b
Update enums.py
plun1331 May 16, 2024
0d8a812
Update button.py
plun1331 May 16, 2024
3940579
Update enums.rst
plun1331 May 16, 2024
d22db63
Update button.py
plun1331 May 17, 2024
9110129
Merge branch 'master' into upd-monetization
plun1331 May 29, 2024
f67d614
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 29, 2024
2085cb0
Merge branch 'master' into upd-monetization
plun1331 Jun 6, 2024
4909dae
feat: add urls
plun1331 Jun 26, 2024
e1401bd
Merge branch 'master' into upd-monetization
plun1331 Jun 26, 2024
eee3671
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 26, 2024
2e74bd9
Apply suggestions from code review
plun1331 Jun 26, 2024
c9e7dd0
style(pre-commit): auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 26, 2024
2d888fb
Apply suggestions from code review
Dorukyum Jun 28, 2024
9be4fae
Add spacing
Dorukyum Jun 28, 2024
94e9bfc
Add spacing
Dorukyum Jun 28, 2024
a63f008
Apply suggestions from code review
plun1331 Jun 28, 2024
df1bbdb
Merge branch 'master' into upd-monetization
plun1331 Jun 28, 2024
cd1c70a
button.py aktualisieren
Dorukyum Jun 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style(pre-commit): auto fixes from pre-commit.com hooks
  • Loading branch information
pre-commit-ci[bot] committed Jun 26, 2024
commit c9e7dd083309e11e9e57ecadde2884f6287c2847
6 changes: 3 additions & 3 deletions discord/ui/button.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@ def button(

.. note::

Premium and link buttons cannot be created with this decorator. Consider
creating a :class:`Button` object manually instead. These types of
buttons do not have a callback associated since Discord doesn't handle
Premium and link buttons cannot be created with this decorator. Consider
creating a :class:`Button` object manually instead. These types of
buttons do not have a callback associated since Discord doesn't handle
them when clicked.

Parameters
Expand Down
Loading