Commit 9fd9b3e
feat: adding missing parameters and attribute documentation (#2772)
* Update guild.py
Signed-off-by: Lumabots <144063653+Lumabots@users.noreply.github.com>
* Update channel.py
add missings docs
Signed-off-by: Lumabots <144063653+Lumabots@users.noreply.github.com>
* Update guild.py
Signed-off-by: Lumabots <144063653+Lumabots@users.noreply.github.com>
* style(pre-commit): auto fixes from pre-commit.com hooks
* Update channel.py
Signed-off-by: Lumabots <144063653+Lumabots@users.noreply.github.com>
* style(pre-commit): auto fixes from pre-commit.com hooks
* Update guild.py
Signed-off-by: Lumabots <144063653+Lumabots@users.noreply.github.com>
* Update guild.py
Signed-off-by: Lumabots <144063653+Lumabots@users.noreply.github.com>
* style(pre-commit): auto fixes from pre-commit.com hooks
* Update CHANGELOG.md
Signed-off-by: Lumabots <144063653+Lumabots@users.noreply.github.com>
* style(pre-commit): auto fixes from pre-commit.com hooks
* Update CHANGELOG.md
Signed-off-by: Lumabots <144063653+Lumabots@users.noreply.github.com>
* style(pre-commit): auto fixes from pre-commit.com hooks
* Update guild.py
Signed-off-by: Lumabots <144063653+Lumabots@users.noreply.github.com>
* Update channel.py
removal of all the nsfw mention which should not exist for category
Signed-off-by: Lumabots <144063653+Lumabots@users.noreply.github.com>
* Update channel.py
Signed-off-by: Lumabots <144063653+Lumabots@users.noreply.github.com>
* style(pre-commit): auto fixes from pre-commit.com hooks
* fix typo
Co-authored-by: plun1331 <plun1331@gmail.com>
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* Update discord/channel.py
Co-authored-by: plun1331 <plun1331@gmail.com>
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* Update discord/channel.py
Co-authored-by: plun1331 <plun1331@gmail.com>
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* Update discord/channel.py
Co-authored-by: plun1331 <plun1331@gmail.com>
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* style(pre-commit): auto fixes from pre-commit.com hooks
* feat(channel): deprecate is_nsfw method in CategoryChannel
* fix(channel): correct deprecated decorator arguments in CategoryChannel
* style(pre-commit): auto fixes from pre-commit.com hooks
* fix: improve clarity of NSFW parameter documentation and slowmode for continiuty
* fix: improve clarity of NSFW parameter documentation
* fix: add missing parameters to channel creation methods and deprecate unsupported nsfw for categories
* Update CHANGELOG.md
Co-authored-by: JustaSqu1d <89910983+JustaSqu1d@users.noreply.github.com>
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* fix: add missing parameters for channel creation and allow default_reaction_emoji to be None
* Update CHANGELOG.md
Co-authored-by: JustaSqu1d <89910983+JustaSqu1d@users.noreply.github.com>
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* Update CHANGELOG.md
Co-authored-by: JustaSqu1d <89910983+JustaSqu1d@users.noreply.github.com>
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* Update CHANGELOG.md
Co-authored-by: JustaSqu1d <89910983+JustaSqu1d@users.noreply.github.com>
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* added reference
* deprecated nsfw using property
* Update channel.py
* Update channel.py
* Update discord/guild.py
Co-authored-by: JustaSqu1d <89910983+JustaSqu1d@users.noreply.github.com>
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* Update discord/guild.py
Co-authored-by: JustaSqu1d <89910983+JustaSqu1d@users.noreply.github.com>
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* Update discord/guild.py
Co-authored-by: JustaSqu1d <89910983+JustaSqu1d@users.noreply.github.com>
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
* Update discord/channel.py
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
---------
Signed-off-by: Lumabots <144063653+Lumabots@users.noreply.github.com>
Signed-off-by: Lumouille <144063653+Lumabots@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: plun1331 <plun1331@gmail.com>
Co-authored-by: JustaSqu1d <89910983+JustaSqu1d@users.noreply.github.com>
Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com>1 parent 54884c3 commit 9fd9b3e
3 files changed
+205
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
186 | 188 | | |
187 | 189 | | |
188 | 190 | | |
| 191 | + | |
| 192 | + | |
189 | 193 | | |
190 | 194 | | |
191 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
828 | 828 | | |
829 | 829 | | |
830 | 830 | | |
831 | | - | |
| 831 | + | |
832 | 832 | | |
833 | 833 | | |
834 | 834 | | |
| |||
1055 | 1055 | | |
1056 | 1056 | | |
1057 | 1057 | | |
| 1058 | + | |
| 1059 | + | |
1058 | 1060 | | |
1059 | 1061 | | |
1060 | 1062 | | |
| |||
1131 | 1133 | | |
1132 | 1134 | | |
1133 | 1135 | | |
1134 | | - | |
| 1136 | + | |
1135 | 1137 | | |
1136 | 1138 | | |
1137 | 1139 | | |
| |||
1509 | 1511 | | |
1510 | 1512 | | |
1511 | 1513 | | |
1512 | | - | |
| 1514 | + | |
1513 | 1515 | | |
1514 | 1516 | | |
1515 | 1517 | | |
| |||
1757 | 1759 | | |
1758 | 1760 | | |
1759 | 1761 | | |
| 1762 | + | |
| 1763 | + | |
| 1764 | + | |
| 1765 | + | |
| 1766 | + | |
1760 | 1767 | | |
1761 | 1768 | | |
1762 | 1769 | | |
| |||
2075 | 2082 | | |
2076 | 2083 | | |
2077 | 2084 | | |
| 2085 | + | |
2078 | 2086 | | |
2079 | 2087 | | |
2080 | 2088 | | |
| |||
2125 | 2133 | | |
2126 | 2134 | | |
2127 | 2135 | | |
| 2136 | + | |
| 2137 | + | |
| 2138 | + | |
| 2139 | + | |
| 2140 | + | |
| 2141 | + | |
| 2142 | + | |
| 2143 | + | |
| 2144 | + | |
2128 | 2145 | | |
2129 | 2146 | | |
2130 | 2147 | | |
| |||
2283 | 2300 | | |
2284 | 2301 | | |
2285 | 2302 | | |
| 2303 | + | |
| 2304 | + | |
| 2305 | + | |
| 2306 | + | |
| 2307 | + | |
| 2308 | + | |
| 2309 | + | |
| 2310 | + | |
| 2311 | + | |
2286 | 2312 | | |
2287 | 2313 | | |
2288 | 2314 | | |
| |||
2767 | 2793 | | |
2768 | 2794 | | |
2769 | 2795 | | |
| 2796 | + | |
| 2797 | + | |
| 2798 | + | |
| 2799 | + | |
| 2800 | + | |
| 2801 | + | |
| 2802 | + | |
| 2803 | + | |
| 2804 | + | |
| 2805 | + | |
2770 | 2806 | | |
2771 | 2807 | | |
2772 | 2808 | | |
| |||
2823 | 2859 | | |
2824 | 2860 | | |
2825 | 2861 | | |
2826 | | - | |
2827 | | - | |
2828 | 2862 | | |
2829 | 2863 | | |
2830 | 2864 | | |
2831 | | - | |
2832 | 2865 | | |
2833 | 2866 | | |
2834 | 2867 | | |
| |||
2839 | 2872 | | |
2840 | 2873 | | |
2841 | 2874 | | |
2842 | | - | |
2843 | 2875 | | |
2844 | 2876 | | |
2845 | 2877 | | |
| |||
2856 | 2888 | | |
2857 | 2889 | | |
2858 | 2890 | | |
2859 | | - | |
2860 | | - | |
| 2891 | + | |
2861 | 2892 | | |
2862 | 2893 | | |
2863 | 2894 | | |
| |||
2868 | 2899 | | |
2869 | 2900 | | |
2870 | 2901 | | |
2871 | | - | |
2872 | 2902 | | |
2873 | 2903 | | |
2874 | 2904 | | |
| |||
2882 | 2912 | | |
2883 | 2913 | | |
2884 | 2914 | | |
2885 | | - | |
2886 | | - | |
2887 | | - | |
2888 | | - | |
2889 | 2915 | | |
2890 | 2916 | | |
2891 | 2917 | | |
2892 | 2918 | | |
2893 | | - | |
| 2919 | + | |
2894 | 2920 | | |
2895 | 2921 | | |
2896 | 2922 | | |
2897 | 2923 | | |
2898 | 2924 | | |
2899 | 2925 | | |
2900 | 2926 | | |
2901 | | - | |
2902 | 2927 | | |
2903 | 2928 | | |
2904 | 2929 | | |
| |||
2926 | 2951 | | |
2927 | 2952 | | |
2928 | 2953 | | |
2929 | | - | |
2930 | | - | |
2931 | 2954 | | |
2932 | 2955 | | |
2933 | 2956 | | |
| |||
3075 | 3098 | | |
3076 | 3099 | | |
3077 | 3100 | | |
| 3101 | + | |
| 3102 | + | |
| 3103 | + | |
| 3104 | + | |
| 3105 | + | |
| 3106 | + | |
| 3107 | + | |
| 3108 | + | |
| 3109 | + | |
| 3110 | + | |
| 3111 | + | |
| 3112 | + | |
| 3113 | + | |
| 3114 | + | |
| 3115 | + | |
| 3116 | + | |
| 3117 | + | |
| 3118 | + | |
| 3119 | + | |
3078 | 3120 | | |
3079 | 3121 | | |
3080 | 3122 | | |
| |||
0 commit comments