From 09a8fc6e58e98fef723b054f450308d6617b765a Mon Sep 17 00:00:00 2001 From: DeltaXWizard <33706469+deltaxwizard@users.noreply.github.com> Date: Sun, 17 Jul 2022 16:28:50 -0400 Subject: [PATCH 1/4] docs: Update language translation backend. --- docs/locale/de/LC_MESSAGES/api.cache.mo | Bin 0 -> 2415 bytes docs/locale/de/LC_MESSAGES/api.dispatch.mo | Bin 0 -> 2073 bytes docs/locale/de/LC_MESSAGES/api.enums.mo | Bin 0 -> 1215 bytes docs/locale/de/LC_MESSAGES/api.error.mo | Bin 0 -> 1409 bytes docs/locale/de/LC_MESSAGES/api.gateway.mo | Bin 0 -> 2237 bytes docs/locale/de/LC_MESSAGES/api.http.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/api.mo | Bin 0 -> 434 bytes .../de/LC_MESSAGES/api.models.channel.mo | Bin 0 -> 434 bytes .../locale/de/LC_MESSAGES/api.models.flags.mo | Bin 0 -> 434 bytes .../locale/de/LC_MESSAGES/api.models.guild.mo | Bin 0 -> 434 bytes .../locale/de/LC_MESSAGES/api.models.guild.po | 125 ++++++++++-------- docs/locale/de/LC_MESSAGES/api.models.gw.mo | Bin 0 -> 434 bytes .../de/LC_MESSAGES/api.models.member.mo | Bin 0 -> 434 bytes .../de/LC_MESSAGES/api.models.message.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/api.models.misc.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/api.models.mo | Bin 0 -> 434 bytes .../de/LC_MESSAGES/api.models.presence.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/api.models.role.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/api.models.team.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/api.models.user.mo | Bin 0 -> 434 bytes .../de/LC_MESSAGES/api.models.webhook.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/client.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/context.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/enums.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/events.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/ext.base.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/ext.converter.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/ext.error.mo | Bin 0 -> 434 bytes .../de/LC_MESSAGES/ext.gettingstarted.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/ext.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/ext.version.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/faq.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/get.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/index.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/migration.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/models.command.mo | Bin 0 -> 434 bytes .../locale/de/LC_MESSAGES/models.component.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/models.misc.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/models.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/models.utils.mo | Bin 0 -> 434 bytes docs/locale/de/LC_MESSAGES/quickstart.mo | Bin 0 -> 434 bytes .../locale/es/LC_MESSAGES/api.models.guild.po | 14 +- .../locale/fr/LC_MESSAGES/api.models.guild.po | 125 ++++++++++-------- .../locale/hi/LC_MESSAGES/api.models.guild.po | 125 ++++++++++-------- .../locale/it/LC_MESSAGES/api.models.guild.po | 125 ++++++++++-------- .../locale/pl/LC_MESSAGES/api.models.guild.po | 125 ++++++++++-------- .../locale/ru/LC_MESSAGES/api.models.guild.po | 125 ++++++++++-------- 47 files changed, 450 insertions(+), 314 deletions(-) create mode 100644 docs/locale/de/LC_MESSAGES/api.cache.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.dispatch.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.enums.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.error.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.gateway.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.http.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.models.channel.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.models.flags.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.models.guild.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.models.gw.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.models.member.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.models.message.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.models.misc.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.models.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.models.presence.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.models.role.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.models.team.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.models.user.mo create mode 100644 docs/locale/de/LC_MESSAGES/api.models.webhook.mo create mode 100644 docs/locale/de/LC_MESSAGES/client.mo create mode 100644 docs/locale/de/LC_MESSAGES/context.mo create mode 100644 docs/locale/de/LC_MESSAGES/enums.mo create mode 100644 docs/locale/de/LC_MESSAGES/events.mo create mode 100644 docs/locale/de/LC_MESSAGES/ext.base.mo create mode 100644 docs/locale/de/LC_MESSAGES/ext.converter.mo create mode 100644 docs/locale/de/LC_MESSAGES/ext.error.mo create mode 100644 docs/locale/de/LC_MESSAGES/ext.gettingstarted.mo create mode 100644 docs/locale/de/LC_MESSAGES/ext.mo create mode 100644 docs/locale/de/LC_MESSAGES/ext.version.mo create mode 100644 docs/locale/de/LC_MESSAGES/faq.mo create mode 100644 docs/locale/de/LC_MESSAGES/get.mo create mode 100644 docs/locale/de/LC_MESSAGES/index.mo create mode 100644 docs/locale/de/LC_MESSAGES/migration.mo create mode 100644 docs/locale/de/LC_MESSAGES/models.command.mo create mode 100644 docs/locale/de/LC_MESSAGES/models.component.mo create mode 100644 docs/locale/de/LC_MESSAGES/models.misc.mo create mode 100644 docs/locale/de/LC_MESSAGES/models.mo create mode 100644 docs/locale/de/LC_MESSAGES/models.utils.mo create mode 100644 docs/locale/de/LC_MESSAGES/quickstart.mo diff --git a/docs/locale/de/LC_MESSAGES/api.cache.mo b/docs/locale/de/LC_MESSAGES/api.cache.mo new file mode 100644 index 0000000000000000000000000000000000000000..371de449970943d9863025fe6a576fd1623f4ded GIT binary patch literal 2415 zcmZvd&u<$=6vr1RKWd7E3P^woyi!V2HM=BM>5nZzO=GtSG&)e_#{18S_ z{HiZv1wIeuPX9&xyaB%F7NKTaXhq!(CTTe{WNfZE4k*-iIN*@3 zN@H)vGP1Y4d5ThD3~3%{Hms~v2?;W6Deq4lCt$O?@KD z)086%6=~`;JE_HPcLjz&D%fBn6ERai*X7o(I~pYv>US^#@r#l`CE1dF?uvE~6g-A7vct~|>DowTXWr*I2&>~~Y z+IXu~)?J3{XXCjNEVV{{yJ7_8yV4+R6azdlZA-gRZ*X4}siiHE7VILbYbmRYISquI zs@x(~g^H_F8; zEC=bR+x9yWcyo#t9;mF8vbz;q(fMsOiN6&4>qx20Rfy^%yCSk!m|!rZ z(?PSb%7a{6f7v85_AeEQ@w<6Qjg?NMwWv);ukC!sVq?H#*najjO^~zpI5ZsX$kS)Q;D+*ddO$fZ687 zBoi_XqCA_Xd0H9Tja(6eNYE5W?6K3$Gv{dv-P31{3rO2y=xQ3}$|54<-qo@tO_b~S zB&?~VK<9=O^X|g$vdBWZmMdvBg2}upgrI~A9pz3jMO3~3dnmyTAURrMN zrEoTwX)M4dZnxhp2Y}^|?OTIXNOggt4WV(}=L*~R&+W;%sNuHXR#6^fD1>ybCvD>j zE0n`B@;(gdlIU?t&ER}6+wfkeV`xmWIEj(sian_COE>8vz+`>&W ze_r+7@KJ$x`N93fmJuk%fUEsSJLA;I9zqDb#T-gqq*a83gh3>uwK@_Ex=mXM+)nAj za(St&y9A8%;z8EQpiJ5ci467Y%N=(bmMbeJ*c)Bm>Vx~yW`a^;c42JFo~4~ayO$m^ z;09Q{YX}G3yV8T{(iFmhS~2cpm3lIm`4C42*Iadkj{RLz5V0sF_G(iJC)|Ugv9r@y zDC7%&JaujqYHLyDK1QFDl^Wx$wYR@NceRGCTyMYuSC%p1og$;QRDBd`atD4vCDIE+ zWfjMKs={}Fpj@`)SjX)qx71d(?~Y7_wldk5MMfGYs+#eJX3ce+TqbA}SK6FjXa;$=^sJ@^YuyqlQ#RQC)stkH{;kcVR4kLUe*`0cglzZUph$It8d z`6@hSKG&WRVjb^SfpfrpU<7o)dEj@zw}DT94d5TZ5b#gnE5I+Gt?j-6zJvGAz!2wm z;0o~ib3(if+y=f6doH6Gr?2oauSPNqH~$kZhkt%L!LIyIWr{0KspDCA~&*Uf; z+dMimHj9idMkH-s4k{{05X@3z;iNRjqEi-L4GaEHqkU=RfIV9$4mc0QEm(}xUj`#N zL(Lo1eWgg+s*`Jk3Y7*TRfkA9(#F@}7D#zIQ$-QJ*C9q05)VK&n^bw3@dg|bEe0!J zT1|d5WYL{1aGaqqW=QP3?4i$L0!GJA8G^7K*EU;7ZT3&jFrQ3k#sq)GCYV%V4p%#k zntVT|7N1CT++pgpYr+7Iq*b8BPNM=#c=O@b zPV0E%puN^@&&{ydx8_q$eYBNDM;MSYIw7UeJehhtTs$1na@=ej@X%NvbzH8pXuZr` z)HMk;_V>EcMo0wPsD*q9H5Z%BXz@<8beop$B#Zccd2tbj(E*>TkYH^0QG4wm>g+|W zHTrNb>1^HlcyG7e*pbdhT`RRKq&GI9c6MatIdOIhSZaQd52Pw$9LEB!(f-KyjV2V4 zW7!65-&$_ozDM)8sS~yqGs9wswxvdUR7BV!EDp{B>yX_CuF}%YMrW(jp0;o)UTkb2Ck`m;V!;yf{JDR3 zSV*N;DD6w@*sqrUB)U7b3sr-5)YhrVaLNhY?J3{b#Kl{*7JVNjv@UyGP&2+4FEvCP z8&2CnNO%E5lH}$Nxiv{swypkmdjY literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/api.enums.mo b/docs/locale/de/LC_MESSAGES/api.enums.mo new file mode 100644 index 0000000000000000000000000000000000000000..533020f2205fc203b993e88950b0a4a7dfc53189 GIT binary patch literal 1215 zcmcgr&5jdC5S}RH;#-ioaj1wxK%~b%TJbZm5#IG=St-WW##+Q)LVLP)++n7B(%s|5 zk$3T*}t-}lwuSFgN_@O=fj4jDDZM_+;S zD@X~s3i$`}2J#=I@qhhA6#WJH1M(iW`Z9{HLH`T=7W(TeQAE(cLq|hHZ0eGooEJ=X z{tIV;POYP`U^;|dpS@ULDX$Z7i+Ppo23 zIU7U|tZ2S!FP`%JC!4+C5J%}{>Peg0N9nJ%UdjT|nn2GtCD5eG+Gr0KAyhu;c9r&- zbt=wm*;Tyc!dC2jSJ}*WgRL}_UB401DAAN$d(j5Dk+1s_8;9?o|4iDnwT;$MX*fNM zqhncUMJT358`3dJkI@u`J@ZL4b+(z6I8@>oiM2Hef&{dh1sFcARP#myvF{iYvqp?iPeOyG32PAKpHhJV`r0N*~0`N#hF{tV<|W$4>r6td>yy!K1vCx@gAr9Sv!^3JYrp zP2^6Nfd9tM;Ld%z2_R3|Ie-P+DOk!ZUi*q%?0SpSqmq2ECuuK3tp|#c0`YSHs6N0xPr+?G{{|Z`a_HI4yIV zm`hvI2l}r!1Nj4;u~Tfe`>-i#QxQi^hL6@_3E)24UMO~3)YnUKQWxmb>zvVv3rt=c Num#OwHS&-|{{v-rj`;up literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/api.error.mo b/docs/locale/de/LC_MESSAGES/api.error.mo new file mode 100644 index 0000000000000000000000000000000000000000..280b127a30c4ba42648fc3a8554ff2f3b3cebfcd GIT binary patch literal 1409 zcmZWp%Wfk@6fIy7!oY?F0*S>1B$R-wv8`w_(?cZka0ZJ!jK`W0tWxg2?(Ruj%2ct^u1k$$I^n1^=CrBT!k6_E zBrXf*$;`<&b;%AM+N(l`#I>@H(-*nLNPD(gl{9a3(kApFo6Aj8rlgIh853V{()i$Y zv9c}~5sgD2@;N>S9+WDtNa>Uu`}TEv&G4dP=Tyd#I562Ahnv@kq$);aCnoG0tI02F zzTP`A{cj3yRvaQRwk8x-j#Bv)&Zt(5(jks&nYgH4&_*=qOt?1I%R`qHsoZHYC#NQ+ z&iHsLcP+PNmV3%`OoQHFAbXp#f1moBaS!{AUJr(H!e>QDaBcU^aC;&TkLBJreR&)o zjz0bN_-NQUP|nM#MPEwgjg4uTKDFwSI6VXO2VZ2BD#|D^RhPDDyzn`i3lbUVS8PAp z7~FqIYZ#I_DvD~Ks|A5=+dRxqg~4#NSGdI3bRF4r)}X90rF?UcQ&v?>M@DmJTsBsf zav!7QV$yYcbX$W*wAya1Y5HJ``sbxpVcKM=n*A( z=)2!){9Hb`wF|6qZ8_9vJLW8=2eZO=9FY$-<$P1W+3BnN{o zis*<79n^CP^|&O5Q5#?G1|7|i5VP&Oq#J(;*O1_UifS)=08ufWp=r~m<`PL^dIo-W z#sxy~DlYPAh^R#RYk4v4H~KWFYsFL-xZJgvNHs3w`SL2ap3d0@`p%T_jtEozA~u?= zS5*NQ@L|dtPtf*E;Sb|TCAkejTa9Jh-fU%l^GV#uOiY$n$!Uf{L1*G|G4piUpnS=x T*aM@LUl4@G`|1uu9f^Md+=Ig3 literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/api.gateway.mo b/docs/locale/de/LC_MESSAGES/api.gateway.mo new file mode 100644 index 0000000000000000000000000000000000000000..6a3f45c2efddedf5310205a53f5af01aa165c3d5 GIT binary patch literal 2237 zcmZ`)%WfP+6m1}aFf0&30x3LnaR`Y;dSZ{PJSJF*A46iCu`OqCL{_fuzB64+Pt{OW zZD+h^i`XE+9tl{(f(3|0_yE2jY~U-{aH?y@?F2GX`*d~Px{q^j9X~pA>Z=I9SMj`w z=O@27@w@X(6m4SN1-=dZ26!I$Gtk>VntuNWcoFNf&qh%bxCUGT8sJsncR;`YCy;=r zpNpa^zzvqF!B32LhF}|O9KG^5Lb69^4JPZ5* zNWkBL^T5A>uLECxA=qC4zK8WX@B`ow_!{tg;Jd)zfR})O0bc^XaysPq7O;!;O`y-~ z3!u0E8W^omS_o^&@Yt|r<)j*r%Nd^~Ru?R#S}9JQ)QX(0wr&Z>hhjnpQZ(rvCwFx^ zWY>&(IJU7)x?fpoHPGIfWovObY#&=wCY+d=)**tGuoIQ$Mk`%f;sfMCh1TP+nUu0{ zu~gHIOxm$KxP*n93-KN&HJlqv8I~%iBhMNmvq!_V+8YrEYdS&-?qqujS85R`4q`e3gC4W>)zB z_SNRXWHw~+6atZFy4z| zmd$Jy549OKqdj4yNMI7(%NezrFv@kOb5xx$n&ig>oPtuNF}gcOe~Jv^jV#_{z-nZ>K+z{Wk@rpC^8FJ1%Hej4I+G_Osqg;pzGxEe2B zp~b811-vgUEWj|{X>vR#*(Pv})VB)%B&@dei z710QdwX`m6s!cYJXlhW30kY2ccoFwljM}uN6*qQ@(ugAdP@9o$lNwh`yWF}#;dS|< zqIZ^QalX;r=yqxf7n=)>HN?aW#l6WG0USSYm&XNKdV^97jb*o7x_*4Ew)0gZ?YN^- z?XPZ|t|ihnZm~i;9E0~sn^r}_1+|*jn~RO8BNfx8*D=0CnZzB&gFYrwWhKTf!_2Hz zdS>aU9MNoOAYiqARTB8{+e!o3U?$e#1ag*Pip0>BTojm_shU-rwV3&qtID#D3J3n= zOv;$53l`t0gv@U-YU4zdP=>IDejH1g58hE(-19Q#bM{k>QkU#N>;oPv?vhVfB1`elH~!b(j7TE zWP?P*;psQVY*y4Bh0yn>A$?<3*|3DJo@i1qx?5?`5$@!%1Uis4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/api.models.channel.mo b/docs/locale/de/LC_MESSAGES/api.models.channel.mo new file mode 100644 index 0000000000000000000000000000000000000000..6743b5a5e0d887fdffc7ad7bebef871a35f50f64 GIT binary patch literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewH\n" "Language-Team: LANGUAGE \n" @@ -85,6 +85,67 @@ msgstr "" msgid "The location of the event, if any." msgstr "" +#: interactions.api.models.guild.EventMetadata +#: interactions.api.models.guild.Guild +#: interactions.api.models.guild.Guild.add_member_role +#: interactions.api.models.guild.Guild.ban +#: interactions.api.models.guild.Guild.clone_channel +#: interactions.api.models.guild.Guild.create_auto_moderation_rule +#: interactions.api.models.guild.Guild.create_channel +#: interactions.api.models.guild.Guild.create_emoji +#: interactions.api.models.guild.Guild.create_role +#: interactions.api.models.guild.Guild.create_scheduled_event +#: interactions.api.models.guild.Guild.create_thread +#: interactions.api.models.guild.Guild.delete_channel +#: interactions.api.models.guild.Guild.delete_emoji +#: interactions.api.models.guild.Guild.delete_role +#: interactions.api.models.guild.Guild.delete_scheduled_event +#: interactions.api.models.guild.Guild.get_auto_moderation_rule +#: interactions.api.models.guild.Guild.get_bans +#: interactions.api.models.guild.Guild.get_emoji +#: interactions.api.models.guild.Guild.get_list_of_members +#: interactions.api.models.guild.Guild.get_member +#: interactions.api.models.guild.Guild.get_role +#: interactions.api.models.guild.Guild.kick +#: interactions.api.models.guild.Guild.modify +#: interactions.api.models.guild.Guild.modify_auto_moderation_rule +#: interactions.api.models.guild.Guild.modify_channel +#: interactions.api.models.guild.Guild.modify_member +#: interactions.api.models.guild.Guild.modify_role +#: interactions.api.models.guild.Guild.modify_role_position +#: interactions.api.models.guild.Guild.modify_role_positions +#: interactions.api.models.guild.Guild.modify_scheduled_event +#: interactions.api.models.guild.Guild.remove_ban +#: interactions.api.models.guild.Guild.remove_member_role +#: interactions.api.models.guild.Guild.search_members +#: interactions.api.models.guild.Guild.set_afk_channel +#: interactions.api.models.guild.Guild.set_afk_timeout +#: interactions.api.models.guild.Guild.set_banner +#: interactions.api.models.guild.Guild.set_default_message_notifications +#: interactions.api.models.guild.Guild.set_description +#: interactions.api.models.guild.Guild.set_discovery_splash +#: interactions.api.models.guild.Guild.set_explicit_content_filter +#: interactions.api.models.guild.Guild.set_icon +#: interactions.api.models.guild.Guild.set_name +#: interactions.api.models.guild.Guild.set_preferred_locale +#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled +#: interactions.api.models.guild.Guild.set_public_updates_channel +#: interactions.api.models.guild.Guild.set_rules_channel +#: interactions.api.models.guild.Guild.set_splash +#: interactions.api.models.guild.Guild.set_system_channel +#: interactions.api.models.guild.Guild.set_verification_level +#: interactions.api.models.guild.GuildPreview +#: interactions.api.models.guild.GuildTemplate +#: interactions.api.models.guild.Integration +#: interactions.api.models.guild.Invite +#: interactions.api.models.guild.ScheduledEvents +#: interactions.api.models.guild.StageInstance +#: interactions.api.models.guild.UnavailableGuild +#: interactions.api.models.guild.WelcomeChannels +#: interactions.api.models.guild.WelcomeScreen of +msgid "Parameters" +msgstr "" + #: interactions.api.models.guild.EventStatus:1 of msgid "An enumerable object representing the status of an event." msgstr "" @@ -606,56 +667,6 @@ msgstr "" msgid "Bans a member from the guild." msgstr "" -#: interactions.api.models.guild.Guild.add_member_role -#: interactions.api.models.guild.Guild.ban -#: interactions.api.models.guild.Guild.clone_channel -#: interactions.api.models.guild.Guild.create_auto_moderation_rule -#: interactions.api.models.guild.Guild.create_channel -#: interactions.api.models.guild.Guild.create_emoji -#: interactions.api.models.guild.Guild.create_role -#: interactions.api.models.guild.Guild.create_scheduled_event -#: interactions.api.models.guild.Guild.create_thread -#: interactions.api.models.guild.Guild.delete_channel -#: interactions.api.models.guild.Guild.delete_emoji -#: interactions.api.models.guild.Guild.delete_role -#: interactions.api.models.guild.Guild.delete_scheduled_event -#: interactions.api.models.guild.Guild.get_auto_moderation_rule -#: interactions.api.models.guild.Guild.get_bans -#: interactions.api.models.guild.Guild.get_emoji -#: interactions.api.models.guild.Guild.get_list_of_members -#: interactions.api.models.guild.Guild.get_member -#: interactions.api.models.guild.Guild.get_role -#: interactions.api.models.guild.Guild.kick -#: interactions.api.models.guild.Guild.modify -#: interactions.api.models.guild.Guild.modify_auto_moderation_rule -#: interactions.api.models.guild.Guild.modify_channel -#: interactions.api.models.guild.Guild.modify_member -#: interactions.api.models.guild.Guild.modify_role -#: interactions.api.models.guild.Guild.modify_role_position -#: interactions.api.models.guild.Guild.modify_role_positions -#: interactions.api.models.guild.Guild.modify_scheduled_event -#: interactions.api.models.guild.Guild.remove_ban -#: interactions.api.models.guild.Guild.remove_member_role -#: interactions.api.models.guild.Guild.search_members -#: interactions.api.models.guild.Guild.set_afk_channel -#: interactions.api.models.guild.Guild.set_afk_timeout -#: interactions.api.models.guild.Guild.set_banner -#: interactions.api.models.guild.Guild.set_default_message_notifications -#: interactions.api.models.guild.Guild.set_description -#: interactions.api.models.guild.Guild.set_discovery_splash -#: interactions.api.models.guild.Guild.set_explicit_content_filter -#: interactions.api.models.guild.Guild.set_icon -#: interactions.api.models.guild.Guild.set_name -#: interactions.api.models.guild.Guild.set_preferred_locale -#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled -#: interactions.api.models.guild.Guild.set_public_updates_channel -#: interactions.api.models.guild.Guild.set_rules_channel -#: interactions.api.models.guild.Guild.set_splash -#: interactions.api.models.guild.Guild.set_system_channel -#: interactions.api.models.guild.Guild.set_verification_level of -msgid "Parameters" -msgstr "" - #: interactions.api.models.guild.Guild.ban:3 of msgid "The id of the member to ban" msgstr "" @@ -764,7 +775,7 @@ msgstr "" msgid "" ":type role Union[Role, int, Snowflake] :param member_id: The id of the " "member to add the roles to :type member_id: Union[Member, int, Snowflake]" -" :param reason?: The reason why the roles are added :type reason: " +" :param reason?: The reason why the roles are added :type reason?: " "Optional[str]" msgstr "" @@ -1895,3 +1906,13 @@ msgstr "" #~ " the roles are added :type reason:" #~ " Optional[str]" #~ msgstr "" + +#~ msgid "" +#~ ":type role Union[Role, int, Snowflake] " +#~ ":param member_id: The id of the " +#~ "member to add the roles to :type" +#~ " member_id: Union[Member, int, Snowflake] " +#~ ":param reason?: The reason why the " +#~ "roles are added :type reason: " +#~ "Optional[str]" +#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/api.models.gw.mo b/docs/locale/de/LC_MESSAGES/api.models.gw.mo new file mode 100644 index 0000000000000000000000000000000000000000..6743b5a5e0d887fdffc7ad7bebef871a35f50f64 GIT binary patch literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewHis4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/api.models.presence.mo b/docs/locale/de/LC_MESSAGES/api.models.presence.mo new file mode 100644 index 0000000000000000000000000000000000000000..6743b5a5e0d887fdffc7ad7bebef871a35f50f64 GIT binary patch literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewHis4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/api.models.team.mo b/docs/locale/de/LC_MESSAGES/api.models.team.mo new file mode 100644 index 0000000000000000000000000000000000000000..0a174ef7bc4f803e1f4e375b45ba9164a6bdcfab GIT binary patch literal 434 zcmYk2&q~8U5XLKb%F(lj5j-e5F$u-i?H`&psTPv9v{lgCHrd8Vx*K*kV(-3!ujjM4 zQLzpT%s2CcZ}>is4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/api.models.user.mo b/docs/locale/de/LC_MESSAGES/api.models.user.mo new file mode 100644 index 0000000000000000000000000000000000000000..0a174ef7bc4f803e1f4e375b45ba9164a6bdcfab GIT binary patch literal 434 zcmYk2&q~8U5XLKb%F(lj5j-e5F$u-i?H`&psTPv9v{lgCHrd8Vx*K*kV(-3!ujjM4 zQLzpT%s2CcZ}>is4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/api.models.webhook.mo b/docs/locale/de/LC_MESSAGES/api.models.webhook.mo new file mode 100644 index 0000000000000000000000000000000000000000..6743b5a5e0d887fdffc7ad7bebef871a35f50f64 GIT binary patch literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewHAhRW3MzoNFfON*ki= zatlrS(webSNR5fg@)QSErf?w$SkuV@hmz4+iy_sFfaiD~IxTdsz-ynit@M|V9;wzEnJR{Iv=GwYp W+_b8hsc%bQK$oll&%U-@tMLWt(S8L0 literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/ext.base.mo b/docs/locale/de/LC_MESSAGES/ext.base.mo new file mode 100644 index 0000000000000000000000000000000000000000..6743b5a5e0d887fdffc7ad7bebef871a35f50f64 GIT binary patch literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewHis4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/ext.error.mo b/docs/locale/de/LC_MESSAGES/ext.error.mo new file mode 100644 index 0000000000000000000000000000000000000000..6743b5a5e0d887fdffc7ad7bebef871a35f50f64 GIT binary patch literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewHis4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/ext.mo b/docs/locale/de/LC_MESSAGES/ext.mo new file mode 100644 index 0000000000000000000000000000000000000000..0a174ef7bc4f803e1f4e375b45ba9164a6bdcfab GIT binary patch literal 434 zcmYk2&q~8U5XLKb%F(lj5j-e5F$u-i?H`&psTPv9v{lgCHrd8Vx*K*kV(-3!ujjM4 zQLzpT%s2CcZ}>is4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/ext.version.mo b/docs/locale/de/LC_MESSAGES/ext.version.mo new file mode 100644 index 0000000000000000000000000000000000000000..6743b5a5e0d887fdffc7ad7bebef871a35f50f64 GIT binary patch literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewHAhRW3MzoNFfON*ki= zatlrS(webSNR5fg@)QSErf?w$SkuV@hmz4+iy_sFfaiD~IxTdsz-ynit@M|V9;wzEnJR{Iv=GwYp W+_b8hsc%bQK$oll&%U-@tMLWt(S8L0 literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/index.mo b/docs/locale/de/LC_MESSAGES/index.mo new file mode 100644 index 0000000000000000000000000000000000000000..7ca0f4a2c5fb83f26b48c099c15d058c82bd0241 GIT binary patch literal 434 zcmYk2&q~8U5XLKb%F(lj5j-e5F$u-i?H`)9sRoj!q*2h@w%x`^x*K-4V(-3!ujjM4 zQLzpT%s2CcZ}>is4nG>E4on}LKCQ*Sx-|2is4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/models.mo b/docs/locale/de/LC_MESSAGES/models.mo new file mode 100644 index 0000000000000000000000000000000000000000..0a174ef7bc4f803e1f4e375b45ba9164a6bdcfab GIT binary patch literal 434 zcmYk2&q~8U5XLKb%F(lj5j-e5F$u-i?H`&psTPv9v{lgCHrd8Vx*K*kV(-3!ujjM4 zQLzpT%s2CcZ}>is4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/models.utils.mo b/docs/locale/de/LC_MESSAGES/models.utils.mo new file mode 100644 index 0000000000000000000000000000000000000000..b5401fd96215287569c1a885802c9e45ce76b693 GIT binary patch literal 434 zcmYjN!AiqG6s+JWN6#Lf;6c$BlUQusHl=BkY9XAhRW3MzoNFfON*ki= zatlrS(webSNR5fg@)QSErf?w$SkuV@hmz4+iy_sFfaiD~IxTdsz-ynit@M|V9;wzEnJR{Iv=GwYp W+_b8hsc%bQK$oll&%U-@tMLWt(S8L0 literal 0 HcmV?d00001 diff --git a/docs/locale/de/LC_MESSAGES/quickstart.mo b/docs/locale/de/LC_MESSAGES/quickstart.mo new file mode 100644 index 0000000000000000000000000000000000000000..6743b5a5e0d887fdffc7ad7bebef871a35f50f64 GIT binary patch literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewH\n" "Language-Team: LANGUAGE \n" @@ -775,7 +775,7 @@ msgstr "" msgid "" ":type role Union[Role, int, Snowflake] :param member_id: The id of the " "member to add the roles to :type member_id: Union[Member, int, Snowflake]" -" :param reason?: The reason why the roles are added :type reason: " +" :param reason?: The reason why the roles are added :type reason?: " "Optional[str]" msgstr "" @@ -1897,3 +1897,13 @@ msgstr "" #: interactions.api.models.guild.Invite.delete:1 of msgid "Deletes the invite" msgstr "" + +#~ msgid "" +#~ ":type role Union[Role, int, Snowflake] " +#~ ":param member_id: The id of the " +#~ "member to add the roles to :type" +#~ " member_id: Union[Member, int, Snowflake] " +#~ ":param reason?: The reason why the " +#~ "roles are added :type reason: " +#~ "Optional[str]" +#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.guild.po b/docs/locale/fr/LC_MESSAGES/api.models.guild.po index 55c53ef3c..63a87348e 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.guild.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: interactions.py 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -85,6 +85,67 @@ msgstr "" msgid "The location of the event, if any." msgstr "" +#: interactions.api.models.guild.EventMetadata +#: interactions.api.models.guild.Guild +#: interactions.api.models.guild.Guild.add_member_role +#: interactions.api.models.guild.Guild.ban +#: interactions.api.models.guild.Guild.clone_channel +#: interactions.api.models.guild.Guild.create_auto_moderation_rule +#: interactions.api.models.guild.Guild.create_channel +#: interactions.api.models.guild.Guild.create_emoji +#: interactions.api.models.guild.Guild.create_role +#: interactions.api.models.guild.Guild.create_scheduled_event +#: interactions.api.models.guild.Guild.create_thread +#: interactions.api.models.guild.Guild.delete_channel +#: interactions.api.models.guild.Guild.delete_emoji +#: interactions.api.models.guild.Guild.delete_role +#: interactions.api.models.guild.Guild.delete_scheduled_event +#: interactions.api.models.guild.Guild.get_auto_moderation_rule +#: interactions.api.models.guild.Guild.get_bans +#: interactions.api.models.guild.Guild.get_emoji +#: interactions.api.models.guild.Guild.get_list_of_members +#: interactions.api.models.guild.Guild.get_member +#: interactions.api.models.guild.Guild.get_role +#: interactions.api.models.guild.Guild.kick +#: interactions.api.models.guild.Guild.modify +#: interactions.api.models.guild.Guild.modify_auto_moderation_rule +#: interactions.api.models.guild.Guild.modify_channel +#: interactions.api.models.guild.Guild.modify_member +#: interactions.api.models.guild.Guild.modify_role +#: interactions.api.models.guild.Guild.modify_role_position +#: interactions.api.models.guild.Guild.modify_role_positions +#: interactions.api.models.guild.Guild.modify_scheduled_event +#: interactions.api.models.guild.Guild.remove_ban +#: interactions.api.models.guild.Guild.remove_member_role +#: interactions.api.models.guild.Guild.search_members +#: interactions.api.models.guild.Guild.set_afk_channel +#: interactions.api.models.guild.Guild.set_afk_timeout +#: interactions.api.models.guild.Guild.set_banner +#: interactions.api.models.guild.Guild.set_default_message_notifications +#: interactions.api.models.guild.Guild.set_description +#: interactions.api.models.guild.Guild.set_discovery_splash +#: interactions.api.models.guild.Guild.set_explicit_content_filter +#: interactions.api.models.guild.Guild.set_icon +#: interactions.api.models.guild.Guild.set_name +#: interactions.api.models.guild.Guild.set_preferred_locale +#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled +#: interactions.api.models.guild.Guild.set_public_updates_channel +#: interactions.api.models.guild.Guild.set_rules_channel +#: interactions.api.models.guild.Guild.set_splash +#: interactions.api.models.guild.Guild.set_system_channel +#: interactions.api.models.guild.Guild.set_verification_level +#: interactions.api.models.guild.GuildPreview +#: interactions.api.models.guild.GuildTemplate +#: interactions.api.models.guild.Integration +#: interactions.api.models.guild.Invite +#: interactions.api.models.guild.ScheduledEvents +#: interactions.api.models.guild.StageInstance +#: interactions.api.models.guild.UnavailableGuild +#: interactions.api.models.guild.WelcomeChannels +#: interactions.api.models.guild.WelcomeScreen of +msgid "Parameters" +msgstr "" + #: interactions.api.models.guild.EventStatus:1 of msgid "An enumerable object representing the status of an event." msgstr "" @@ -606,56 +667,6 @@ msgstr "" msgid "Bans a member from the guild." msgstr "" -#: interactions.api.models.guild.Guild.add_member_role -#: interactions.api.models.guild.Guild.ban -#: interactions.api.models.guild.Guild.clone_channel -#: interactions.api.models.guild.Guild.create_auto_moderation_rule -#: interactions.api.models.guild.Guild.create_channel -#: interactions.api.models.guild.Guild.create_emoji -#: interactions.api.models.guild.Guild.create_role -#: interactions.api.models.guild.Guild.create_scheduled_event -#: interactions.api.models.guild.Guild.create_thread -#: interactions.api.models.guild.Guild.delete_channel -#: interactions.api.models.guild.Guild.delete_emoji -#: interactions.api.models.guild.Guild.delete_role -#: interactions.api.models.guild.Guild.delete_scheduled_event -#: interactions.api.models.guild.Guild.get_auto_moderation_rule -#: interactions.api.models.guild.Guild.get_bans -#: interactions.api.models.guild.Guild.get_emoji -#: interactions.api.models.guild.Guild.get_list_of_members -#: interactions.api.models.guild.Guild.get_member -#: interactions.api.models.guild.Guild.get_role -#: interactions.api.models.guild.Guild.kick -#: interactions.api.models.guild.Guild.modify -#: interactions.api.models.guild.Guild.modify_auto_moderation_rule -#: interactions.api.models.guild.Guild.modify_channel -#: interactions.api.models.guild.Guild.modify_member -#: interactions.api.models.guild.Guild.modify_role -#: interactions.api.models.guild.Guild.modify_role_position -#: interactions.api.models.guild.Guild.modify_role_positions -#: interactions.api.models.guild.Guild.modify_scheduled_event -#: interactions.api.models.guild.Guild.remove_ban -#: interactions.api.models.guild.Guild.remove_member_role -#: interactions.api.models.guild.Guild.search_members -#: interactions.api.models.guild.Guild.set_afk_channel -#: interactions.api.models.guild.Guild.set_afk_timeout -#: interactions.api.models.guild.Guild.set_banner -#: interactions.api.models.guild.Guild.set_default_message_notifications -#: interactions.api.models.guild.Guild.set_description -#: interactions.api.models.guild.Guild.set_discovery_splash -#: interactions.api.models.guild.Guild.set_explicit_content_filter -#: interactions.api.models.guild.Guild.set_icon -#: interactions.api.models.guild.Guild.set_name -#: interactions.api.models.guild.Guild.set_preferred_locale -#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled -#: interactions.api.models.guild.Guild.set_public_updates_channel -#: interactions.api.models.guild.Guild.set_rules_channel -#: interactions.api.models.guild.Guild.set_splash -#: interactions.api.models.guild.Guild.set_system_channel -#: interactions.api.models.guild.Guild.set_verification_level of -msgid "Parameters" -msgstr "" - #: interactions.api.models.guild.Guild.ban:3 of msgid "The id of the member to ban" msgstr "" @@ -764,7 +775,7 @@ msgstr "" msgid "" ":type role Union[Role, int, Snowflake] :param member_id: The id of the " "member to add the roles to :type member_id: Union[Member, int, Snowflake]" -" :param reason?: The reason why the roles are added :type reason: " +" :param reason?: The reason why the roles are added :type reason?: " "Optional[str]" msgstr "" @@ -1895,3 +1906,13 @@ msgstr "" #~ " the roles are added :type reason:" #~ " Optional[str]" #~ msgstr "" + +#~ msgid "" +#~ ":type role Union[Role, int, Snowflake] " +#~ ":param member_id: The id of the " +#~ "member to add the roles to :type" +#~ " member_id: Union[Member, int, Snowflake] " +#~ ":param reason?: The reason why the " +#~ "roles are added :type reason: " +#~ "Optional[str]" +#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.guild.po b/docs/locale/hi/LC_MESSAGES/api.models.guild.po index 55c53ef3c..63a87348e 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.guild.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: interactions.py 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -85,6 +85,67 @@ msgstr "" msgid "The location of the event, if any." msgstr "" +#: interactions.api.models.guild.EventMetadata +#: interactions.api.models.guild.Guild +#: interactions.api.models.guild.Guild.add_member_role +#: interactions.api.models.guild.Guild.ban +#: interactions.api.models.guild.Guild.clone_channel +#: interactions.api.models.guild.Guild.create_auto_moderation_rule +#: interactions.api.models.guild.Guild.create_channel +#: interactions.api.models.guild.Guild.create_emoji +#: interactions.api.models.guild.Guild.create_role +#: interactions.api.models.guild.Guild.create_scheduled_event +#: interactions.api.models.guild.Guild.create_thread +#: interactions.api.models.guild.Guild.delete_channel +#: interactions.api.models.guild.Guild.delete_emoji +#: interactions.api.models.guild.Guild.delete_role +#: interactions.api.models.guild.Guild.delete_scheduled_event +#: interactions.api.models.guild.Guild.get_auto_moderation_rule +#: interactions.api.models.guild.Guild.get_bans +#: interactions.api.models.guild.Guild.get_emoji +#: interactions.api.models.guild.Guild.get_list_of_members +#: interactions.api.models.guild.Guild.get_member +#: interactions.api.models.guild.Guild.get_role +#: interactions.api.models.guild.Guild.kick +#: interactions.api.models.guild.Guild.modify +#: interactions.api.models.guild.Guild.modify_auto_moderation_rule +#: interactions.api.models.guild.Guild.modify_channel +#: interactions.api.models.guild.Guild.modify_member +#: interactions.api.models.guild.Guild.modify_role +#: interactions.api.models.guild.Guild.modify_role_position +#: interactions.api.models.guild.Guild.modify_role_positions +#: interactions.api.models.guild.Guild.modify_scheduled_event +#: interactions.api.models.guild.Guild.remove_ban +#: interactions.api.models.guild.Guild.remove_member_role +#: interactions.api.models.guild.Guild.search_members +#: interactions.api.models.guild.Guild.set_afk_channel +#: interactions.api.models.guild.Guild.set_afk_timeout +#: interactions.api.models.guild.Guild.set_banner +#: interactions.api.models.guild.Guild.set_default_message_notifications +#: interactions.api.models.guild.Guild.set_description +#: interactions.api.models.guild.Guild.set_discovery_splash +#: interactions.api.models.guild.Guild.set_explicit_content_filter +#: interactions.api.models.guild.Guild.set_icon +#: interactions.api.models.guild.Guild.set_name +#: interactions.api.models.guild.Guild.set_preferred_locale +#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled +#: interactions.api.models.guild.Guild.set_public_updates_channel +#: interactions.api.models.guild.Guild.set_rules_channel +#: interactions.api.models.guild.Guild.set_splash +#: interactions.api.models.guild.Guild.set_system_channel +#: interactions.api.models.guild.Guild.set_verification_level +#: interactions.api.models.guild.GuildPreview +#: interactions.api.models.guild.GuildTemplate +#: interactions.api.models.guild.Integration +#: interactions.api.models.guild.Invite +#: interactions.api.models.guild.ScheduledEvents +#: interactions.api.models.guild.StageInstance +#: interactions.api.models.guild.UnavailableGuild +#: interactions.api.models.guild.WelcomeChannels +#: interactions.api.models.guild.WelcomeScreen of +msgid "Parameters" +msgstr "" + #: interactions.api.models.guild.EventStatus:1 of msgid "An enumerable object representing the status of an event." msgstr "" @@ -606,56 +667,6 @@ msgstr "" msgid "Bans a member from the guild." msgstr "" -#: interactions.api.models.guild.Guild.add_member_role -#: interactions.api.models.guild.Guild.ban -#: interactions.api.models.guild.Guild.clone_channel -#: interactions.api.models.guild.Guild.create_auto_moderation_rule -#: interactions.api.models.guild.Guild.create_channel -#: interactions.api.models.guild.Guild.create_emoji -#: interactions.api.models.guild.Guild.create_role -#: interactions.api.models.guild.Guild.create_scheduled_event -#: interactions.api.models.guild.Guild.create_thread -#: interactions.api.models.guild.Guild.delete_channel -#: interactions.api.models.guild.Guild.delete_emoji -#: interactions.api.models.guild.Guild.delete_role -#: interactions.api.models.guild.Guild.delete_scheduled_event -#: interactions.api.models.guild.Guild.get_auto_moderation_rule -#: interactions.api.models.guild.Guild.get_bans -#: interactions.api.models.guild.Guild.get_emoji -#: interactions.api.models.guild.Guild.get_list_of_members -#: interactions.api.models.guild.Guild.get_member -#: interactions.api.models.guild.Guild.get_role -#: interactions.api.models.guild.Guild.kick -#: interactions.api.models.guild.Guild.modify -#: interactions.api.models.guild.Guild.modify_auto_moderation_rule -#: interactions.api.models.guild.Guild.modify_channel -#: interactions.api.models.guild.Guild.modify_member -#: interactions.api.models.guild.Guild.modify_role -#: interactions.api.models.guild.Guild.modify_role_position -#: interactions.api.models.guild.Guild.modify_role_positions -#: interactions.api.models.guild.Guild.modify_scheduled_event -#: interactions.api.models.guild.Guild.remove_ban -#: interactions.api.models.guild.Guild.remove_member_role -#: interactions.api.models.guild.Guild.search_members -#: interactions.api.models.guild.Guild.set_afk_channel -#: interactions.api.models.guild.Guild.set_afk_timeout -#: interactions.api.models.guild.Guild.set_banner -#: interactions.api.models.guild.Guild.set_default_message_notifications -#: interactions.api.models.guild.Guild.set_description -#: interactions.api.models.guild.Guild.set_discovery_splash -#: interactions.api.models.guild.Guild.set_explicit_content_filter -#: interactions.api.models.guild.Guild.set_icon -#: interactions.api.models.guild.Guild.set_name -#: interactions.api.models.guild.Guild.set_preferred_locale -#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled -#: interactions.api.models.guild.Guild.set_public_updates_channel -#: interactions.api.models.guild.Guild.set_rules_channel -#: interactions.api.models.guild.Guild.set_splash -#: interactions.api.models.guild.Guild.set_system_channel -#: interactions.api.models.guild.Guild.set_verification_level of -msgid "Parameters" -msgstr "" - #: interactions.api.models.guild.Guild.ban:3 of msgid "The id of the member to ban" msgstr "" @@ -764,7 +775,7 @@ msgstr "" msgid "" ":type role Union[Role, int, Snowflake] :param member_id: The id of the " "member to add the roles to :type member_id: Union[Member, int, Snowflake]" -" :param reason?: The reason why the roles are added :type reason: " +" :param reason?: The reason why the roles are added :type reason?: " "Optional[str]" msgstr "" @@ -1895,3 +1906,13 @@ msgstr "" #~ " the roles are added :type reason:" #~ " Optional[str]" #~ msgstr "" + +#~ msgid "" +#~ ":type role Union[Role, int, Snowflake] " +#~ ":param member_id: The id of the " +#~ "member to add the roles to :type" +#~ " member_id: Union[Member, int, Snowflake] " +#~ ":param reason?: The reason why the " +#~ "roles are added :type reason: " +#~ "Optional[str]" +#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.models.guild.po b/docs/locale/it/LC_MESSAGES/api.models.guild.po index 55c53ef3c..63a87348e 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/it/LC_MESSAGES/api.models.guild.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: interactions.py 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -85,6 +85,67 @@ msgstr "" msgid "The location of the event, if any." msgstr "" +#: interactions.api.models.guild.EventMetadata +#: interactions.api.models.guild.Guild +#: interactions.api.models.guild.Guild.add_member_role +#: interactions.api.models.guild.Guild.ban +#: interactions.api.models.guild.Guild.clone_channel +#: interactions.api.models.guild.Guild.create_auto_moderation_rule +#: interactions.api.models.guild.Guild.create_channel +#: interactions.api.models.guild.Guild.create_emoji +#: interactions.api.models.guild.Guild.create_role +#: interactions.api.models.guild.Guild.create_scheduled_event +#: interactions.api.models.guild.Guild.create_thread +#: interactions.api.models.guild.Guild.delete_channel +#: interactions.api.models.guild.Guild.delete_emoji +#: interactions.api.models.guild.Guild.delete_role +#: interactions.api.models.guild.Guild.delete_scheduled_event +#: interactions.api.models.guild.Guild.get_auto_moderation_rule +#: interactions.api.models.guild.Guild.get_bans +#: interactions.api.models.guild.Guild.get_emoji +#: interactions.api.models.guild.Guild.get_list_of_members +#: interactions.api.models.guild.Guild.get_member +#: interactions.api.models.guild.Guild.get_role +#: interactions.api.models.guild.Guild.kick +#: interactions.api.models.guild.Guild.modify +#: interactions.api.models.guild.Guild.modify_auto_moderation_rule +#: interactions.api.models.guild.Guild.modify_channel +#: interactions.api.models.guild.Guild.modify_member +#: interactions.api.models.guild.Guild.modify_role +#: interactions.api.models.guild.Guild.modify_role_position +#: interactions.api.models.guild.Guild.modify_role_positions +#: interactions.api.models.guild.Guild.modify_scheduled_event +#: interactions.api.models.guild.Guild.remove_ban +#: interactions.api.models.guild.Guild.remove_member_role +#: interactions.api.models.guild.Guild.search_members +#: interactions.api.models.guild.Guild.set_afk_channel +#: interactions.api.models.guild.Guild.set_afk_timeout +#: interactions.api.models.guild.Guild.set_banner +#: interactions.api.models.guild.Guild.set_default_message_notifications +#: interactions.api.models.guild.Guild.set_description +#: interactions.api.models.guild.Guild.set_discovery_splash +#: interactions.api.models.guild.Guild.set_explicit_content_filter +#: interactions.api.models.guild.Guild.set_icon +#: interactions.api.models.guild.Guild.set_name +#: interactions.api.models.guild.Guild.set_preferred_locale +#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled +#: interactions.api.models.guild.Guild.set_public_updates_channel +#: interactions.api.models.guild.Guild.set_rules_channel +#: interactions.api.models.guild.Guild.set_splash +#: interactions.api.models.guild.Guild.set_system_channel +#: interactions.api.models.guild.Guild.set_verification_level +#: interactions.api.models.guild.GuildPreview +#: interactions.api.models.guild.GuildTemplate +#: interactions.api.models.guild.Integration +#: interactions.api.models.guild.Invite +#: interactions.api.models.guild.ScheduledEvents +#: interactions.api.models.guild.StageInstance +#: interactions.api.models.guild.UnavailableGuild +#: interactions.api.models.guild.WelcomeChannels +#: interactions.api.models.guild.WelcomeScreen of +msgid "Parameters" +msgstr "" + #: interactions.api.models.guild.EventStatus:1 of msgid "An enumerable object representing the status of an event." msgstr "" @@ -606,56 +667,6 @@ msgstr "" msgid "Bans a member from the guild." msgstr "" -#: interactions.api.models.guild.Guild.add_member_role -#: interactions.api.models.guild.Guild.ban -#: interactions.api.models.guild.Guild.clone_channel -#: interactions.api.models.guild.Guild.create_auto_moderation_rule -#: interactions.api.models.guild.Guild.create_channel -#: interactions.api.models.guild.Guild.create_emoji -#: interactions.api.models.guild.Guild.create_role -#: interactions.api.models.guild.Guild.create_scheduled_event -#: interactions.api.models.guild.Guild.create_thread -#: interactions.api.models.guild.Guild.delete_channel -#: interactions.api.models.guild.Guild.delete_emoji -#: interactions.api.models.guild.Guild.delete_role -#: interactions.api.models.guild.Guild.delete_scheduled_event -#: interactions.api.models.guild.Guild.get_auto_moderation_rule -#: interactions.api.models.guild.Guild.get_bans -#: interactions.api.models.guild.Guild.get_emoji -#: interactions.api.models.guild.Guild.get_list_of_members -#: interactions.api.models.guild.Guild.get_member -#: interactions.api.models.guild.Guild.get_role -#: interactions.api.models.guild.Guild.kick -#: interactions.api.models.guild.Guild.modify -#: interactions.api.models.guild.Guild.modify_auto_moderation_rule -#: interactions.api.models.guild.Guild.modify_channel -#: interactions.api.models.guild.Guild.modify_member -#: interactions.api.models.guild.Guild.modify_role -#: interactions.api.models.guild.Guild.modify_role_position -#: interactions.api.models.guild.Guild.modify_role_positions -#: interactions.api.models.guild.Guild.modify_scheduled_event -#: interactions.api.models.guild.Guild.remove_ban -#: interactions.api.models.guild.Guild.remove_member_role -#: interactions.api.models.guild.Guild.search_members -#: interactions.api.models.guild.Guild.set_afk_channel -#: interactions.api.models.guild.Guild.set_afk_timeout -#: interactions.api.models.guild.Guild.set_banner -#: interactions.api.models.guild.Guild.set_default_message_notifications -#: interactions.api.models.guild.Guild.set_description -#: interactions.api.models.guild.Guild.set_discovery_splash -#: interactions.api.models.guild.Guild.set_explicit_content_filter -#: interactions.api.models.guild.Guild.set_icon -#: interactions.api.models.guild.Guild.set_name -#: interactions.api.models.guild.Guild.set_preferred_locale -#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled -#: interactions.api.models.guild.Guild.set_public_updates_channel -#: interactions.api.models.guild.Guild.set_rules_channel -#: interactions.api.models.guild.Guild.set_splash -#: interactions.api.models.guild.Guild.set_system_channel -#: interactions.api.models.guild.Guild.set_verification_level of -msgid "Parameters" -msgstr "" - #: interactions.api.models.guild.Guild.ban:3 of msgid "The id of the member to ban" msgstr "" @@ -764,7 +775,7 @@ msgstr "" msgid "" ":type role Union[Role, int, Snowflake] :param member_id: The id of the " "member to add the roles to :type member_id: Union[Member, int, Snowflake]" -" :param reason?: The reason why the roles are added :type reason: " +" :param reason?: The reason why the roles are added :type reason?: " "Optional[str]" msgstr "" @@ -1895,3 +1906,13 @@ msgstr "" #~ " the roles are added :type reason:" #~ " Optional[str]" #~ msgstr "" + +#~ msgid "" +#~ ":type role Union[Role, int, Snowflake] " +#~ ":param member_id: The id of the " +#~ "member to add the roles to :type" +#~ " member_id: Union[Member, int, Snowflake] " +#~ ":param reason?: The reason why the " +#~ "roles are added :type reason: " +#~ "Optional[str]" +#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.guild.po b/docs/locale/pl/LC_MESSAGES/api.models.guild.po index 55c53ef3c..63a87348e 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.guild.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: interactions.py 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -85,6 +85,67 @@ msgstr "" msgid "The location of the event, if any." msgstr "" +#: interactions.api.models.guild.EventMetadata +#: interactions.api.models.guild.Guild +#: interactions.api.models.guild.Guild.add_member_role +#: interactions.api.models.guild.Guild.ban +#: interactions.api.models.guild.Guild.clone_channel +#: interactions.api.models.guild.Guild.create_auto_moderation_rule +#: interactions.api.models.guild.Guild.create_channel +#: interactions.api.models.guild.Guild.create_emoji +#: interactions.api.models.guild.Guild.create_role +#: interactions.api.models.guild.Guild.create_scheduled_event +#: interactions.api.models.guild.Guild.create_thread +#: interactions.api.models.guild.Guild.delete_channel +#: interactions.api.models.guild.Guild.delete_emoji +#: interactions.api.models.guild.Guild.delete_role +#: interactions.api.models.guild.Guild.delete_scheduled_event +#: interactions.api.models.guild.Guild.get_auto_moderation_rule +#: interactions.api.models.guild.Guild.get_bans +#: interactions.api.models.guild.Guild.get_emoji +#: interactions.api.models.guild.Guild.get_list_of_members +#: interactions.api.models.guild.Guild.get_member +#: interactions.api.models.guild.Guild.get_role +#: interactions.api.models.guild.Guild.kick +#: interactions.api.models.guild.Guild.modify +#: interactions.api.models.guild.Guild.modify_auto_moderation_rule +#: interactions.api.models.guild.Guild.modify_channel +#: interactions.api.models.guild.Guild.modify_member +#: interactions.api.models.guild.Guild.modify_role +#: interactions.api.models.guild.Guild.modify_role_position +#: interactions.api.models.guild.Guild.modify_role_positions +#: interactions.api.models.guild.Guild.modify_scheduled_event +#: interactions.api.models.guild.Guild.remove_ban +#: interactions.api.models.guild.Guild.remove_member_role +#: interactions.api.models.guild.Guild.search_members +#: interactions.api.models.guild.Guild.set_afk_channel +#: interactions.api.models.guild.Guild.set_afk_timeout +#: interactions.api.models.guild.Guild.set_banner +#: interactions.api.models.guild.Guild.set_default_message_notifications +#: interactions.api.models.guild.Guild.set_description +#: interactions.api.models.guild.Guild.set_discovery_splash +#: interactions.api.models.guild.Guild.set_explicit_content_filter +#: interactions.api.models.guild.Guild.set_icon +#: interactions.api.models.guild.Guild.set_name +#: interactions.api.models.guild.Guild.set_preferred_locale +#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled +#: interactions.api.models.guild.Guild.set_public_updates_channel +#: interactions.api.models.guild.Guild.set_rules_channel +#: interactions.api.models.guild.Guild.set_splash +#: interactions.api.models.guild.Guild.set_system_channel +#: interactions.api.models.guild.Guild.set_verification_level +#: interactions.api.models.guild.GuildPreview +#: interactions.api.models.guild.GuildTemplate +#: interactions.api.models.guild.Integration +#: interactions.api.models.guild.Invite +#: interactions.api.models.guild.ScheduledEvents +#: interactions.api.models.guild.StageInstance +#: interactions.api.models.guild.UnavailableGuild +#: interactions.api.models.guild.WelcomeChannels +#: interactions.api.models.guild.WelcomeScreen of +msgid "Parameters" +msgstr "" + #: interactions.api.models.guild.EventStatus:1 of msgid "An enumerable object representing the status of an event." msgstr "" @@ -606,56 +667,6 @@ msgstr "" msgid "Bans a member from the guild." msgstr "" -#: interactions.api.models.guild.Guild.add_member_role -#: interactions.api.models.guild.Guild.ban -#: interactions.api.models.guild.Guild.clone_channel -#: interactions.api.models.guild.Guild.create_auto_moderation_rule -#: interactions.api.models.guild.Guild.create_channel -#: interactions.api.models.guild.Guild.create_emoji -#: interactions.api.models.guild.Guild.create_role -#: interactions.api.models.guild.Guild.create_scheduled_event -#: interactions.api.models.guild.Guild.create_thread -#: interactions.api.models.guild.Guild.delete_channel -#: interactions.api.models.guild.Guild.delete_emoji -#: interactions.api.models.guild.Guild.delete_role -#: interactions.api.models.guild.Guild.delete_scheduled_event -#: interactions.api.models.guild.Guild.get_auto_moderation_rule -#: interactions.api.models.guild.Guild.get_bans -#: interactions.api.models.guild.Guild.get_emoji -#: interactions.api.models.guild.Guild.get_list_of_members -#: interactions.api.models.guild.Guild.get_member -#: interactions.api.models.guild.Guild.get_role -#: interactions.api.models.guild.Guild.kick -#: interactions.api.models.guild.Guild.modify -#: interactions.api.models.guild.Guild.modify_auto_moderation_rule -#: interactions.api.models.guild.Guild.modify_channel -#: interactions.api.models.guild.Guild.modify_member -#: interactions.api.models.guild.Guild.modify_role -#: interactions.api.models.guild.Guild.modify_role_position -#: interactions.api.models.guild.Guild.modify_role_positions -#: interactions.api.models.guild.Guild.modify_scheduled_event -#: interactions.api.models.guild.Guild.remove_ban -#: interactions.api.models.guild.Guild.remove_member_role -#: interactions.api.models.guild.Guild.search_members -#: interactions.api.models.guild.Guild.set_afk_channel -#: interactions.api.models.guild.Guild.set_afk_timeout -#: interactions.api.models.guild.Guild.set_banner -#: interactions.api.models.guild.Guild.set_default_message_notifications -#: interactions.api.models.guild.Guild.set_description -#: interactions.api.models.guild.Guild.set_discovery_splash -#: interactions.api.models.guild.Guild.set_explicit_content_filter -#: interactions.api.models.guild.Guild.set_icon -#: interactions.api.models.guild.Guild.set_name -#: interactions.api.models.guild.Guild.set_preferred_locale -#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled -#: interactions.api.models.guild.Guild.set_public_updates_channel -#: interactions.api.models.guild.Guild.set_rules_channel -#: interactions.api.models.guild.Guild.set_splash -#: interactions.api.models.guild.Guild.set_system_channel -#: interactions.api.models.guild.Guild.set_verification_level of -msgid "Parameters" -msgstr "" - #: interactions.api.models.guild.Guild.ban:3 of msgid "The id of the member to ban" msgstr "" @@ -764,7 +775,7 @@ msgstr "" msgid "" ":type role Union[Role, int, Snowflake] :param member_id: The id of the " "member to add the roles to :type member_id: Union[Member, int, Snowflake]" -" :param reason?: The reason why the roles are added :type reason: " +" :param reason?: The reason why the roles are added :type reason?: " "Optional[str]" msgstr "" @@ -1895,3 +1906,13 @@ msgstr "" #~ " the roles are added :type reason:" #~ " Optional[str]" #~ msgstr "" + +#~ msgid "" +#~ ":type role Union[Role, int, Snowflake] " +#~ ":param member_id: The id of the " +#~ "member to add the roles to :type" +#~ " member_id: Union[Member, int, Snowflake] " +#~ ":param reason?: The reason why the " +#~ "roles are added :type reason: " +#~ "Optional[str]" +#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.guild.po b/docs/locale/ru/LC_MESSAGES/api.models.guild.po index 55c53ef3c..63a87348e 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.guild.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: interactions.py 4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -85,6 +85,67 @@ msgstr "" msgid "The location of the event, if any." msgstr "" +#: interactions.api.models.guild.EventMetadata +#: interactions.api.models.guild.Guild +#: interactions.api.models.guild.Guild.add_member_role +#: interactions.api.models.guild.Guild.ban +#: interactions.api.models.guild.Guild.clone_channel +#: interactions.api.models.guild.Guild.create_auto_moderation_rule +#: interactions.api.models.guild.Guild.create_channel +#: interactions.api.models.guild.Guild.create_emoji +#: interactions.api.models.guild.Guild.create_role +#: interactions.api.models.guild.Guild.create_scheduled_event +#: interactions.api.models.guild.Guild.create_thread +#: interactions.api.models.guild.Guild.delete_channel +#: interactions.api.models.guild.Guild.delete_emoji +#: interactions.api.models.guild.Guild.delete_role +#: interactions.api.models.guild.Guild.delete_scheduled_event +#: interactions.api.models.guild.Guild.get_auto_moderation_rule +#: interactions.api.models.guild.Guild.get_bans +#: interactions.api.models.guild.Guild.get_emoji +#: interactions.api.models.guild.Guild.get_list_of_members +#: interactions.api.models.guild.Guild.get_member +#: interactions.api.models.guild.Guild.get_role +#: interactions.api.models.guild.Guild.kick +#: interactions.api.models.guild.Guild.modify +#: interactions.api.models.guild.Guild.modify_auto_moderation_rule +#: interactions.api.models.guild.Guild.modify_channel +#: interactions.api.models.guild.Guild.modify_member +#: interactions.api.models.guild.Guild.modify_role +#: interactions.api.models.guild.Guild.modify_role_position +#: interactions.api.models.guild.Guild.modify_role_positions +#: interactions.api.models.guild.Guild.modify_scheduled_event +#: interactions.api.models.guild.Guild.remove_ban +#: interactions.api.models.guild.Guild.remove_member_role +#: interactions.api.models.guild.Guild.search_members +#: interactions.api.models.guild.Guild.set_afk_channel +#: interactions.api.models.guild.Guild.set_afk_timeout +#: interactions.api.models.guild.Guild.set_banner +#: interactions.api.models.guild.Guild.set_default_message_notifications +#: interactions.api.models.guild.Guild.set_description +#: interactions.api.models.guild.Guild.set_discovery_splash +#: interactions.api.models.guild.Guild.set_explicit_content_filter +#: interactions.api.models.guild.Guild.set_icon +#: interactions.api.models.guild.Guild.set_name +#: interactions.api.models.guild.Guild.set_preferred_locale +#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled +#: interactions.api.models.guild.Guild.set_public_updates_channel +#: interactions.api.models.guild.Guild.set_rules_channel +#: interactions.api.models.guild.Guild.set_splash +#: interactions.api.models.guild.Guild.set_system_channel +#: interactions.api.models.guild.Guild.set_verification_level +#: interactions.api.models.guild.GuildPreview +#: interactions.api.models.guild.GuildTemplate +#: interactions.api.models.guild.Integration +#: interactions.api.models.guild.Invite +#: interactions.api.models.guild.ScheduledEvents +#: interactions.api.models.guild.StageInstance +#: interactions.api.models.guild.UnavailableGuild +#: interactions.api.models.guild.WelcomeChannels +#: interactions.api.models.guild.WelcomeScreen of +msgid "Parameters" +msgstr "" + #: interactions.api.models.guild.EventStatus:1 of msgid "An enumerable object representing the status of an event." msgstr "" @@ -606,56 +667,6 @@ msgstr "" msgid "Bans a member from the guild." msgstr "" -#: interactions.api.models.guild.Guild.add_member_role -#: interactions.api.models.guild.Guild.ban -#: interactions.api.models.guild.Guild.clone_channel -#: interactions.api.models.guild.Guild.create_auto_moderation_rule -#: interactions.api.models.guild.Guild.create_channel -#: interactions.api.models.guild.Guild.create_emoji -#: interactions.api.models.guild.Guild.create_role -#: interactions.api.models.guild.Guild.create_scheduled_event -#: interactions.api.models.guild.Guild.create_thread -#: interactions.api.models.guild.Guild.delete_channel -#: interactions.api.models.guild.Guild.delete_emoji -#: interactions.api.models.guild.Guild.delete_role -#: interactions.api.models.guild.Guild.delete_scheduled_event -#: interactions.api.models.guild.Guild.get_auto_moderation_rule -#: interactions.api.models.guild.Guild.get_bans -#: interactions.api.models.guild.Guild.get_emoji -#: interactions.api.models.guild.Guild.get_list_of_members -#: interactions.api.models.guild.Guild.get_member -#: interactions.api.models.guild.Guild.get_role -#: interactions.api.models.guild.Guild.kick -#: interactions.api.models.guild.Guild.modify -#: interactions.api.models.guild.Guild.modify_auto_moderation_rule -#: interactions.api.models.guild.Guild.modify_channel -#: interactions.api.models.guild.Guild.modify_member -#: interactions.api.models.guild.Guild.modify_role -#: interactions.api.models.guild.Guild.modify_role_position -#: interactions.api.models.guild.Guild.modify_role_positions -#: interactions.api.models.guild.Guild.modify_scheduled_event -#: interactions.api.models.guild.Guild.remove_ban -#: interactions.api.models.guild.Guild.remove_member_role -#: interactions.api.models.guild.Guild.search_members -#: interactions.api.models.guild.Guild.set_afk_channel -#: interactions.api.models.guild.Guild.set_afk_timeout -#: interactions.api.models.guild.Guild.set_banner -#: interactions.api.models.guild.Guild.set_default_message_notifications -#: interactions.api.models.guild.Guild.set_description -#: interactions.api.models.guild.Guild.set_discovery_splash -#: interactions.api.models.guild.Guild.set_explicit_content_filter -#: interactions.api.models.guild.Guild.set_icon -#: interactions.api.models.guild.Guild.set_name -#: interactions.api.models.guild.Guild.set_preferred_locale -#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled -#: interactions.api.models.guild.Guild.set_public_updates_channel -#: interactions.api.models.guild.Guild.set_rules_channel -#: interactions.api.models.guild.Guild.set_splash -#: interactions.api.models.guild.Guild.set_system_channel -#: interactions.api.models.guild.Guild.set_verification_level of -msgid "Parameters" -msgstr "" - #: interactions.api.models.guild.Guild.ban:3 of msgid "The id of the member to ban" msgstr "" @@ -764,7 +775,7 @@ msgstr "" msgid "" ":type role Union[Role, int, Snowflake] :param member_id: The id of the " "member to add the roles to :type member_id: Union[Member, int, Snowflake]" -" :param reason?: The reason why the roles are added :type reason: " +" :param reason?: The reason why the roles are added :type reason?: " "Optional[str]" msgstr "" @@ -1895,3 +1906,13 @@ msgstr "" #~ " the roles are added :type reason:" #~ " Optional[str]" #~ msgstr "" + +#~ msgid "" +#~ ":type role Union[Role, int, Snowflake] " +#~ ":param member_id: The id of the " +#~ "member to add the roles to :type" +#~ " member_id: Union[Member, int, Snowflake] " +#~ ":param reason?: The reason why the " +#~ "roles are added :type reason: " +#~ "Optional[str]" +#~ msgstr "" From b54b0f53f9a3bf93f10ffe047e45556575b401fb Mon Sep 17 00:00:00 2001 From: DeltaXWizard <33706469+deltaxwizard@users.noreply.github.com> Date: Sun, 17 Jul 2022 16:46:34 -0400 Subject: [PATCH 2/4] docs: Completely redo locale translations by reducing the amount of blank messages. --- docs/locale/de/LC_MESSAGES/api.cache.mo | Bin 2415 -> 0 bytes docs/locale/de/LC_MESSAGES/api.cache.po | 49 +----------- docs/locale/de/LC_MESSAGES/api.dispatch.mo | Bin 2073 -> 0 bytes docs/locale/de/LC_MESSAGES/api.dispatch.po | 7 +- docs/locale/de/LC_MESSAGES/api.enums.mo | Bin 1215 -> 0 bytes docs/locale/de/LC_MESSAGES/api.enums.po | 3 +- docs/locale/de/LC_MESSAGES/api.error.mo | Bin 1409 -> 0 bytes docs/locale/de/LC_MESSAGES/api.error.po | 73 ++--------------- docs/locale/de/LC_MESSAGES/api.gateway.mo | Bin 2237 -> 0 bytes docs/locale/de/LC_MESSAGES/api.gateway.po | 16 +--- docs/locale/de/LC_MESSAGES/api.http.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/api.http.po | 19 +---- docs/locale/de/LC_MESSAGES/api.mo | Bin 434 -> 0 bytes .../de/LC_MESSAGES/api.models.channel.mo | Bin 434 -> 0 bytes .../de/LC_MESSAGES/api.models.channel.po | 61 +++++++------- .../locale/de/LC_MESSAGES/api.models.flags.mo | Bin 434 -> 0 bytes .../locale/de/LC_MESSAGES/api.models.flags.po | 3 +- .../locale/de/LC_MESSAGES/api.models.guild.mo | Bin 434 -> 0 bytes .../locale/de/LC_MESSAGES/api.models.guild.po | 20 +---- docs/locale/de/LC_MESSAGES/api.models.gw.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/api.models.gw.po | 45 ++++++++--- .../de/LC_MESSAGES/api.models.member.mo | Bin 434 -> 0 bytes .../de/LC_MESSAGES/api.models.member.po | 37 ++++----- .../de/LC_MESSAGES/api.models.message.mo | Bin 434 -> 0 bytes .../de/LC_MESSAGES/api.models.message.po | 67 ++++++++++------ docs/locale/de/LC_MESSAGES/api.models.misc.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/api.models.misc.po | 26 +++--- docs/locale/de/LC_MESSAGES/api.models.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/api.models.po | 5 +- .../de/LC_MESSAGES/api.models.presence.mo | Bin 434 -> 0 bytes .../de/LC_MESSAGES/api.models.presence.po | 16 +--- docs/locale/de/LC_MESSAGES/api.models.role.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/api.models.role.po | 19 +++-- docs/locale/de/LC_MESSAGES/api.models.team.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/api.models.team.po | 3 +- docs/locale/de/LC_MESSAGES/api.models.user.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/api.models.user.po | 3 +- .../de/LC_MESSAGES/api.models.webhook.mo | Bin 434 -> 0 bytes .../de/LC_MESSAGES/api.models.webhook.po | 14 ++-- docs/locale/de/LC_MESSAGES/api.po | 13 +-- docs/locale/de/LC_MESSAGES/client.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/client.po | 19 ++--- docs/locale/de/LC_MESSAGES/context.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/context.po | 37 +++++---- docs/locale/de/LC_MESSAGES/enums.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/enums.po | 3 +- docs/locale/de/LC_MESSAGES/events.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/events.po | 1 + docs/locale/de/LC_MESSAGES/ext.base.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/ext.base.po | 19 +---- docs/locale/de/LC_MESSAGES/ext.converter.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/ext.converter.po | 27 ++++--- docs/locale/de/LC_MESSAGES/ext.error.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/ext.error.po | 3 +- .../de/LC_MESSAGES/ext.gettingstarted.mo | Bin 434 -> 0 bytes .../de/LC_MESSAGES/ext.gettingstarted.po | 5 +- docs/locale/de/LC_MESSAGES/ext.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/ext.po | 5 +- docs/locale/de/LC_MESSAGES/ext.version.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/ext.version.po | 27 +------ docs/locale/de/LC_MESSAGES/faq.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/faq.po | 75 +----------------- docs/locale/de/LC_MESSAGES/get.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/get.po | 1 + docs/locale/de/LC_MESSAGES/index.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/index.po | 34 +------- docs/locale/de/LC_MESSAGES/migration.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/models.command.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/models.command.po | 39 +++++---- .../locale/de/LC_MESSAGES/models.component.mo | Bin 434 -> 0 bytes .../locale/de/LC_MESSAGES/models.component.po | 20 +++-- docs/locale/de/LC_MESSAGES/models.misc.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/models.misc.po | 3 +- docs/locale/de/LC_MESSAGES/models.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/models.po | 5 +- docs/locale/de/LC_MESSAGES/models.utils.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/models.utils.po | 1 + docs/locale/de/LC_MESSAGES/quickstart.mo | Bin 434 -> 0 bytes docs/locale/de/LC_MESSAGES/quickstart.po | 4 +- docs/locale/es/LC_MESSAGES/api.cache.po | 1 + docs/locale/es/LC_MESSAGES/api.dispatch.po | 1 + docs/locale/es/LC_MESSAGES/api.enums.po | 1 + docs/locale/es/LC_MESSAGES/api.error.po | 1 + docs/locale/es/LC_MESSAGES/api.gateway.po | 1 + docs/locale/es/LC_MESSAGES/api.http.po | 1 + .../es/LC_MESSAGES/api.models.channel.po | 1 + .../locale/es/LC_MESSAGES/api.models.flags.po | 1 + .../locale/es/LC_MESSAGES/api.models.guild.po | 9 --- docs/locale/es/LC_MESSAGES/api.models.gw.po | 1 + .../es/LC_MESSAGES/api.models.member.po | 1 + .../es/LC_MESSAGES/api.models.message.po | 1 + docs/locale/es/LC_MESSAGES/api.models.misc.po | 1 + docs/locale/es/LC_MESSAGES/api.models.po | 1 + .../es/LC_MESSAGES/api.models.presence.po | 1 + docs/locale/es/LC_MESSAGES/api.models.role.po | 1 + docs/locale/es/LC_MESSAGES/api.models.team.po | 1 + docs/locale/es/LC_MESSAGES/api.models.user.po | 1 + .../es/LC_MESSAGES/api.models.webhook.po | 1 + docs/locale/es/LC_MESSAGES/api.po | 1 + docs/locale/es/LC_MESSAGES/client.po | 1 + docs/locale/es/LC_MESSAGES/context.po | 1 + docs/locale/es/LC_MESSAGES/enums.po | 1 + docs/locale/es/LC_MESSAGES/events.po | 1 + docs/locale/es/LC_MESSAGES/ext.base.po | 1 + docs/locale/es/LC_MESSAGES/ext.converter.po | 1 + docs/locale/es/LC_MESSAGES/ext.error.po | 1 + .../es/LC_MESSAGES/ext.gettingstarted.po | 1 + docs/locale/es/LC_MESSAGES/ext.po | 1 + docs/locale/es/LC_MESSAGES/ext.version.po | 1 + docs/locale/es/LC_MESSAGES/faq.po | 1 + docs/locale/es/LC_MESSAGES/get.po | 1 + docs/locale/es/LC_MESSAGES/index.po | 1 + docs/locale/es/LC_MESSAGES/migration.po | 1 + docs/locale/es/LC_MESSAGES/models.command.po | 1 + .../locale/es/LC_MESSAGES/models.component.po | 1 + docs/locale/es/LC_MESSAGES/models.misc.po | 1 + docs/locale/es/LC_MESSAGES/models.po | 1 + docs/locale/es/LC_MESSAGES/models.utils.po | 1 + docs/locale/es/LC_MESSAGES/quickstart.po | 1 + docs/locale/fr/LC_MESSAGES/api.cache.po | 49 +----------- docs/locale/fr/LC_MESSAGES/api.dispatch.po | 7 +- docs/locale/fr/LC_MESSAGES/api.enums.po | 3 +- docs/locale/fr/LC_MESSAGES/api.error.po | 73 ++--------------- docs/locale/fr/LC_MESSAGES/api.gateway.po | 16 +--- docs/locale/fr/LC_MESSAGES/api.http.po | 19 +---- .../fr/LC_MESSAGES/api.models.channel.po | 61 +++++++------- .../locale/fr/LC_MESSAGES/api.models.flags.po | 3 +- .../locale/fr/LC_MESSAGES/api.models.guild.po | 20 +---- docs/locale/fr/LC_MESSAGES/api.models.gw.po | 45 ++++++++--- .../fr/LC_MESSAGES/api.models.member.po | 37 ++++----- .../fr/LC_MESSAGES/api.models.message.po | 67 ++++++++++------ docs/locale/fr/LC_MESSAGES/api.models.misc.po | 26 +++--- docs/locale/fr/LC_MESSAGES/api.models.po | 5 +- .../fr/LC_MESSAGES/api.models.presence.po | 16 +--- docs/locale/fr/LC_MESSAGES/api.models.role.po | 19 +++-- docs/locale/fr/LC_MESSAGES/api.models.team.po | 3 +- docs/locale/fr/LC_MESSAGES/api.models.user.po | 3 +- .../fr/LC_MESSAGES/api.models.webhook.po | 14 ++-- docs/locale/fr/LC_MESSAGES/api.po | 13 +-- docs/locale/fr/LC_MESSAGES/client.po | 19 ++--- docs/locale/fr/LC_MESSAGES/context.po | 37 +++++---- docs/locale/fr/LC_MESSAGES/enums.po | 3 +- docs/locale/fr/LC_MESSAGES/events.po | 1 + docs/locale/fr/LC_MESSAGES/ext.base.po | 19 +---- docs/locale/fr/LC_MESSAGES/ext.converter.po | 27 ++++--- docs/locale/fr/LC_MESSAGES/ext.error.po | 3 +- .../fr/LC_MESSAGES/ext.gettingstarted.po | 5 +- docs/locale/fr/LC_MESSAGES/ext.po | 5 +- docs/locale/fr/LC_MESSAGES/ext.version.po | 27 +------ docs/locale/fr/LC_MESSAGES/faq.po | 75 +----------------- docs/locale/fr/LC_MESSAGES/get.po | 1 + docs/locale/fr/LC_MESSAGES/index.po | 34 +------- docs/locale/fr/LC_MESSAGES/migration.po | 8 +- docs/locale/fr/LC_MESSAGES/models.command.po | 39 +++++---- .../locale/fr/LC_MESSAGES/models.component.po | 20 +++-- docs/locale/fr/LC_MESSAGES/models.misc.po | 3 +- docs/locale/fr/LC_MESSAGES/models.po | 5 +- docs/locale/fr/LC_MESSAGES/models.utils.po | 1 + docs/locale/fr/LC_MESSAGES/quickstart.po | 4 +- docs/locale/hi/LC_MESSAGES/api.cache.po | 49 +----------- docs/locale/hi/LC_MESSAGES/api.dispatch.po | 7 +- docs/locale/hi/LC_MESSAGES/api.enums.po | 3 +- docs/locale/hi/LC_MESSAGES/api.error.po | 73 ++--------------- docs/locale/hi/LC_MESSAGES/api.gateway.po | 16 +--- docs/locale/hi/LC_MESSAGES/api.http.po | 19 +---- .../hi/LC_MESSAGES/api.models.channel.po | 61 +++++++------- .../locale/hi/LC_MESSAGES/api.models.flags.po | 3 +- .../locale/hi/LC_MESSAGES/api.models.guild.po | 20 +---- docs/locale/hi/LC_MESSAGES/api.models.gw.po | 45 ++++++++--- .../hi/LC_MESSAGES/api.models.member.po | 37 ++++----- .../hi/LC_MESSAGES/api.models.message.po | 67 ++++++++++------ docs/locale/hi/LC_MESSAGES/api.models.misc.po | 26 +++--- docs/locale/hi/LC_MESSAGES/api.models.po | 5 +- .../hi/LC_MESSAGES/api.models.presence.po | 16 +--- docs/locale/hi/LC_MESSAGES/api.models.role.po | 19 +++-- docs/locale/hi/LC_MESSAGES/api.models.team.po | 3 +- docs/locale/hi/LC_MESSAGES/api.models.user.po | 3 +- .../hi/LC_MESSAGES/api.models.webhook.po | 14 ++-- docs/locale/hi/LC_MESSAGES/api.po | 13 +-- docs/locale/hi/LC_MESSAGES/client.po | 19 ++--- docs/locale/hi/LC_MESSAGES/context.po | 37 +++++---- docs/locale/hi/LC_MESSAGES/enums.po | 3 +- docs/locale/hi/LC_MESSAGES/events.po | 1 + docs/locale/hi/LC_MESSAGES/ext.base.po | 19 +---- docs/locale/hi/LC_MESSAGES/ext.converter.po | 27 ++++--- docs/locale/hi/LC_MESSAGES/ext.error.po | 3 +- .../hi/LC_MESSAGES/ext.gettingstarted.po | 5 +- docs/locale/hi/LC_MESSAGES/ext.po | 5 +- docs/locale/hi/LC_MESSAGES/ext.version.po | 27 +------ docs/locale/hi/LC_MESSAGES/faq.po | 75 +----------------- docs/locale/hi/LC_MESSAGES/get.po | 1 + docs/locale/hi/LC_MESSAGES/index.po | 34 +------- docs/locale/hi/LC_MESSAGES/migration.po | 8 +- docs/locale/hi/LC_MESSAGES/models.command.po | 39 +++++---- .../locale/hi/LC_MESSAGES/models.component.po | 20 +++-- docs/locale/hi/LC_MESSAGES/models.misc.po | 3 +- docs/locale/hi/LC_MESSAGES/models.po | 5 +- docs/locale/hi/LC_MESSAGES/models.utils.po | 1 + docs/locale/hi/LC_MESSAGES/quickstart.po | 4 +- docs/locale/it/LC_MESSAGES/api.cache.po | 49 +----------- docs/locale/it/LC_MESSAGES/api.dispatch.po | 7 +- docs/locale/it/LC_MESSAGES/api.enums.po | 3 +- docs/locale/it/LC_MESSAGES/api.error.po | 73 ++--------------- docs/locale/it/LC_MESSAGES/api.gateway.po | 16 +--- docs/locale/it/LC_MESSAGES/api.http.po | 19 +---- .../it/LC_MESSAGES/api.models.channel.po | 61 +++++++------- .../locale/it/LC_MESSAGES/api.models.flags.po | 3 +- .../locale/it/LC_MESSAGES/api.models.guild.po | 20 +---- docs/locale/it/LC_MESSAGES/api.models.gw.po | 45 ++++++++--- .../it/LC_MESSAGES/api.models.member.po | 37 ++++----- .../it/LC_MESSAGES/api.models.message.po | 67 ++++++++++------ docs/locale/it/LC_MESSAGES/api.models.misc.po | 26 +++--- docs/locale/it/LC_MESSAGES/api.models.po | 5 +- .../it/LC_MESSAGES/api.models.presence.po | 16 +--- docs/locale/it/LC_MESSAGES/api.models.role.po | 19 +++-- docs/locale/it/LC_MESSAGES/api.models.team.po | 3 +- docs/locale/it/LC_MESSAGES/api.models.user.po | 3 +- .../it/LC_MESSAGES/api.models.webhook.po | 14 ++-- docs/locale/it/LC_MESSAGES/api.po | 13 +-- docs/locale/it/LC_MESSAGES/client.po | 19 ++--- docs/locale/it/LC_MESSAGES/context.po | 37 +++++---- docs/locale/it/LC_MESSAGES/enums.po | 3 +- docs/locale/it/LC_MESSAGES/events.po | 1 + docs/locale/it/LC_MESSAGES/ext.base.po | 19 +---- docs/locale/it/LC_MESSAGES/ext.converter.po | 27 ++++--- docs/locale/it/LC_MESSAGES/ext.error.po | 3 +- .../it/LC_MESSAGES/ext.gettingstarted.po | 5 +- docs/locale/it/LC_MESSAGES/ext.po | 5 +- docs/locale/it/LC_MESSAGES/ext.version.po | 27 +------ docs/locale/it/LC_MESSAGES/faq.po | 75 +----------------- docs/locale/it/LC_MESSAGES/get.po | 1 + docs/locale/it/LC_MESSAGES/index.po | 34 +------- docs/locale/it/LC_MESSAGES/migration.po | 8 +- docs/locale/it/LC_MESSAGES/models.command.po | 39 +++++---- .../locale/it/LC_MESSAGES/models.component.po | 20 +++-- docs/locale/it/LC_MESSAGES/models.misc.po | 3 +- docs/locale/it/LC_MESSAGES/models.po | 5 +- docs/locale/it/LC_MESSAGES/models.utils.po | 1 + docs/locale/it/LC_MESSAGES/quickstart.po | 4 +- docs/locale/pl/LC_MESSAGES/api.cache.po | 49 +----------- docs/locale/pl/LC_MESSAGES/api.dispatch.po | 7 +- docs/locale/pl/LC_MESSAGES/api.enums.po | 3 +- docs/locale/pl/LC_MESSAGES/api.error.po | 73 ++--------------- docs/locale/pl/LC_MESSAGES/api.gateway.po | 16 +--- docs/locale/pl/LC_MESSAGES/api.http.po | 19 +---- .../pl/LC_MESSAGES/api.models.channel.po | 61 +++++++------- .../locale/pl/LC_MESSAGES/api.models.flags.po | 3 +- .../locale/pl/LC_MESSAGES/api.models.guild.po | 20 +---- docs/locale/pl/LC_MESSAGES/api.models.gw.po | 45 ++++++++--- .../pl/LC_MESSAGES/api.models.member.po | 37 ++++----- .../pl/LC_MESSAGES/api.models.message.po | 67 ++++++++++------ docs/locale/pl/LC_MESSAGES/api.models.misc.po | 26 +++--- docs/locale/pl/LC_MESSAGES/api.models.po | 5 +- .../pl/LC_MESSAGES/api.models.presence.po | 16 +--- docs/locale/pl/LC_MESSAGES/api.models.role.po | 19 +++-- docs/locale/pl/LC_MESSAGES/api.models.team.po | 3 +- docs/locale/pl/LC_MESSAGES/api.models.user.po | 3 +- .../pl/LC_MESSAGES/api.models.webhook.po | 14 ++-- docs/locale/pl/LC_MESSAGES/api.po | 13 +-- docs/locale/pl/LC_MESSAGES/client.po | 19 ++--- docs/locale/pl/LC_MESSAGES/context.po | 37 +++++---- docs/locale/pl/LC_MESSAGES/enums.po | 3 +- docs/locale/pl/LC_MESSAGES/events.po | 1 + docs/locale/pl/LC_MESSAGES/ext.base.po | 19 +---- docs/locale/pl/LC_MESSAGES/ext.converter.po | 27 ++++--- docs/locale/pl/LC_MESSAGES/ext.error.po | 3 +- .../pl/LC_MESSAGES/ext.gettingstarted.po | 5 +- docs/locale/pl/LC_MESSAGES/ext.po | 5 +- docs/locale/pl/LC_MESSAGES/ext.version.po | 27 +------ docs/locale/pl/LC_MESSAGES/faq.po | 75 +----------------- docs/locale/pl/LC_MESSAGES/get.po | 1 + docs/locale/pl/LC_MESSAGES/index.po | 34 +------- docs/locale/pl/LC_MESSAGES/migration.po | 8 +- docs/locale/pl/LC_MESSAGES/models.command.po | 39 +++++---- .../locale/pl/LC_MESSAGES/models.component.po | 20 +++-- docs/locale/pl/LC_MESSAGES/models.misc.po | 3 +- docs/locale/pl/LC_MESSAGES/models.po | 5 +- docs/locale/pl/LC_MESSAGES/models.utils.po | 1 + docs/locale/pl/LC_MESSAGES/quickstart.po | 4 +- docs/locale/ru/LC_MESSAGES/api.cache.po | 49 +----------- docs/locale/ru/LC_MESSAGES/api.dispatch.po | 7 +- docs/locale/ru/LC_MESSAGES/api.enums.po | 3 +- docs/locale/ru/LC_MESSAGES/api.error.po | 73 ++--------------- docs/locale/ru/LC_MESSAGES/api.gateway.po | 16 +--- docs/locale/ru/LC_MESSAGES/api.http.po | 19 +---- .../ru/LC_MESSAGES/api.models.channel.po | 61 +++++++------- .../locale/ru/LC_MESSAGES/api.models.flags.po | 3 +- .../locale/ru/LC_MESSAGES/api.models.guild.po | 20 +---- docs/locale/ru/LC_MESSAGES/api.models.gw.po | 45 ++++++++--- .../ru/LC_MESSAGES/api.models.member.po | 37 ++++----- .../ru/LC_MESSAGES/api.models.message.po | 67 ++++++++++------ docs/locale/ru/LC_MESSAGES/api.models.misc.po | 26 +++--- docs/locale/ru/LC_MESSAGES/api.models.po | 5 +- .../ru/LC_MESSAGES/api.models.presence.po | 16 +--- docs/locale/ru/LC_MESSAGES/api.models.role.po | 19 +++-- docs/locale/ru/LC_MESSAGES/api.models.team.po | 3 +- docs/locale/ru/LC_MESSAGES/api.models.user.po | 3 +- .../ru/LC_MESSAGES/api.models.webhook.po | 14 ++-- docs/locale/ru/LC_MESSAGES/api.po | 13 +-- docs/locale/ru/LC_MESSAGES/client.po | 19 ++--- docs/locale/ru/LC_MESSAGES/context.po | 37 +++++---- docs/locale/ru/LC_MESSAGES/enums.po | 3 +- docs/locale/ru/LC_MESSAGES/events.po | 1 + docs/locale/ru/LC_MESSAGES/ext.base.po | 19 +---- docs/locale/ru/LC_MESSAGES/ext.converter.po | 27 ++++--- docs/locale/ru/LC_MESSAGES/ext.error.po | 3 +- .../ru/LC_MESSAGES/ext.gettingstarted.po | 5 +- docs/locale/ru/LC_MESSAGES/ext.po | 5 +- docs/locale/ru/LC_MESSAGES/ext.version.po | 27 +------ docs/locale/ru/LC_MESSAGES/faq.po | 75 +----------------- docs/locale/ru/LC_MESSAGES/get.po | 1 + docs/locale/ru/LC_MESSAGES/index.po | 34 +------- docs/locale/ru/LC_MESSAGES/migration.po | 8 +- docs/locale/ru/LC_MESSAGES/models.command.po | 39 +++++---- .../locale/ru/LC_MESSAGES/models.component.po | 20 +++-- docs/locale/ru/LC_MESSAGES/models.misc.po | 3 +- docs/locale/ru/LC_MESSAGES/models.po | 5 +- docs/locale/ru/LC_MESSAGES/models.utils.po | 1 + docs/locale/ru/LC_MESSAGES/quickstart.po | 4 +- 319 files changed, 1742 insertions(+), 3308 deletions(-) delete mode 100644 docs/locale/de/LC_MESSAGES/api.cache.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.dispatch.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.enums.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.error.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.gateway.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.http.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.models.channel.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.models.flags.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.models.guild.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.models.gw.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.models.member.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.models.message.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.models.misc.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.models.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.models.presence.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.models.role.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.models.team.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.models.user.mo delete mode 100644 docs/locale/de/LC_MESSAGES/api.models.webhook.mo delete mode 100644 docs/locale/de/LC_MESSAGES/client.mo delete mode 100644 docs/locale/de/LC_MESSAGES/context.mo delete mode 100644 docs/locale/de/LC_MESSAGES/enums.mo delete mode 100644 docs/locale/de/LC_MESSAGES/events.mo delete mode 100644 docs/locale/de/LC_MESSAGES/ext.base.mo delete mode 100644 docs/locale/de/LC_MESSAGES/ext.converter.mo delete mode 100644 docs/locale/de/LC_MESSAGES/ext.error.mo delete mode 100644 docs/locale/de/LC_MESSAGES/ext.gettingstarted.mo delete mode 100644 docs/locale/de/LC_MESSAGES/ext.mo delete mode 100644 docs/locale/de/LC_MESSAGES/ext.version.mo delete mode 100644 docs/locale/de/LC_MESSAGES/faq.mo delete mode 100644 docs/locale/de/LC_MESSAGES/get.mo delete mode 100644 docs/locale/de/LC_MESSAGES/index.mo delete mode 100644 docs/locale/de/LC_MESSAGES/migration.mo delete mode 100644 docs/locale/de/LC_MESSAGES/models.command.mo delete mode 100644 docs/locale/de/LC_MESSAGES/models.component.mo delete mode 100644 docs/locale/de/LC_MESSAGES/models.misc.mo delete mode 100644 docs/locale/de/LC_MESSAGES/models.mo delete mode 100644 docs/locale/de/LC_MESSAGES/models.utils.mo delete mode 100644 docs/locale/de/LC_MESSAGES/quickstart.mo diff --git a/docs/locale/de/LC_MESSAGES/api.cache.mo b/docs/locale/de/LC_MESSAGES/api.cache.mo deleted file mode 100644 index 371de449970943d9863025fe6a576fd1623f4ded..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2415 zcmZvd&u<$=6vr1RKWd7E3P^woyi!V2HM=BM>5nZzO=GtSG&)e_#{18S_ z{HiZv1wIeuPX9&xyaB%F7NKTaXhq!(CTTe{WNfZE4k*-iIN*@3 zN@H)vGP1Y4d5ThD3~3%{Hms~v2?;W6Deq4lCt$O?@KD z)086%6=~`;JE_HPcLjz&D%fBn6ERai*X7o(I~pYv>US^#@r#l`CE1dF?uvE~6g-A7vct~|>DowTXWr*I2&>~~Y z+IXu~)?J3{XXCjNEVV{{yJ7_8yV4+R6azdlZA-gRZ*X4}siiHE7VILbYbmRYISquI zs@x(~g^H_F8; zEC=bR+x9yWcyo#t9;mF8vbz;q(fMsOiN6&4>qx20Rfy^%yCSk!m|!rZ z(?PSb%7a{6f7v85_AeEQ@w<6Qjg?NMwWv);ukC!sVq?H#*najjO^~zpI5ZsX$kS)Q;D+*ddO$fZ687 zBoi_XqCA_Xd0H9Tja(6eNYE5W?6K3$Gv{dv-P31{3rO2y=xQ3}$|54<-qo@tO_b~S zB&?~VK<9=O^X|g$vdBWZmMdvBg2}upgrI~A9pz3jMO3~3dnmyTAURrMN zrEoTwX)M4dZnxhp2Y}^|?OTIXNOggt4WV(}=L*~R&+W;%sNuHXR#6^fD1>ybCvD>j zE0n`B@;(gdlIU?t&ER}6+wfkeV`xmWIEj(sian_COE>8vz+`>&W ze_r+7@KJ$x`N93fmJuk%fUEsSJLA;I9zqDb#T-gqq*a83gh3>uwK@_Ex=mXM+)nAj za(St&y9A8%;z8EQpiJ5ci467Y%N=(bmMbeJ*c)Bm>Vx~yW`a^;c42JFo~4~ayO$m^ z;09Q{YX}G3yV8T{(iFmhS~2cpm3lIm`4C42*Iadkj{RLz5V0sF_G(iJC)|Ugv9r@y zDC7%&JaujqYHLyDK1QFDl^Wx$wYR@NceRGCTyMYuSC%p1og$;QRDBd`atD4vCDIE+ zWfjMKs={}Fpj@`)SjX)qx71d(?~Y7_wldk5MMfGYs+#eJX3ce+TqbA}SK6FjXa;$=^sJ@^YuyqlQ#RQC)stkH{;kcVR4kLUe*`0cglzZUph$It8d z`6@hSKG&WRVjb^SfpfrpU<7o)dEj@zw}DT94d5TZ5b#gnE5I+Gt?j-6zJvGAz!2wm z;0o~ib3(if+y=f6doH6Gr?2oauSPNqH~$kZhkt%L!LIyIWr{0KspDCA~&*Uf; z+dMimHj9idMkH-s4k{{05X@3z;iNRjqEi-L4GaEHqkU=RfIV9$4mc0QEm(}xUj`#N zL(Lo1eWgg+s*`Jk3Y7*TRfkA9(#F@}7D#zIQ$-QJ*C9q05)VK&n^bw3@dg|bEe0!J zT1|d5WYL{1aGaqqW=QP3?4i$L0!GJA8G^7K*EU;7ZT3&jFrQ3k#sq)GCYV%V4p%#k zntVT|7N1CT++pgpYr+7Iq*b8BPNM=#c=O@b zPV0E%puN^@&&{ydx8_q$eYBNDM;MSYIw7UeJehhtTs$1na@=ej@X%NvbzH8pXuZr` z)HMk;_V>EcMo0wPsD*q9H5Z%BXz@<8beop$B#Zccd2tbj(E*>TkYH^0QG4wm>g+|W zHTrNb>1^HlcyG7e*pbdhT`RRKq&GI9c6MatIdOIhSZaQd52Pw$9LEB!(f-KyjV2V4 zW7!65-&$_ozDM)8sS~yqGs9wswxvdUR7BV!EDp{B>yX_CuF}%YMrW(jp0;o)UTkb2Ck`m;V!;yf{JDR3 zSV*N;DD6w@*sqrUB)U7b3sr-5)YhrVaLNhY?J3{b#Kl{*7JVNjv@UyGP&2+4FEvCP z8&2CnNO%E5lH}$Nxiv{swypkmdjY diff --git a/docs/locale/de/LC_MESSAGES/api.dispatch.po b/docs/locale/de/LC_MESSAGES/api.dispatch.po index d5df5422e..c6ed8f010 100644 --- a/docs/locale/de/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/de/LC_MESSAGES/api.dispatch.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,7 +38,7 @@ msgstr "" msgid "A list of events being dispatched." msgstr "" -#: interactions.api.dispatch.Listener.__init__ +#: interactions.api.dispatch.Listener #: interactions.api.dispatch.Listener.dispatch #: interactions.api.dispatch.Listener.register of msgid "Return type" @@ -83,3 +83,4 @@ msgstr "" #: interactions.api.dispatch.Listener.register:9 of msgid "The name to associate the coroutine with. Defaults to None." msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/api.enums.mo b/docs/locale/de/LC_MESSAGES/api.enums.mo deleted file mode 100644 index 533020f2205fc203b993e88950b0a4a7dfc53189..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1215 zcmcgr&5jdC5S}RH;#-ioaj1wxK%~b%TJbZm5#IG=St-WW##+Q)LVLP)++n7B(%s|5 zk$3T*}t-}lwuSFgN_@O=fj4jDDZM_+;S zD@X~s3i$`}2J#=I@qhhA6#WJH1M(iW`Z9{HLH`T=7W(TeQAE(cLq|hHZ0eGooEJ=X z{tIV;POYP`U^;|dpS@ULDX$Z7i+Ppo23 zIU7U|tZ2S!FP`%JC!4+C5J%}{>Peg0N9nJ%UdjT|nn2GtCD5eG+Gr0KAyhu;c9r&- zbt=wm*;Tyc!dC2jSJ}*WgRL}_UB401DAAN$d(j5Dk+1s_8;9?o|4iDnwT;$MX*fNM zqhncUMJT358`3dJkI@u`J@ZL4b+(z6I8@>oiM2Hef&{dh1sFcARP#myvF{iYvqp?iPeOyG32PAKpHhJV`r0N*~0`N#hF{tV<|W$4>r6td>yy!K1vCx@gAr9Sv!^3JYrp zP2^6Nfd9tM;Ld%z2_R3|Ie-P+DOk!ZUi*q%?0SpSqmq2ECuuK3tp|#c0`YSHs6N0xPr+?G{{|Z`a_HI4yIV zm`hvI2l}r!1Nj4;u~Tfe`>-i#QxQi^hL6@_3E)24UMO~3)YnUKQWxmb>zvVv3rt=c Num#OwHS&-|{{v-rj`;up diff --git a/docs/locale/de/LC_MESSAGES/api.enums.po b/docs/locale/de/LC_MESSAGES/api.enums.po index 23af570f0..193fdd8eb 100644 --- a/docs/locale/de/LC_MESSAGES/api.enums.po +++ b/docs/locale/de/LC_MESSAGES/api.enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -46,3 +46,4 @@ msgstr "" #: interactions.api.enums.OpCodeType:1 of msgid "Valid values are as follows:" msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/api.error.mo b/docs/locale/de/LC_MESSAGES/api.error.mo deleted file mode 100644 index 280b127a30c4ba42648fc3a8554ff2f3b3cebfcd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1409 zcmZWp%Wfk@6fIy7!oY?F0*S>1B$R-wv8`w_(?cZka0ZJ!jK`W0tWxg2?(Ruj%2ct^u1k$$I^n1^=CrBT!k6_E zBrXf*$;`<&b;%AM+N(l`#I>@H(-*nLNPD(gl{9a3(kApFo6Aj8rlgIh853V{()i$Y zv9c}~5sgD2@;N>S9+WDtNa>Uu`}TEv&G4dP=Tyd#I562Ahnv@kq$);aCnoG0tI02F zzTP`A{cj3yRvaQRwk8x-j#Bv)&Zt(5(jks&nYgH4&_*=qOt?1I%R`qHsoZHYC#NQ+ z&iHsLcP+PNmV3%`OoQHFAbXp#f1moBaS!{AUJr(H!e>QDaBcU^aC;&TkLBJreR&)o zjz0bN_-NQUP|nM#MPEwgjg4uTKDFwSI6VXO2VZ2BD#|D^RhPDDyzn`i3lbUVS8PAp z7~FqIYZ#I_DvD~Ks|A5=+dRxqg~4#NSGdI3bRF4r)}X90rF?UcQ&v?>M@DmJTsBsf zav!7QV$yYcbX$W*wAya1Y5HJ``sbxpVcKM=n*A( z=)2!){9Hb`wF|6qZ8_9vJLW8=2eZO=9FY$-<$P1W+3BnN{o zis*<79n^CP^|&O5Q5#?G1|7|i5VP&Oq#J(;*O1_UifS)=08ufWp=r~m<`PL^dIo-W z#sxy~DlYPAh^R#RYk4v4H~KWFYsFL-xZJgvNHs3w`SL2ap3d0@`p%T_jtEozA~u?= zS5*NQ@L|dtPtf*E;Sb|TCAkejTa9Jh-fU%l^GV#uOiY$n$!Uf{L1*G|G4piUpnS=x T*aM@LUl4@G`|1uu9f^Md+=Ig3 diff --git a/docs/locale/de/LC_MESSAGES/api.error.po b/docs/locale/de/LC_MESSAGES/api.error.po index 1441d73ad..248882969 100644 --- a/docs/locale/de/LC_MESSAGES/api.error.po +++ b/docs/locale/de/LC_MESSAGES/api.error.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,18 +28,18 @@ msgid "" "what a specific code means, use `e.lookup(code)`" msgstr "" +#: interactions.api.error.LibraryException +#: interactions.api.error.LibraryException._parse +#: interactions.api.error.LibraryException.log of +msgid "Parameters" +msgstr "" + #: interactions.api.error.LibraryException._parse:1 of msgid "" "Internal function that should not be executed externally. Parse the error" " data and set the code and message." msgstr "" -#: interactions.api.error.LibraryException.__init__ -#: interactions.api.error.LibraryException._parse -#: interactions.api.error.LibraryException.log of -msgid "Parameters" -msgstr "" - #: interactions.api.error.LibraryException._parse:4 of msgid "The error data to parse." msgstr "" @@ -60,60 +60,3 @@ msgstr "" msgid "Log the error message." msgstr "" -#~ msgid "A customized error formatting script to return specific errors." -#~ msgstr "" - -#~ msgid "An exception class for interactions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a WIP. This isn't meant" -#~ " to be used yet, this is a " -#~ "baseline, and for extensive testing/review " -#~ "before integration. Likewise, this will " -#~ "show the concepts before use, and " -#~ "will be refined when time goes on." -#~ msgstr "" - -#~ msgid "Variables" -#~ msgstr "" - -#~ msgid "The built-in formatter." -#~ msgstr "" - -#~ msgid "A dictionary containing the values from the built-in Enum." -#~ msgstr "" - -#~ msgid "" -#~ "From the default error enum integer " -#~ "declaration, generate a dictionary containing" -#~ " the phrases used for the errors." -#~ msgstr "" - -#~ msgid "" -#~ "Grabs the type attribute. Primarily " -#~ "useful to use it in conditions for" -#~ " integral v4 (potential) logic." -#~ msgstr "" - -#~ msgid "This calls the exception." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent Gateway closing OP " -#~ "codes." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent HTTP Exceptions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent JSON API Exceptions." -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/api.gateway.mo b/docs/locale/de/LC_MESSAGES/api.gateway.mo deleted file mode 100644 index 6a3f45c2efddedf5310205a53f5af01aa165c3d5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2237 zcmZ`)%WfP+6m1}aFf0&30x3LnaR`Y;dSZ{PJSJF*A46iCu`OqCL{_fuzB64+Pt{OW zZD+h^i`XE+9tl{(f(3|0_yE2jY~U-{aH?y@?F2GX`*d~Px{q^j9X~pA>Z=I9SMj`w z=O@27@w@X(6m4SN1-=dZ26!I$Gtk>VntuNWcoFNf&qh%bxCUGT8sJsncR;`YCy;=r zpNpa^zzvqF!B32LhF}|O9KG^5Lb69^4JPZ5* zNWkBL^T5A>uLECxA=qC4zK8WX@B`ow_!{tg;Jd)zfR})O0bc^XaysPq7O;!;O`y-~ z3!u0E8W^omS_o^&@Yt|r<)j*r%Nd^~Ru?R#S}9JQ)QX(0wr&Z>hhjnpQZ(rvCwFx^ zWY>&(IJU7)x?fpoHPGIfWovObY#&=wCY+d=)**tGuoIQ$Mk`%f;sfMCh1TP+nUu0{ zu~gHIOxm$KxP*n93-KN&HJlqv8I~%iBhMNmvq!_V+8YrEYdS&-?qqujS85R`4q`e3gC4W>)zB z_SNRXWHw~+6atZFy4z| zmd$Jy549OKqdj4yNMI7(%NezrFv@kOb5xx$n&ig>oPtuNF}gcOe~Jv^jV#_{z-nZ>K+z{Wk@rpC^8FJ1%Hej4I+G_Osqg;pzGxEe2B zp~b811-vgUEWj|{X>vR#*(Pv})VB)%B&@dei z710QdwX`m6s!cYJXlhW30kY2ccoFwljM}uN6*qQ@(ugAdP@9o$lNwh`yWF}#;dS|< zqIZ^QalX;r=yqxf7n=)>HN?aW#l6WG0USSYm&XNKdV^97jb*o7x_*4Ew)0gZ?YN^- z?XPZ|t|ihnZm~i;9E0~sn^r}_1+|*jn~RO8BNfx8*D=0CnZzB&gFYrwWhKTf!_2Hz zdS>aU9MNoOAYiqARTB8{+e!o3U?$e#1ag*Pip0>BTojm_shU-rwV3&qtID#D3J3n= zOv;$53l`t0gv@U-YU4zdP=>IDejH1g58hE(-19Q#bM{k>QkU#N>;oPv?vhVfB1`elH~!b(j7TE zWP?P*;psQVY*y4Bh0yn>A$?<3*|3DJo@i1qx?5?`5$@!%1Uis4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( diff --git a/docs/locale/de/LC_MESSAGES/api.models.channel.mo b/docs/locale/de/LC_MESSAGES/api.models.channel.mo deleted file mode 100644 index 6743b5a5e0d887fdffc7ad7bebef871a35f50f64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewH\n" "Language-Team: LANGUAGE \n" @@ -48,6 +48,36 @@ msgid "" "event." msgstr "" +#: interactions.api.models.channel.Channel +#: interactions.api.models.channel.Channel.add_member +#: interactions.api.models.channel.Channel.archive +#: interactions.api.models.channel.Channel.create_invite +#: interactions.api.models.channel.Channel.create_thread +#: interactions.api.models.channel.Channel.get_history +#: interactions.api.models.channel.Channel.get_message +#: interactions.api.models.channel.Channel.lock +#: interactions.api.models.channel.Channel.modify +#: interactions.api.models.channel.Channel.pin_message +#: interactions.api.models.channel.Channel.publish_message +#: interactions.api.models.channel.Channel.purge +#: interactions.api.models.channel.Channel.remove_member +#: interactions.api.models.channel.Channel.send +#: interactions.api.models.channel.Channel.set_auto_archive_duration +#: interactions.api.models.channel.Channel.set_bitrate +#: interactions.api.models.channel.Channel.set_name +#: interactions.api.models.channel.Channel.set_nsfw +#: interactions.api.models.channel.Channel.set_parent_id +#: interactions.api.models.channel.Channel.set_position +#: interactions.api.models.channel.Channel.set_rate_limit_per_user +#: interactions.api.models.channel.Channel.set_topic +#: interactions.api.models.channel.Channel.set_user_limit +#: interactions.api.models.channel.Channel.unpin_message +#: interactions.api.models.channel.Thread +#: interactions.api.models.channel.ThreadMember +#: interactions.api.models.channel.ThreadMetadata of +msgid "Parameters" +msgstr "" + #: interactions.api.models.channel.Channel:1 of msgid "A class object representing all types of channels." msgstr "" @@ -239,32 +269,6 @@ msgstr "" msgid "Sends a message in the channel." msgstr "" -#: interactions.api.models.channel.Channel.add_member -#: interactions.api.models.channel.Channel.archive -#: interactions.api.models.channel.Channel.create_invite -#: interactions.api.models.channel.Channel.create_thread -#: interactions.api.models.channel.Channel.get_history -#: interactions.api.models.channel.Channel.get_message -#: interactions.api.models.channel.Channel.lock -#: interactions.api.models.channel.Channel.modify -#: interactions.api.models.channel.Channel.pin_message -#: interactions.api.models.channel.Channel.publish_message -#: interactions.api.models.channel.Channel.purge -#: interactions.api.models.channel.Channel.remove_member -#: interactions.api.models.channel.Channel.send -#: interactions.api.models.channel.Channel.set_auto_archive_duration -#: interactions.api.models.channel.Channel.set_bitrate -#: interactions.api.models.channel.Channel.set_name -#: interactions.api.models.channel.Channel.set_nsfw -#: interactions.api.models.channel.Channel.set_parent_id -#: interactions.api.models.channel.Channel.set_position -#: interactions.api.models.channel.Channel.set_rate_limit_per_user -#: interactions.api.models.channel.Channel.set_topic -#: interactions.api.models.channel.Channel.set_user_limit -#: interactions.api.models.channel.Channel.unpin_message of -msgid "Parameters" -msgstr "" - #: interactions.api.models.channel.Channel.send:3 of msgid "The contents of the message as a string or string-converted value." msgstr "" @@ -789,3 +793,4 @@ msgstr "" #: interactions.api.models.channel.ThreadMetadata:11 of msgid "The ability to invite users to the thread." msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/api.models.flags.mo b/docs/locale/de/LC_MESSAGES/api.models.flags.mo deleted file mode 100644 index 6743b5a5e0d887fdffc7ad7bebef871a35f50f64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewH\n" "Language-Team: LANGUAGE \n" @@ -93,6 +93,36 @@ msgstr "" msgid "The substring in content that triggered rule." msgstr "" +#: interactions.api.models.gw.ApplicationCommandPermissions +#: interactions.api.models.gw.AutoModerationAction +#: interactions.api.models.gw.AutoModerationRule +#: interactions.api.models.gw.ChannelPins +#: interactions.api.models.gw.EmbeddedActivity +#: interactions.api.models.gw.GuildBan interactions.api.models.gw.GuildEmojis +#: interactions.api.models.gw.GuildIntegrations +#: interactions.api.models.gw.GuildJoinRequest +#: interactions.api.models.gw.GuildMember +#: interactions.api.models.gw.GuildMember.add_role +#: interactions.api.models.gw.GuildMember.add_to_thread +#: interactions.api.models.gw.GuildMember.ban +#: interactions.api.models.gw.GuildMember.kick +#: interactions.api.models.gw.GuildMember.modify +#: interactions.api.models.gw.GuildMember.remove_role +#: interactions.api.models.gw.GuildMember.send +#: interactions.api.models.gw.GuildMembers interactions.api.models.gw.GuildRole +#: interactions.api.models.gw.GuildScheduledEvent +#: interactions.api.models.gw.GuildScheduledEventUser +#: interactions.api.models.gw.GuildStickers +#: interactions.api.models.gw.Integration +#: interactions.api.models.gw.MessageReaction +#: interactions.api.models.gw.Presence +#: interactions.api.models.gw.ReactionRemove +#: interactions.api.models.gw.ThreadList +#: interactions.api.models.gw.ThreadMembers interactions.api.models.gw.Webhooks +#: of +msgid "Parameters" +msgstr "" + #: interactions.api.models.gw.AutoModerationRule:1 of msgid "" "A class object representing the gateway events " @@ -525,16 +555,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.gw.GuildMember.add_role -#: interactions.api.models.gw.GuildMember.add_to_thread -#: interactions.api.models.gw.GuildMember.ban -#: interactions.api.models.gw.GuildMember.kick -#: interactions.api.models.gw.GuildMember.modify -#: interactions.api.models.gw.GuildMember.remove_role -#: interactions.api.models.gw.GuildMember.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.gw.GuildMember.ban:3 of msgid "The reason of the ban" msgstr "" @@ -803,3 +823,4 @@ msgstr "" #: interactions.api.models.gw.GuildRole:5 of msgid "The role ID of the event." msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/api.models.member.mo b/docs/locale/de/LC_MESSAGES/api.models.member.mo deleted file mode 100644 index 6743b5a5e0d887fdffc7ad7bebef871a35f50f64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewH\n" "Language-Team: LANGUAGE \n" @@ -81,6 +81,18 @@ msgstr "" msgid "How long until they're unmuted, if any." msgstr "" +#: interactions.api.models.member.Member +#: interactions.api.models.member.Member.add_role +#: interactions.api.models.member.Member.add_to_thread +#: interactions.api.models.member.Member.ban +#: interactions.api.models.member.Member.get_avatar_url +#: interactions.api.models.member.Member.kick +#: interactions.api.models.member.Member.modify +#: interactions.api.models.member.Member.remove_role +#: interactions.api.models.member.Member.send of +msgid "Parameters" +msgstr "" + #: interactions.api.models.member.Member.id:1 of msgid "Returns the ID of the user." msgstr "" @@ -131,17 +143,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.member.Member.add_role -#: interactions.api.models.member.Member.add_to_thread -#: interactions.api.models.member.Member.ban -#: interactions.api.models.member.Member.get_avatar_url -#: interactions.api.models.member.Member.kick -#: interactions.api.models.member.Member.modify -#: interactions.api.models.member.Member.remove_role -#: interactions.api.models.member.Member.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.member.Member.ban:3 of msgid "The id of the guild to ban the member from" msgstr "" @@ -294,13 +295,3 @@ msgid "" "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" -#~ msgid "" -#~ "Returns the URL of the member's " -#~ "avatar for the specified guild. :param" -#~ " guild_id: The id of the guild " -#~ "to get the member's avatar from " -#~ ":type guild_id: int :return: URL of " -#~ "the members's avatar (None will be " -#~ "returned if no avatar is set) " -#~ ":rtype: str" -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/api.models.message.mo b/docs/locale/de/LC_MESSAGES/api.models.message.mo deleted file mode 100644 index 6743b5a5e0d887fdffc7ad7bebef871a35f50f64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewH\n" "Language-Team: LANGUAGE \n" @@ -185,14 +185,11 @@ msgstr "" msgid "Array of sticker objects sent with the message if any. Deprecated." msgstr "" -#: interactions.api.models.message.Message.get_channel:1 of -msgid "Gets the channel where the message was sent." -msgstr "" - +#: interactions.api.models.message.Attachment +#: interactions.api.models.message.ChannelMention +#: interactions.api.models.message.Embed #: interactions.api.models.message.Embed.add_field -#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at -#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -200,40 +197,43 @@ msgstr "" #: interactions.api.models.message.Embed.set_image #: interactions.api.models.message.Embed.set_thumbnail #: interactions.api.models.message.Embed.set_video +#: interactions.api.models.message.EmbedAuthor +#: interactions.api.models.message.EmbedField +#: interactions.api.models.message.EmbedFooter +#: interactions.api.models.message.EmbedImageStruct +#: interactions.api.models.message.EmbedProvider +#: interactions.api.models.message.Emoji #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild -#: interactions.api.models.message.Emoji.url +#: interactions.api.models.message.Message #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit -#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url -#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction -#: interactions.api.models.message.Message.pin -#: interactions.api.models.message.Message.publish -#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from #: interactions.api.models.message.Message.reply -#: interactions.api.models.message.Message.unpin -#: interactions.api.models.message.Message.url of -msgid "Return type" -msgstr "" - -#: interactions.api.models.message.Message.get_guild:1 of -msgid "Gets the guild where the message was sent." +#: interactions.api.models.message.MessageActivity +#: interactions.api.models.message.MessageInteraction +#: interactions.api.models.message.MessageReference +#: interactions.api.models.message.PartialSticker +#: interactions.api.models.message.ReactionObject +#: interactions.api.models.message.Sticker of +msgid "Parameters" msgstr "" -#: interactions.api.models.message.Message.delete:1 of -msgid "Deletes the message." +#: interactions.api.models.message.Message.get_channel:1 of +msgid "Gets the channel where the message was sent." msgstr "" #: interactions.api.models.message.Embed.add_field +#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at +#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -244,17 +244,33 @@ msgstr "" #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild +#: interactions.api.models.message.Emoji.url #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit +#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url +#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction +#: interactions.api.models.message.Message.pin +#: interactions.api.models.message.Message.publish +#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from -#: interactions.api.models.message.Message.reply of -msgid "Parameters" +#: interactions.api.models.message.Message.reply +#: interactions.api.models.message.Message.unpin +#: interactions.api.models.message.Message.url of +msgid "Return type" +msgstr "" + +#: interactions.api.models.message.Message.get_guild:1 of +msgid "Gets the guild where the message was sent." +msgstr "" + +#: interactions.api.models.message.Message.delete:1 of +msgid "Deletes the message." msgstr "" #: interactions.api.models.message.Message.delete:3 of @@ -1077,3 +1093,4 @@ msgstr "" #: interactions.api.models.message.Sticker:14 of msgid "The standard sticker's sort order within its pack" msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/api.models.misc.mo b/docs/locale/de/LC_MESSAGES/api.models.misc.mo deleted file mode 100644 index 6743b5a5e0d887fdffc7ad7bebef871a35f50f64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewH\n" "Language-Team: LANGUAGE \n" @@ -66,6 +66,15 @@ msgstr "" msgid "Timeout duration in seconds, if timed out." msgstr "" +#: interactions.api.models.misc.AutoModAction +#: interactions.api.models.misc.AutoModMetaData +#: interactions.api.models.misc.AutoModTriggerMetadata +#: interactions.api.models.misc.ClientStatus interactions.api.models.misc.File +#: interactions.api.models.misc.Image interactions.api.models.misc.Overwrite +#: interactions.api.models.misc.Snowflake of +msgid "Parameters" +msgstr "" + #: interactions.api.models.misc.AutoModAction:1 of msgid "" "A class object used for the ``AUTO_MODERATION_ACTION_EXECUTION`` event. " @@ -120,12 +129,6 @@ msgid "" "integer." msgstr "" -#: interactions.api.models.misc.File.__init__ -#: interactions.api.models.misc.Image.__init__ -#: interactions.api.models.misc.Snowflake.__init__ of -msgid "Parameters" -msgstr "" - #: interactions.api.models.misc.Color.black #: interactions.api.models.misc.Color.blurple #: interactions.api.models.misc.Color.fuchsia @@ -133,7 +136,7 @@ msgstr "" #: interactions.api.models.misc.Color.red #: interactions.api.models.misc.Color.white #: interactions.api.models.misc.Color.yellow -#: interactions.api.models.misc.Snowflake.__init__ of +#: interactions.api.models.misc.Snowflake of msgid "Return type" msgstr "" @@ -285,8 +288,3 @@ msgstr "" msgid "Permission bit set." msgstr "" -#~ msgid "" -#~ "A pseudosentinel based from an empty " -#~ "object. This does violate PEP, but, " -#~ "I don't care." -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/api.models.mo b/docs/locale/de/LC_MESSAGES/api.models.mo deleted file mode 100644 index 0a174ef7bc4f803e1f4e375b45ba9164a6bdcfab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYk2&q~8U5XLKb%F(lj5j-e5F$u-i?H`&psTPv9v{lgCHrd8Vx*K*kV(-3!ujjM4 zQLzpT%s2CcZ}>is4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( diff --git a/docs/locale/de/LC_MESSAGES/api.models.po b/docs/locale/de/LC_MESSAGES/api.models.po index 764507670..a658eef9d 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.po +++ b/docs/locale/de/LC_MESSAGES/api.models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,3 +21,4 @@ msgstr "" #: ../../api.models.rst:4 msgid "Model Objects" msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/api.models.presence.mo b/docs/locale/de/LC_MESSAGES/api.models.presence.mo deleted file mode 100644 index 6743b5a5e0d887fdffc7ad7bebef871a35f50f64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewHis4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( diff --git a/docs/locale/de/LC_MESSAGES/api.models.role.po b/docs/locale/de/LC_MESSAGES/api.models.role.po index 9a3430734..c7d9a1e0b 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.role.po +++ b/docs/locale/de/LC_MESSAGES/api.models.role.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -74,6 +74,13 @@ msgstr "" msgid "The tags this role has" msgstr "" +#: interactions.api.models.role.Role interactions.api.models.role.Role.delete +#: interactions.api.models.role.Role.modify +#: interactions.api.models.role.Role.modify_position +#: interactions.api.models.role.RoleTags of +msgid "Parameters" +msgstr "" + #: interactions.api.models.role.Role.mention:1 of msgid "Returns a string that allows you to mention the given role." msgstr "" @@ -88,6 +95,7 @@ msgstr "" msgid "The string of the mentioned role." msgstr "" +#: interactions.api.models.role.Role.delete #: interactions.api.models.role.Role.mention #: interactions.api.models.role.Role.modify #: interactions.api.models.role.Role.modify_position of @@ -98,12 +106,6 @@ msgstr "" msgid "Deletes the role from the guild." msgstr "" -#: interactions.api.models.role.Role.delete -#: interactions.api.models.role.Role.modify -#: interactions.api.models.role.Role.modify_position of -msgid "Parameters" -msgstr "" - #: interactions.api.models.role.Role.delete:3 of msgid "The id of the guild to delete the role from" msgstr "" @@ -195,3 +197,4 @@ msgstr "" #: interactions.api.models.role.RoleTags:5 of msgid "Whether if this is the guild's premium subscriber role" msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/api.models.team.mo b/docs/locale/de/LC_MESSAGES/api.models.team.mo deleted file mode 100644 index 0a174ef7bc4f803e1f4e375b45ba9164a6bdcfab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYk2&q~8U5XLKb%F(lj5j-e5F$u-i?H`&psTPv9v{lgCHrd8Vx*K*kV(-3!ujjM4 zQLzpT%s2CcZ}>is4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( diff --git a/docs/locale/de/LC_MESSAGES/api.models.team.po b/docs/locale/de/LC_MESSAGES/api.models.team.po index cde90e6a6..bb0bc816c 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.team.po +++ b/docs/locale/de/LC_MESSAGES/api.models.team.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -183,3 +183,4 @@ msgstr "" #: interactions.api.models.team.Application.icon_url of msgid "Return type" msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/api.models.user.mo b/docs/locale/de/LC_MESSAGES/api.models.user.mo deleted file mode 100644 index 0a174ef7bc4f803e1f4e375b45ba9164a6bdcfab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYk2&q~8U5XLKb%F(lj5j-e5F$u-i?H`&psTPv9v{lgCHrd8Vx*K*kV(-3!ujjM4 zQLzpT%s2CcZ}>is4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( diff --git a/docs/locale/de/LC_MESSAGES/api.models.user.po b/docs/locale/de/LC_MESSAGES/api.models.user.po index 807b9d83e..533c1a192 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.user.po +++ b/docs/locale/de/LC_MESSAGES/api.models.user.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -133,3 +133,4 @@ msgstr "" #: interactions.api.models.user.User.banner_url:3 of msgid "URL of the user's banner (None will be returned if no banner is set)" msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/api.models.webhook.mo b/docs/locale/de/LC_MESSAGES/api.models.webhook.mo deleted file mode 100644 index 6743b5a5e0d887fdffc7ad7bebef871a35f50f64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewH\n" "Language-Team: LANGUAGE \n" @@ -86,10 +86,7 @@ msgid "" "flow)" msgstr "" -#: interactions.api.models.webhook.Webhook.create:1 of -msgid "Creates a webhook in a channel." -msgstr "" - +#: interactions.api.models.webhook.Webhook #: interactions.api.models.webhook.Webhook.create #: interactions.api.models.webhook.Webhook.execute #: interactions.api.models.webhook.Webhook.get @@ -97,6 +94,10 @@ msgstr "" msgid "Parameters" msgstr "" +#: interactions.api.models.webhook.Webhook.create:1 of +msgid "Creates a webhook in a channel." +msgstr "" + #: interactions.api.models.webhook.Webhook.create:3 #: interactions.api.models.webhook.Webhook.get:3 of msgid "The HTTPClient of the bot, has to be set to `bot._http`." @@ -256,3 +257,4 @@ msgstr "" #: interactions.api.models.webhook.WebhookType:1 of msgid "Valid values are as follows:" msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/api.po b/docs/locale/de/LC_MESSAGES/api.po index cb74082a0..bad7d50ca 100644 --- a/docs/locale/de/LC_MESSAGES/api.po +++ b/docs/locale/de/LC_MESSAGES/api.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,15 +26,15 @@ msgstr "" msgid "Frameworks/Commands" msgstr "" -#: ../../api.rst:24 ../../api.rst:41 +#: ../../api.rst:25 ../../api.rst:42 msgid "Model/Design" msgstr "" -#: ../../api.rst:34 +#: ../../api.rst:35 msgid "Client Connections" msgstr "" -#: ../../api.rst:49 +#: ../../api.rst:50 msgid "Events" msgstr "" @@ -50,6 +50,7 @@ msgstr "" msgid "Interactions" msgstr "" -#: ../../api.rst:32 +#: ../../api.rst:33 msgid "Discord API" msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/client.mo b/docs/locale/de/LC_MESSAGES/client.mo deleted file mode 100644 index 6743b5a5e0d887fdffc7ad7bebef871a35f50f64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewH\n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,6 @@ msgstr "" #: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -46,7 +45,7 @@ msgstr "" #: interactions.client.bot.Client.modal interactions.client.bot.Client.modify #: interactions.client.bot.Client.reload interactions.client.bot.Client.remove #: interactions.client.bot.Client.user_command -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Parameters" msgstr "" @@ -123,9 +122,9 @@ msgstr "" msgid "The application representation of the client." msgstr "" +#: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -146,7 +145,7 @@ msgstr "" #: interactions.client.bot.Client.start #: interactions.client.bot.Client.user_command #: interactions.client.bot.Client.wait_until_ready -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Return type" msgstr "" @@ -641,11 +640,3 @@ msgstr "" msgid "The structure of an extension:" msgstr "" -#~ msgid "" -#~ "A wrapper designed to interpret the " -#~ "client-facing API for how a " -#~ "command is to be created and used." -#~ msgstr "" - -#~ msgid "A list of command payloads." -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/context.mo b/docs/locale/de/LC_MESSAGES/context.mo deleted file mode 100644 index 6743b5a5e0d887fdffc7ad7bebef871a35f50f64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewH\n" "Language-Team: LANGUAGE \n" @@ -55,6 +55,23 @@ msgstr "" msgid "The guild data model." msgstr "" +#: interactions.api.models.attrs_utils.DictSerializerMixin.update +#: interactions.client.context.CommandContext +#: interactions.client.context.CommandContext.defer +#: interactions.client.context.CommandContext.edit +#: interactions.client.context.CommandContext.populate +#: interactions.client.context.CommandContext.send +#: interactions.client.context.ComponentContext +#: interactions.client.context.ComponentContext.defer +#: interactions.client.context.ComponentContext.edit +#: interactions.client.context.ComponentContext.send +#: interactions.client.context._Context +#: interactions.client.context._Context.edit +#: interactions.client.context._Context.popup +#: interactions.client.context._Context.send of +msgid "Parameters" +msgstr "" + #: interactions.client.context._Context.get_channel:1 of msgid "This gets the channel the context was invoked in." msgstr "" @@ -107,21 +124,6 @@ msgid "" "interaction response." msgstr "" -#: interactions.api.models.attrs_utils.ClientSerializerMixin.__init__ -#: interactions.api.models.attrs_utils.DictSerializerMixin.update -#: interactions.client.context.CommandContext.defer -#: interactions.client.context.CommandContext.edit -#: interactions.client.context.CommandContext.populate -#: interactions.client.context.CommandContext.send -#: interactions.client.context.ComponentContext.defer -#: interactions.client.context.ComponentContext.edit -#: interactions.client.context.ComponentContext.send -#: interactions.client.context._Context.edit -#: interactions.client.context._Context.popup -#: interactions.client.context._Context.send of -msgid "Parameters" -msgstr "" - #: interactions.client.context.CommandContext.send:4 #: interactions.client.context.ComponentContext.send:4 #: interactions.client.context._Context.send:4 of @@ -340,3 +342,4 @@ msgstr "" #: interactions.client.context.ComponentContext.defer:6 of msgid "Whether you want to edit the original message or send a followup message" msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/enums.mo b/docs/locale/de/LC_MESSAGES/enums.mo deleted file mode 100644 index 6743b5a5e0d887fdffc7ad7bebef871a35f50f64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewHAhRW3MzoNFfON*ki= zatlrS(webSNR5fg@)QSErf?w$SkuV@hmz4+iy_sFfaiD~IxTdsz-ynit@M|V9;wzEnJR{Iv=GwYp W+_b8hsc%bQK$oll&%U-@tMLWt(S8L0 diff --git a/docs/locale/de/LC_MESSAGES/events.po b/docs/locale/de/LC_MESSAGES/events.po index b91a1dc02..b6794e6c1 100644 --- a/docs/locale/de/LC_MESSAGES/events.po +++ b/docs/locale/de/LC_MESSAGES/events.po @@ -333,3 +333,4 @@ msgid "" "the methods *do not take in a guild id*. Please keep that in mind when " "using this event." msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/ext.base.mo b/docs/locale/de/LC_MESSAGES/ext.base.mo deleted file mode 100644 index 6743b5a5e0d887fdffc7ad7bebef871a35f50f64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewHis4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( diff --git a/docs/locale/de/LC_MESSAGES/ext.converter.po b/docs/locale/de/LC_MESSAGES/ext.converter.po index 8f0df6d4b..540abf524 100644 --- a/docs/locale/de/LC_MESSAGES/ext.converter.po +++ b/docs/locale/de/LC_MESSAGES/ext.converter.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,21 +40,23 @@ msgstr "" msgid "The second object to be converted." msgstr "" -#: interactions.ext.converter.Converter._map_attr:1 of -msgid "Maps the attributes between the models for conversion reference." +#: interactions.ext.converter.Converter +#: interactions.ext.converter.Converter.get_attr of +msgid "Parameters" msgstr "" +#: interactions.ext.converter.Converter #: interactions.ext.converter.Converter._map_attr #: interactions.ext.converter.Converter.difference #: interactions.ext.converter.Converter.get_attr #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Returns" +msgid "Return type" msgstr "" -#: interactions.ext.converter.Converter._map_attr:3 of -msgid "A dictionary of attributes mapped." +#: interactions.ext.converter.Converter._map_attr:1 of +msgid "Maps the attributes between the models for conversion reference." msgstr "" #: interactions.ext.converter.Converter._map_attr @@ -63,15 +65,15 @@ msgstr "" #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Return type" +msgid "Returns" msgstr "" -#: interactions.ext.converter.Converter.get_attr:1 of -msgid "Gets a mapped attribute." +#: interactions.ext.converter.Converter._map_attr:3 of +msgid "A dictionary of attributes mapped." msgstr "" -#: interactions.ext.converter.Converter.get_attr of -msgid "Parameters" +#: interactions.ext.converter.Converter.get_attr:1 of +msgid "Gets a mapped attribute." msgstr "" #: interactions.ext.converter.Converter.get_attr:3 of @@ -112,3 +114,4 @@ msgid "" "Gets a list of keys and values missing from the \"referenced\" or first " "model." msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/ext.error.mo b/docs/locale/de/LC_MESSAGES/ext.error.mo deleted file mode 100644 index 6743b5a5e0d887fdffc7ad7bebef871a35f50f64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewHis4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( diff --git a/docs/locale/de/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/de/LC_MESSAGES/ext.gettingstarted.po index 1c21e3eb3..637ff4e0d 100644 --- a/docs/locale/de/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/de/LC_MESSAGES/ext.gettingstarted.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -223,3 +223,4 @@ msgid "" "self-explanitory subject, we recommend :ref:`reading the documentation " "` on this." msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/ext.mo b/docs/locale/de/LC_MESSAGES/ext.mo deleted file mode 100644 index 0a174ef7bc4f803e1f4e375b45ba9164a6bdcfab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYk2&q~8U5XLKb%F(lj5j-e5F$u-i?H`&psTPv9v{lgCHrd8Vx*K*kV(-3!ujjM4 zQLzpT%s2CcZ}>is4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( diff --git a/docs/locale/de/LC_MESSAGES/ext.po b/docs/locale/de/LC_MESSAGES/ext.po index ee17491a5..83b3958a1 100644 --- a/docs/locale/de/LC_MESSAGES/ext.po +++ b/docs/locale/de/LC_MESSAGES/ext.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,3 +48,4 @@ msgid "" " provide out of the box, but you can also create some of your own. We'll " "be covering each one of these tools in great detail." msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/ext.version.mo b/docs/locale/de/LC_MESSAGES/ext.version.mo deleted file mode 100644 index 6743b5a5e0d887fdffc7ad7bebef871a35f50f64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewHAhRW3MzoNFfON*ki= zatlrS(webSNR5fg@)QSErf?w$SkuV@hmz4+iy_sFfaiD~IxTdsz-ynit@M|V9;wzEnJR{Iv=GwYp W+_b8hsc%bQK$oll&%U-@tMLWt(S8L0 diff --git a/docs/locale/de/LC_MESSAGES/get.po b/docs/locale/de/LC_MESSAGES/get.po index d5b9fb58f..f8332ac15 100644 --- a/docs/locale/de/LC_MESSAGES/get.po +++ b/docs/locale/de/LC_MESSAGES/get.po @@ -228,3 +228,4 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/index.mo b/docs/locale/de/LC_MESSAGES/index.mo deleted file mode 100644 index 7ca0f4a2c5fb83f26b48c099c15d058c82bd0241..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYk2&q~8U5XLKb%F(lj5j-e5F$u-i?H`)9sRoj!q*2h@w%x`^x*K-4V(-3!ujjM4 zQLzpT%s2CcZ}>is4nG>E4on}LKCQ*Sx-|2\n" "Language-Team: LANGUAGE \n" @@ -62,6 +62,22 @@ msgid "" "same restrictions as the ``name`` field." msgstr "" +#: interactions.client.models.command.ApplicationCommand +#: interactions.client.models.command.Choice +#: interactions.client.models.command.Command +#: interactions.client.models.command.Command.__call +#: interactions.client.models.command.Command.__check_command +#: interactions.client.models.command.Command.__wrap_coro +#: interactions.client.models.command.Command.autocomplete +#: interactions.client.models.command.Command.error +#: interactions.client.models.command.Command.group +#: interactions.client.models.command.Command.subcommand +#: interactions.client.models.command.Option +#: interactions.client.models.command.Permission +#: interactions.client.models.command.option of +msgid "Parameters" +msgstr "" + #: interactions.client.models.command.Option:1 of msgid "A class object representing the option of an application command." msgstr "" @@ -235,17 +251,6 @@ msgstr "" msgid "The structure of an option:" msgstr "" -#: interactions.client.models.command.Command.__call -#: interactions.client.models.command.Command.__check_command -#: interactions.client.models.command.Command.__wrap_coro -#: interactions.client.models.command.Command.autocomplete -#: interactions.client.models.command.Command.error -#: interactions.client.models.command.Command.group -#: interactions.client.models.command.Command.subcommand -#: interactions.client.models.command.option of -msgid "Parameters" -msgstr "" - #: interactions.client.models.command.option:12 of msgid "The type of the option." msgstr "" @@ -521,11 +526,3 @@ msgid "" " any." msgstr "" -#~ msgid "The structure for a choice: ::" -#~ msgstr "" - -#~ msgid "The structure for an option: ::" -#~ msgstr "" - -#~ msgid "The structure for a permission: ::" -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/models.component.mo b/docs/locale/de/LC_MESSAGES/models.component.mo deleted file mode 100644 index 6743b5a5e0d887fdffc7ad7bebef871a35f50f64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewH\n" "Language-Team: LANGUAGE \n" @@ -58,6 +58,17 @@ msgstr "" msgid "Whether the select option is the default for the select menu." msgstr "" +#: interactions.client.models.component.ActionRow +#: interactions.client.models.component.ActionRow.new +#: interactions.client.models.component.Button +#: interactions.client.models.component.Component +#: interactions.client.models.component.Modal +#: interactions.client.models.component.SelectMenu +#: interactions.client.models.component.SelectOption +#: interactions.client.models.component.TextInput of +msgid "Parameters" +msgstr "" + #: interactions.client.models.component.SelectMenu:1 of msgid "" "A class object representing the select menu of a component. The structure" @@ -314,10 +325,6 @@ msgstr "" msgid "A class method for creating a new ``ActionRow``." msgstr "" -#: interactions.client.models.component.ActionRow.new of -msgid "Parameters" -msgstr "" - #: interactions.client.models.component.ActionRow.new:3 of msgid "The components to add to the ``ActionRow``." msgstr "" @@ -333,3 +340,4 @@ msgstr "" #: interactions.client.models.component.ActionRow.new of msgid "Return type" msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/models.misc.mo b/docs/locale/de/LC_MESSAGES/models.misc.mo deleted file mode 100644 index 0a174ef7bc4f803e1f4e375b45ba9164a6bdcfab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYk2&q~8U5XLKb%F(lj5j-e5F$u-i?H`&psTPv9v{lgCHrd8Vx*K*kV(-3!ujjM4 zQLzpT%s2CcZ}>is4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( diff --git a/docs/locale/de/LC_MESSAGES/models.misc.po b/docs/locale/de/LC_MESSAGES/models.misc.po index 28f7a3b8d..9b81beff6 100644 --- a/docs/locale/de/LC_MESSAGES/models.misc.po +++ b/docs/locale/de/LC_MESSAGES/models.misc.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,3 +149,4 @@ msgstr "" #: interactions.client.models.misc.Interaction:13 of msgid "The message of the interaction." msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/models.mo b/docs/locale/de/LC_MESSAGES/models.mo deleted file mode 100644 index 0a174ef7bc4f803e1f4e375b45ba9164a6bdcfab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYk2&q~8U5XLKb%F(lj5j-e5F$u-i?H`&psTPv9v{lgCHrd8Vx*K*kV(-3!ujjM4 zQLzpT%s2CcZ}>is4nG>E4on}LKCQ*Sx-|2>HG470rxg%Kikd7~R$z=tj|?$Za9BzBMl@Nedhcxm5&s`7Kq?>%h<0JL7QD1NYpD zCvmt>!nGZ1BupIKJhdy0m1b}Hsw`;EJCHn6shI9ndV}pfS3kdD5<{MdH0K$C_Bz+r XE#oFt%}jhd0z41I( diff --git a/docs/locale/de/LC_MESSAGES/models.po b/docs/locale/de/LC_MESSAGES/models.po index a322bcb50..f026cf489 100644 --- a/docs/locale/de/LC_MESSAGES/models.po +++ b/docs/locale/de/LC_MESSAGES/models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,3 +21,4 @@ msgstr "" #: ../../models.rst:4 msgid "Interaction Models" msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/models.utils.mo b/docs/locale/de/LC_MESSAGES/models.utils.mo deleted file mode 100644 index b5401fd96215287569c1a885802c9e45ce76b693..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjN!AiqG6s+JWN6#Lf;6c$BlUQusHl=BkY9XAhRW3MzoNFfON*ki= zatlrS(webSNR5fg@)QSErf?w$SkuV@hmz4+iy_sFfaiD~IxTdsz-ynit@M|V9;wzEnJR{Iv=GwYp W+_b8hsc%bQK$oll&%U-@tMLWt(S8L0 diff --git a/docs/locale/de/LC_MESSAGES/models.utils.po b/docs/locale/de/LC_MESSAGES/models.utils.po index 7976e9c30..f220cc8c5 100644 --- a/docs/locale/de/LC_MESSAGES/models.utils.po +++ b/docs/locale/de/LC_MESSAGES/models.utils.po @@ -85,3 +85,4 @@ msgstr "" #: interactions.client.models.utils.spread_to_rows:28 of msgid "The maximum number of components in a single row. Defaults to ``5``." msgstr "" + diff --git a/docs/locale/de/LC_MESSAGES/quickstart.mo b/docs/locale/de/LC_MESSAGES/quickstart.mo deleted file mode 100644 index 6743b5a5e0d887fdffc7ad7bebef871a35f50f64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 434 zcmYjNO-sW-6s+JWN6#Lf;6c$BlTd8ke$cc{HIOtVje_2`?KVcz-LShAd-pH+_xvqx zRICpk%)B=+!+ahcel*M+m_0UoT9bcsY4E#wVtt!Q@xqoG!xcU-sS3df6kIb&m)a0z zS379ho|UpnNR6?|ixm#Hxx!2kux3eyBgts3#WB^4faiD~IxTds!EF)8;HKjkA*SrL zs11H~kAa_JoZ#4pyM)By#Zxj3tcWU&nWS8mR0~O9avw!7_2U4#LF|Xoz#os(U_S2~ zDbKewH` on this." msgstr "" + diff --git a/docs/locale/es/LC_MESSAGES/ext.po b/docs/locale/es/LC_MESSAGES/ext.po index f3afe86ec..83b3958a1 100644 --- a/docs/locale/es/LC_MESSAGES/ext.po +++ b/docs/locale/es/LC_MESSAGES/ext.po @@ -48,3 +48,4 @@ msgid "" " provide out of the box, but you can also create some of your own. We'll " "be covering each one of these tools in great detail." msgstr "" + diff --git a/docs/locale/es/LC_MESSAGES/ext.version.po b/docs/locale/es/LC_MESSAGES/ext.version.po index 850829199..2c50738fb 100644 --- a/docs/locale/es/LC_MESSAGES/ext.version.po +++ b/docs/locale/es/LC_MESSAGES/ext.version.po @@ -198,3 +198,4 @@ msgstr "" #: interactions.ext.version.Version.extend_version:7 of msgid "The alphanumeric version was incorrectly formatted." msgstr "" + diff --git a/docs/locale/es/LC_MESSAGES/faq.po b/docs/locale/es/LC_MESSAGES/faq.po index 1bf421161..0c36e96ff 100644 --- a/docs/locale/es/LC_MESSAGES/faq.po +++ b/docs/locale/es/LC_MESSAGES/faq.po @@ -521,3 +521,4 @@ msgid "" "Please join our `Discord Server`_ for any further support regarding our " "library and/or any integration code depending on it." msgstr "" + diff --git a/docs/locale/es/LC_MESSAGES/get.po b/docs/locale/es/LC_MESSAGES/get.po index d5b9fb58f..f8332ac15 100644 --- a/docs/locale/es/LC_MESSAGES/get.po +++ b/docs/locale/es/LC_MESSAGES/get.po @@ -228,3 +228,4 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" + diff --git a/docs/locale/es/LC_MESSAGES/index.po b/docs/locale/es/LC_MESSAGES/index.po index 91465f9df..a9abb220a 100644 --- a/docs/locale/es/LC_MESSAGES/index.po +++ b/docs/locale/es/LC_MESSAGES/index.po @@ -247,3 +247,4 @@ msgstr "" #: ../../index.rst:88 msgid ":ref:`modindex`" msgstr "" + diff --git a/docs/locale/es/LC_MESSAGES/migration.po b/docs/locale/es/LC_MESSAGES/migration.po index 9f0d8e6aa..2bc74d8b8 100644 --- a/docs/locale/es/LC_MESSAGES/migration.po +++ b/docs/locale/es/LC_MESSAGES/migration.po @@ -148,3 +148,4 @@ msgid "" "your argument in your function differently than your option name! " "Example:" msgstr "" + diff --git a/docs/locale/es/LC_MESSAGES/models.command.po b/docs/locale/es/LC_MESSAGES/models.command.po index 5c72da5b0..c3c00ca91 100644 --- a/docs/locale/es/LC_MESSAGES/models.command.po +++ b/docs/locale/es/LC_MESSAGES/models.command.po @@ -525,3 +525,4 @@ msgid "" ":class:`interactions.client.bot.Extension` is passed to the coroutine, if" " any." msgstr "" + diff --git a/docs/locale/es/LC_MESSAGES/models.component.po b/docs/locale/es/LC_MESSAGES/models.component.po index ae186054c..82f44aa6f 100644 --- a/docs/locale/es/LC_MESSAGES/models.component.po +++ b/docs/locale/es/LC_MESSAGES/models.component.po @@ -340,3 +340,4 @@ msgstr "" #: interactions.client.models.component.ActionRow.new of msgid "Return type" msgstr "" + diff --git a/docs/locale/es/LC_MESSAGES/models.misc.po b/docs/locale/es/LC_MESSAGES/models.misc.po index 9ea8f4346..9b81beff6 100644 --- a/docs/locale/es/LC_MESSAGES/models.misc.po +++ b/docs/locale/es/LC_MESSAGES/models.misc.po @@ -149,3 +149,4 @@ msgstr "" #: interactions.client.models.misc.Interaction:13 of msgid "The message of the interaction." msgstr "" + diff --git a/docs/locale/es/LC_MESSAGES/models.po b/docs/locale/es/LC_MESSAGES/models.po index 04da90614..f026cf489 100644 --- a/docs/locale/es/LC_MESSAGES/models.po +++ b/docs/locale/es/LC_MESSAGES/models.po @@ -21,3 +21,4 @@ msgstr "" #: ../../models.rst:4 msgid "Interaction Models" msgstr "" + diff --git a/docs/locale/es/LC_MESSAGES/models.utils.po b/docs/locale/es/LC_MESSAGES/models.utils.po index 7976e9c30..f220cc8c5 100644 --- a/docs/locale/es/LC_MESSAGES/models.utils.po +++ b/docs/locale/es/LC_MESSAGES/models.utils.po @@ -85,3 +85,4 @@ msgstr "" #: interactions.client.models.utils.spread_to_rows:28 of msgid "The maximum number of components in a single row. Defaults to ``5``." msgstr "" + diff --git a/docs/locale/es/LC_MESSAGES/quickstart.po b/docs/locale/es/LC_MESSAGES/quickstart.po index 89ed78f26..23ad7a1da 100644 --- a/docs/locale/es/LC_MESSAGES/quickstart.po +++ b/docs/locale/es/LC_MESSAGES/quickstart.po @@ -673,3 +673,4 @@ msgstr "" #: ../../quickstart.rst:675 msgid "Usage of ``@autodefer()``:" msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/api.cache.po b/docs/locale/fr/LC_MESSAGES/api.cache.po index bee8020b7..fd96f694d 100644 --- a/docs/locale/fr/LC_MESSAGES/api.cache.po +++ b/docs/locale/fr/LC_MESSAGES/api.cache.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -115,50 +115,3 @@ msgid "" "Type." msgstr "" -#~ msgid "A class representing the defined item in a stored dataset." -#~ msgstr "" - -#~ msgid "The item itself." -#~ msgstr "" - -#~ msgid "The ID type representation." -#~ msgstr "" - -#~ msgid "The new storage." -#~ msgstr "" - -#~ msgid "Updates an item from the storage." -#~ msgstr "" - -#~ msgid "The item to update." -#~ msgstr "" - -#~ msgid "The updated item, if stored." -#~ msgstr "" - -#~ msgid "The cached Direct Messages." -#~ msgstr "" - -#~ msgid "The cached guilds upon gateway connection." -#~ msgstr "" - -#~ msgid "The cached guilds after ready." -#~ msgstr "" - -#~ msgid "The cached channels of guilds." -#~ msgstr "" - -#~ msgid "The cached roles of guilds." -#~ msgstr "" - -#~ msgid "The cached members of guilds and threads." -#~ msgstr "" - -#~ msgid "The cached messages of DMs and channels." -#~ msgstr "" - -#~ msgid "The cached interactions upon interaction." -#~ msgstr "" - -#~ msgid ":return The items stored. :rtype: List[dict]" -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.dispatch.po b/docs/locale/fr/LC_MESSAGES/api.dispatch.po index d5df5422e..c6ed8f010 100644 --- a/docs/locale/fr/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/fr/LC_MESSAGES/api.dispatch.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,7 +38,7 @@ msgstr "" msgid "A list of events being dispatched." msgstr "" -#: interactions.api.dispatch.Listener.__init__ +#: interactions.api.dispatch.Listener #: interactions.api.dispatch.Listener.dispatch #: interactions.api.dispatch.Listener.register of msgid "Return type" @@ -83,3 +83,4 @@ msgstr "" #: interactions.api.dispatch.Listener.register:9 of msgid "The name to associate the coroutine with. Defaults to None." msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/api.enums.po b/docs/locale/fr/LC_MESSAGES/api.enums.po index 23af570f0..193fdd8eb 100644 --- a/docs/locale/fr/LC_MESSAGES/api.enums.po +++ b/docs/locale/fr/LC_MESSAGES/api.enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -46,3 +46,4 @@ msgstr "" #: interactions.api.enums.OpCodeType:1 of msgid "Valid values are as follows:" msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/api.error.po b/docs/locale/fr/LC_MESSAGES/api.error.po index 1441d73ad..248882969 100644 --- a/docs/locale/fr/LC_MESSAGES/api.error.po +++ b/docs/locale/fr/LC_MESSAGES/api.error.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,18 +28,18 @@ msgid "" "what a specific code means, use `e.lookup(code)`" msgstr "" +#: interactions.api.error.LibraryException +#: interactions.api.error.LibraryException._parse +#: interactions.api.error.LibraryException.log of +msgid "Parameters" +msgstr "" + #: interactions.api.error.LibraryException._parse:1 of msgid "" "Internal function that should not be executed externally. Parse the error" " data and set the code and message." msgstr "" -#: interactions.api.error.LibraryException.__init__ -#: interactions.api.error.LibraryException._parse -#: interactions.api.error.LibraryException.log of -msgid "Parameters" -msgstr "" - #: interactions.api.error.LibraryException._parse:4 of msgid "The error data to parse." msgstr "" @@ -60,60 +60,3 @@ msgstr "" msgid "Log the error message." msgstr "" -#~ msgid "A customized error formatting script to return specific errors." -#~ msgstr "" - -#~ msgid "An exception class for interactions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a WIP. This isn't meant" -#~ " to be used yet, this is a " -#~ "baseline, and for extensive testing/review " -#~ "before integration. Likewise, this will " -#~ "show the concepts before use, and " -#~ "will be refined when time goes on." -#~ msgstr "" - -#~ msgid "Variables" -#~ msgstr "" - -#~ msgid "The built-in formatter." -#~ msgstr "" - -#~ msgid "A dictionary containing the values from the built-in Enum." -#~ msgstr "" - -#~ msgid "" -#~ "From the default error enum integer " -#~ "declaration, generate a dictionary containing" -#~ " the phrases used for the errors." -#~ msgstr "" - -#~ msgid "" -#~ "Grabs the type attribute. Primarily " -#~ "useful to use it in conditions for" -#~ " integral v4 (potential) logic." -#~ msgstr "" - -#~ msgid "This calls the exception." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent Gateway closing OP " -#~ "codes." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent HTTP Exceptions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent JSON API Exceptions." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.gateway.po b/docs/locale/fr/LC_MESSAGES/api.gateway.po index 0108083f9..da05b0a24 100644 --- a/docs/locale/fr/LC_MESSAGES/api.gateway.po +++ b/docs/locale/fr/LC_MESSAGES/api.gateway.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -315,17 +315,3 @@ msgstr "" msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" -#~ msgid "The token of the application for connecting to the Gateway." -#~ msgstr "" - -#~ msgid "The Gateway intents of the application for event dispatch." -#~ msgstr "" - -#~ msgid "The ID of the session if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The identifier sequence if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The event loop to base the asynchronous manager." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.http.po b/docs/locale/fr/LC_MESSAGES/api.http.po index cd9f74885..ae506eb7a 100644 --- a/docs/locale/fr/LC_MESSAGES/api.http.po +++ b/docs/locale/fr/LC_MESSAGES/api.http.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -2744,20 +2744,3 @@ msgstr "" msgid "Deletes the original message object sent." msgstr "" -#~ msgid "The HTTP request method." -#~ msgstr "" - -#~ msgid "The path of the HTTP/URL." -#~ msgstr "" - -#~ msgid "Optional keyword-only arguments to pass as information in the route." -#~ msgstr "" - -#~ msgid "The asynchronous lock to control limits for." -#~ msgstr "" - -#~ msgid "The remaining time to run the limited lock on. Defaults to ``0``." -#~ msgstr "" - -#~ msgid "The application token used for authorizing." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.channel.po b/docs/locale/fr/LC_MESSAGES/api.models.channel.po index 9a169fe3f..35238dac7 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.channel.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,6 +48,36 @@ msgid "" "event." msgstr "" +#: interactions.api.models.channel.Channel +#: interactions.api.models.channel.Channel.add_member +#: interactions.api.models.channel.Channel.archive +#: interactions.api.models.channel.Channel.create_invite +#: interactions.api.models.channel.Channel.create_thread +#: interactions.api.models.channel.Channel.get_history +#: interactions.api.models.channel.Channel.get_message +#: interactions.api.models.channel.Channel.lock +#: interactions.api.models.channel.Channel.modify +#: interactions.api.models.channel.Channel.pin_message +#: interactions.api.models.channel.Channel.publish_message +#: interactions.api.models.channel.Channel.purge +#: interactions.api.models.channel.Channel.remove_member +#: interactions.api.models.channel.Channel.send +#: interactions.api.models.channel.Channel.set_auto_archive_duration +#: interactions.api.models.channel.Channel.set_bitrate +#: interactions.api.models.channel.Channel.set_name +#: interactions.api.models.channel.Channel.set_nsfw +#: interactions.api.models.channel.Channel.set_parent_id +#: interactions.api.models.channel.Channel.set_position +#: interactions.api.models.channel.Channel.set_rate_limit_per_user +#: interactions.api.models.channel.Channel.set_topic +#: interactions.api.models.channel.Channel.set_user_limit +#: interactions.api.models.channel.Channel.unpin_message +#: interactions.api.models.channel.Thread +#: interactions.api.models.channel.ThreadMember +#: interactions.api.models.channel.ThreadMetadata of +msgid "Parameters" +msgstr "" + #: interactions.api.models.channel.Channel:1 of msgid "A class object representing all types of channels." msgstr "" @@ -239,32 +269,6 @@ msgstr "" msgid "Sends a message in the channel." msgstr "" -#: interactions.api.models.channel.Channel.add_member -#: interactions.api.models.channel.Channel.archive -#: interactions.api.models.channel.Channel.create_invite -#: interactions.api.models.channel.Channel.create_thread -#: interactions.api.models.channel.Channel.get_history -#: interactions.api.models.channel.Channel.get_message -#: interactions.api.models.channel.Channel.lock -#: interactions.api.models.channel.Channel.modify -#: interactions.api.models.channel.Channel.pin_message -#: interactions.api.models.channel.Channel.publish_message -#: interactions.api.models.channel.Channel.purge -#: interactions.api.models.channel.Channel.remove_member -#: interactions.api.models.channel.Channel.send -#: interactions.api.models.channel.Channel.set_auto_archive_duration -#: interactions.api.models.channel.Channel.set_bitrate -#: interactions.api.models.channel.Channel.set_name -#: interactions.api.models.channel.Channel.set_nsfw -#: interactions.api.models.channel.Channel.set_parent_id -#: interactions.api.models.channel.Channel.set_position -#: interactions.api.models.channel.Channel.set_rate_limit_per_user -#: interactions.api.models.channel.Channel.set_topic -#: interactions.api.models.channel.Channel.set_user_limit -#: interactions.api.models.channel.Channel.unpin_message of -msgid "Parameters" -msgstr "" - #: interactions.api.models.channel.Channel.send:3 of msgid "The contents of the message as a string or string-converted value." msgstr "" @@ -789,3 +793,4 @@ msgstr "" #: interactions.api.models.channel.ThreadMetadata:11 of msgid "The ability to invite users to the thread." msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/api.models.flags.po b/docs/locale/fr/LC_MESSAGES/api.models.flags.po index 2a460c72f..25875e2c5 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.flags.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -92,3 +92,4 @@ msgid "" "An integer flag bitshift object representing the different member " "permissions given by Discord." msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/api.models.guild.po b/docs/locale/fr/LC_MESSAGES/api.models.guild.po index 63a87348e..e0efe0450 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.guild.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -1898,21 +1898,3 @@ msgstr "" msgid "Deletes the invite" msgstr "" -#~ msgid "" -#~ ":type role Union[Role, int] :param " -#~ "member_id: The id of the member to" -#~ " add the roles to :type member_id:" -#~ " int :param reason?: The reason why" -#~ " the roles are added :type reason:" -#~ " Optional[str]" -#~ msgstr "" - -#~ msgid "" -#~ ":type role Union[Role, int, Snowflake] " -#~ ":param member_id: The id of the " -#~ "member to add the roles to :type" -#~ " member_id: Union[Member, int, Snowflake] " -#~ ":param reason?: The reason why the " -#~ "roles are added :type reason: " -#~ "Optional[str]" -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.gw.po b/docs/locale/fr/LC_MESSAGES/api.models.gw.po index 023d54338..336c6f136 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.gw.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -93,6 +93,36 @@ msgstr "" msgid "The substring in content that triggered rule." msgstr "" +#: interactions.api.models.gw.ApplicationCommandPermissions +#: interactions.api.models.gw.AutoModerationAction +#: interactions.api.models.gw.AutoModerationRule +#: interactions.api.models.gw.ChannelPins +#: interactions.api.models.gw.EmbeddedActivity +#: interactions.api.models.gw.GuildBan interactions.api.models.gw.GuildEmojis +#: interactions.api.models.gw.GuildIntegrations +#: interactions.api.models.gw.GuildJoinRequest +#: interactions.api.models.gw.GuildMember +#: interactions.api.models.gw.GuildMember.add_role +#: interactions.api.models.gw.GuildMember.add_to_thread +#: interactions.api.models.gw.GuildMember.ban +#: interactions.api.models.gw.GuildMember.kick +#: interactions.api.models.gw.GuildMember.modify +#: interactions.api.models.gw.GuildMember.remove_role +#: interactions.api.models.gw.GuildMember.send +#: interactions.api.models.gw.GuildMembers interactions.api.models.gw.GuildRole +#: interactions.api.models.gw.GuildScheduledEvent +#: interactions.api.models.gw.GuildScheduledEventUser +#: interactions.api.models.gw.GuildStickers +#: interactions.api.models.gw.Integration +#: interactions.api.models.gw.MessageReaction +#: interactions.api.models.gw.Presence +#: interactions.api.models.gw.ReactionRemove +#: interactions.api.models.gw.ThreadList +#: interactions.api.models.gw.ThreadMembers interactions.api.models.gw.Webhooks +#: of +msgid "Parameters" +msgstr "" + #: interactions.api.models.gw.AutoModerationRule:1 of msgid "" "A class object representing the gateway events " @@ -525,16 +555,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.gw.GuildMember.add_role -#: interactions.api.models.gw.GuildMember.add_to_thread -#: interactions.api.models.gw.GuildMember.ban -#: interactions.api.models.gw.GuildMember.kick -#: interactions.api.models.gw.GuildMember.modify -#: interactions.api.models.gw.GuildMember.remove_role -#: interactions.api.models.gw.GuildMember.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.gw.GuildMember.ban:3 of msgid "The reason of the ban" msgstr "" @@ -803,3 +823,4 @@ msgstr "" #: interactions.api.models.gw.GuildRole:5 of msgid "The role ID of the event." msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/api.models.member.po b/docs/locale/fr/LC_MESSAGES/api.models.member.po index d9d53d52c..305534611 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.member.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.member.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,6 +81,18 @@ msgstr "" msgid "How long until they're unmuted, if any." msgstr "" +#: interactions.api.models.member.Member +#: interactions.api.models.member.Member.add_role +#: interactions.api.models.member.Member.add_to_thread +#: interactions.api.models.member.Member.ban +#: interactions.api.models.member.Member.get_avatar_url +#: interactions.api.models.member.Member.kick +#: interactions.api.models.member.Member.modify +#: interactions.api.models.member.Member.remove_role +#: interactions.api.models.member.Member.send of +msgid "Parameters" +msgstr "" + #: interactions.api.models.member.Member.id:1 of msgid "Returns the ID of the user." msgstr "" @@ -131,17 +143,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.member.Member.add_role -#: interactions.api.models.member.Member.add_to_thread -#: interactions.api.models.member.Member.ban -#: interactions.api.models.member.Member.get_avatar_url -#: interactions.api.models.member.Member.kick -#: interactions.api.models.member.Member.modify -#: interactions.api.models.member.Member.remove_role -#: interactions.api.models.member.Member.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.member.Member.ban:3 of msgid "The id of the guild to ban the member from" msgstr "" @@ -294,13 +295,3 @@ msgid "" "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" -#~ msgid "" -#~ "Returns the URL of the member's " -#~ "avatar for the specified guild. :param" -#~ " guild_id: The id of the guild " -#~ "to get the member's avatar from " -#~ ":type guild_id: int :return: URL of " -#~ "the members's avatar (None will be " -#~ "returned if no avatar is set) " -#~ ":rtype: str" -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.message.po b/docs/locale/fr/LC_MESSAGES/api.models.message.po index eaf0149d8..968309461 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.message.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.message.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -185,14 +185,11 @@ msgstr "" msgid "Array of sticker objects sent with the message if any. Deprecated." msgstr "" -#: interactions.api.models.message.Message.get_channel:1 of -msgid "Gets the channel where the message was sent." -msgstr "" - +#: interactions.api.models.message.Attachment +#: interactions.api.models.message.ChannelMention +#: interactions.api.models.message.Embed #: interactions.api.models.message.Embed.add_field -#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at -#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -200,40 +197,43 @@ msgstr "" #: interactions.api.models.message.Embed.set_image #: interactions.api.models.message.Embed.set_thumbnail #: interactions.api.models.message.Embed.set_video +#: interactions.api.models.message.EmbedAuthor +#: interactions.api.models.message.EmbedField +#: interactions.api.models.message.EmbedFooter +#: interactions.api.models.message.EmbedImageStruct +#: interactions.api.models.message.EmbedProvider +#: interactions.api.models.message.Emoji #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild -#: interactions.api.models.message.Emoji.url +#: interactions.api.models.message.Message #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit -#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url -#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction -#: interactions.api.models.message.Message.pin -#: interactions.api.models.message.Message.publish -#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from #: interactions.api.models.message.Message.reply -#: interactions.api.models.message.Message.unpin -#: interactions.api.models.message.Message.url of -msgid "Return type" -msgstr "" - -#: interactions.api.models.message.Message.get_guild:1 of -msgid "Gets the guild where the message was sent." +#: interactions.api.models.message.MessageActivity +#: interactions.api.models.message.MessageInteraction +#: interactions.api.models.message.MessageReference +#: interactions.api.models.message.PartialSticker +#: interactions.api.models.message.ReactionObject +#: interactions.api.models.message.Sticker of +msgid "Parameters" msgstr "" -#: interactions.api.models.message.Message.delete:1 of -msgid "Deletes the message." +#: interactions.api.models.message.Message.get_channel:1 of +msgid "Gets the channel where the message was sent." msgstr "" #: interactions.api.models.message.Embed.add_field +#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at +#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -244,17 +244,33 @@ msgstr "" #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild +#: interactions.api.models.message.Emoji.url #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit +#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url +#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction +#: interactions.api.models.message.Message.pin +#: interactions.api.models.message.Message.publish +#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from -#: interactions.api.models.message.Message.reply of -msgid "Parameters" +#: interactions.api.models.message.Message.reply +#: interactions.api.models.message.Message.unpin +#: interactions.api.models.message.Message.url of +msgid "Return type" +msgstr "" + +#: interactions.api.models.message.Message.get_guild:1 of +msgid "Gets the guild where the message was sent." +msgstr "" + +#: interactions.api.models.message.Message.delete:1 of +msgid "Deletes the message." msgstr "" #: interactions.api.models.message.Message.delete:3 of @@ -1077,3 +1093,4 @@ msgstr "" #: interactions.api.models.message.Sticker:14 of msgid "The standard sticker's sort order within its pack" msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/api.models.misc.po b/docs/locale/fr/LC_MESSAGES/api.models.misc.po index ccfa1adc8..e520060de 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.misc.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,6 +66,15 @@ msgstr "" msgid "Timeout duration in seconds, if timed out." msgstr "" +#: interactions.api.models.misc.AutoModAction +#: interactions.api.models.misc.AutoModMetaData +#: interactions.api.models.misc.AutoModTriggerMetadata +#: interactions.api.models.misc.ClientStatus interactions.api.models.misc.File +#: interactions.api.models.misc.Image interactions.api.models.misc.Overwrite +#: interactions.api.models.misc.Snowflake of +msgid "Parameters" +msgstr "" + #: interactions.api.models.misc.AutoModAction:1 of msgid "" "A class object used for the ``AUTO_MODERATION_ACTION_EXECUTION`` event. " @@ -120,12 +129,6 @@ msgid "" "integer." msgstr "" -#: interactions.api.models.misc.File.__init__ -#: interactions.api.models.misc.Image.__init__ -#: interactions.api.models.misc.Snowflake.__init__ of -msgid "Parameters" -msgstr "" - #: interactions.api.models.misc.Color.black #: interactions.api.models.misc.Color.blurple #: interactions.api.models.misc.Color.fuchsia @@ -133,7 +136,7 @@ msgstr "" #: interactions.api.models.misc.Color.red #: interactions.api.models.misc.Color.white #: interactions.api.models.misc.Color.yellow -#: interactions.api.models.misc.Snowflake.__init__ of +#: interactions.api.models.misc.Snowflake of msgid "Return type" msgstr "" @@ -285,8 +288,3 @@ msgstr "" msgid "Permission bit set." msgstr "" -#~ msgid "" -#~ "A pseudosentinel based from an empty " -#~ "object. This does violate PEP, but, " -#~ "I don't care." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.po b/docs/locale/fr/LC_MESSAGES/api.models.po index 764507670..a658eef9d 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,3 +21,4 @@ msgstr "" #: ../../api.models.rst:4 msgid "Model Objects" msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/api.models.presence.po b/docs/locale/fr/LC_MESSAGES/api.models.presence.po index effa582b9..e9b31f093 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.presence.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -232,17 +232,3 @@ msgstr "" msgid "Whether the client is afk or not." msgstr "" -#~ msgid "Unix timestamp of when the activity was created to the User's session" -#~ msgstr "" - -#~ msgid "Custom buttons shown in the RPC." -#~ msgstr "" - -#~ msgid "A class object representing the buttons of a presence." -#~ msgstr "" - -#~ msgid "Text of the button" -#~ msgstr "" - -#~ msgid "URL of the button" -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.role.po b/docs/locale/fr/LC_MESSAGES/api.models.role.po index 9a3430734..c7d9a1e0b 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.role.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.role.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -74,6 +74,13 @@ msgstr "" msgid "The tags this role has" msgstr "" +#: interactions.api.models.role.Role interactions.api.models.role.Role.delete +#: interactions.api.models.role.Role.modify +#: interactions.api.models.role.Role.modify_position +#: interactions.api.models.role.RoleTags of +msgid "Parameters" +msgstr "" + #: interactions.api.models.role.Role.mention:1 of msgid "Returns a string that allows you to mention the given role." msgstr "" @@ -88,6 +95,7 @@ msgstr "" msgid "The string of the mentioned role." msgstr "" +#: interactions.api.models.role.Role.delete #: interactions.api.models.role.Role.mention #: interactions.api.models.role.Role.modify #: interactions.api.models.role.Role.modify_position of @@ -98,12 +106,6 @@ msgstr "" msgid "Deletes the role from the guild." msgstr "" -#: interactions.api.models.role.Role.delete -#: interactions.api.models.role.Role.modify -#: interactions.api.models.role.Role.modify_position of -msgid "Parameters" -msgstr "" - #: interactions.api.models.role.Role.delete:3 of msgid "The id of the guild to delete the role from" msgstr "" @@ -195,3 +197,4 @@ msgstr "" #: interactions.api.models.role.RoleTags:5 of msgid "Whether if this is the guild's premium subscriber role" msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/api.models.team.po b/docs/locale/fr/LC_MESSAGES/api.models.team.po index cde90e6a6..bb0bc816c 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.team.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.team.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -183,3 +183,4 @@ msgstr "" #: interactions.api.models.team.Application.icon_url of msgid "Return type" msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/api.models.user.po b/docs/locale/fr/LC_MESSAGES/api.models.user.po index 807b9d83e..533c1a192 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.user.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.user.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -133,3 +133,4 @@ msgstr "" #: interactions.api.models.user.User.banner_url:3 of msgid "URL of the user's banner (None will be returned if no banner is set)" msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/api.models.webhook.po b/docs/locale/fr/LC_MESSAGES/api.models.webhook.po index c201be33e..00552e50d 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.webhook.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,10 +86,7 @@ msgid "" "flow)" msgstr "" -#: interactions.api.models.webhook.Webhook.create:1 of -msgid "Creates a webhook in a channel." -msgstr "" - +#: interactions.api.models.webhook.Webhook #: interactions.api.models.webhook.Webhook.create #: interactions.api.models.webhook.Webhook.execute #: interactions.api.models.webhook.Webhook.get @@ -97,6 +94,10 @@ msgstr "" msgid "Parameters" msgstr "" +#: interactions.api.models.webhook.Webhook.create:1 of +msgid "Creates a webhook in a channel." +msgstr "" + #: interactions.api.models.webhook.Webhook.create:3 #: interactions.api.models.webhook.Webhook.get:3 of msgid "The HTTPClient of the bot, has to be set to `bot._http`." @@ -256,3 +257,4 @@ msgstr "" #: interactions.api.models.webhook.WebhookType:1 of msgid "Valid values are as follows:" msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/api.po b/docs/locale/fr/LC_MESSAGES/api.po index cb74082a0..bad7d50ca 100644 --- a/docs/locale/fr/LC_MESSAGES/api.po +++ b/docs/locale/fr/LC_MESSAGES/api.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,15 +26,15 @@ msgstr "" msgid "Frameworks/Commands" msgstr "" -#: ../../api.rst:24 ../../api.rst:41 +#: ../../api.rst:25 ../../api.rst:42 msgid "Model/Design" msgstr "" -#: ../../api.rst:34 +#: ../../api.rst:35 msgid "Client Connections" msgstr "" -#: ../../api.rst:49 +#: ../../api.rst:50 msgid "Events" msgstr "" @@ -50,6 +50,7 @@ msgstr "" msgid "Interactions" msgstr "" -#: ../../api.rst:32 +#: ../../api.rst:33 msgid "Discord API" msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/client.po b/docs/locale/fr/LC_MESSAGES/client.po index 0bfd7ef38..79f9b0917 100644 --- a/docs/locale/fr/LC_MESSAGES/client.po +++ b/docs/locale/fr/LC_MESSAGES/client.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,6 @@ msgstr "" #: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -46,7 +45,7 @@ msgstr "" #: interactions.client.bot.Client.modal interactions.client.bot.Client.modify #: interactions.client.bot.Client.reload interactions.client.bot.Client.remove #: interactions.client.bot.Client.user_command -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Parameters" msgstr "" @@ -123,9 +122,9 @@ msgstr "" msgid "The application representation of the client." msgstr "" +#: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -146,7 +145,7 @@ msgstr "" #: interactions.client.bot.Client.start #: interactions.client.bot.Client.user_command #: interactions.client.bot.Client.wait_until_ready -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Return type" msgstr "" @@ -641,11 +640,3 @@ msgstr "" msgid "The structure of an extension:" msgstr "" -#~ msgid "" -#~ "A wrapper designed to interpret the " -#~ "client-facing API for how a " -#~ "command is to be created and used." -#~ msgstr "" - -#~ msgid "A list of command payloads." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/context.po b/docs/locale/fr/LC_MESSAGES/context.po index 77cab9c1c..a674e926d 100644 --- a/docs/locale/fr/LC_MESSAGES/context.po +++ b/docs/locale/fr/LC_MESSAGES/context.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -55,6 +55,23 @@ msgstr "" msgid "The guild data model." msgstr "" +#: interactions.api.models.attrs_utils.DictSerializerMixin.update +#: interactions.client.context.CommandContext +#: interactions.client.context.CommandContext.defer +#: interactions.client.context.CommandContext.edit +#: interactions.client.context.CommandContext.populate +#: interactions.client.context.CommandContext.send +#: interactions.client.context.ComponentContext +#: interactions.client.context.ComponentContext.defer +#: interactions.client.context.ComponentContext.edit +#: interactions.client.context.ComponentContext.send +#: interactions.client.context._Context +#: interactions.client.context._Context.edit +#: interactions.client.context._Context.popup +#: interactions.client.context._Context.send of +msgid "Parameters" +msgstr "" + #: interactions.client.context._Context.get_channel:1 of msgid "This gets the channel the context was invoked in." msgstr "" @@ -107,21 +124,6 @@ msgid "" "interaction response." msgstr "" -#: interactions.api.models.attrs_utils.ClientSerializerMixin.__init__ -#: interactions.api.models.attrs_utils.DictSerializerMixin.update -#: interactions.client.context.CommandContext.defer -#: interactions.client.context.CommandContext.edit -#: interactions.client.context.CommandContext.populate -#: interactions.client.context.CommandContext.send -#: interactions.client.context.ComponentContext.defer -#: interactions.client.context.ComponentContext.edit -#: interactions.client.context.ComponentContext.send -#: interactions.client.context._Context.edit -#: interactions.client.context._Context.popup -#: interactions.client.context._Context.send of -msgid "Parameters" -msgstr "" - #: interactions.client.context.CommandContext.send:4 #: interactions.client.context.ComponentContext.send:4 #: interactions.client.context._Context.send:4 of @@ -340,3 +342,4 @@ msgstr "" #: interactions.client.context.ComponentContext.defer:6 of msgid "Whether you want to edit the original message or send a followup message" msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/enums.po b/docs/locale/fr/LC_MESSAGES/enums.po index 8fc379297..552bc2e5d 100644 --- a/docs/locale/fr/LC_MESSAGES/enums.po +++ b/docs/locale/fr/LC_MESSAGES/enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -200,3 +200,4 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/events.po b/docs/locale/fr/LC_MESSAGES/events.po index b91a1dc02..b6794e6c1 100644 --- a/docs/locale/fr/LC_MESSAGES/events.po +++ b/docs/locale/fr/LC_MESSAGES/events.po @@ -333,3 +333,4 @@ msgid "" "the methods *do not take in a guild id*. Please keep that in mind when " "using this event." msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/ext.base.po b/docs/locale/fr/LC_MESSAGES/ext.base.po index 7eb2194fa..3461b2965 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.base.po +++ b/docs/locale/fr/LC_MESSAGES/ext.base.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,20 +149,3 @@ msgstr "" msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" -#~ msgid "The repository link of the library via. GitHub." -#~ msgstr "" - -#~ msgid "The description of the library, e.g. the purpose." -#~ msgstr "" - -#~ msgid "The full description of the library, e.g. README. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The package(s) of the library. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The required modules needed for library function. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "Any other keyword arguments. Defaults to ``None``." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/ext.converter.po b/docs/locale/fr/LC_MESSAGES/ext.converter.po index 8f0df6d4b..540abf524 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.converter.po +++ b/docs/locale/fr/LC_MESSAGES/ext.converter.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,21 +40,23 @@ msgstr "" msgid "The second object to be converted." msgstr "" -#: interactions.ext.converter.Converter._map_attr:1 of -msgid "Maps the attributes between the models for conversion reference." +#: interactions.ext.converter.Converter +#: interactions.ext.converter.Converter.get_attr of +msgid "Parameters" msgstr "" +#: interactions.ext.converter.Converter #: interactions.ext.converter.Converter._map_attr #: interactions.ext.converter.Converter.difference #: interactions.ext.converter.Converter.get_attr #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Returns" +msgid "Return type" msgstr "" -#: interactions.ext.converter.Converter._map_attr:3 of -msgid "A dictionary of attributes mapped." +#: interactions.ext.converter.Converter._map_attr:1 of +msgid "Maps the attributes between the models for conversion reference." msgstr "" #: interactions.ext.converter.Converter._map_attr @@ -63,15 +65,15 @@ msgstr "" #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Return type" +msgid "Returns" msgstr "" -#: interactions.ext.converter.Converter.get_attr:1 of -msgid "Gets a mapped attribute." +#: interactions.ext.converter.Converter._map_attr:3 of +msgid "A dictionary of attributes mapped." msgstr "" -#: interactions.ext.converter.Converter.get_attr of -msgid "Parameters" +#: interactions.ext.converter.Converter.get_attr:1 of +msgid "Gets a mapped attribute." msgstr "" #: interactions.ext.converter.Converter.get_attr:3 of @@ -112,3 +114,4 @@ msgid "" "Gets a list of keys and values missing from the \"referenced\" or first " "model." msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/ext.error.po b/docs/locale/fr/LC_MESSAGES/ext.error.po index 7b39f4fa1..54236e103 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.error.po +++ b/docs/locale/fr/LC_MESSAGES/ext.error.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -98,3 +98,4 @@ msgstr "" #: interactions.ext.error.UnknownService:1 of msgid "An exception raised whenever a ``Base`` object cannot find a service." msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/fr/LC_MESSAGES/ext.gettingstarted.po index 1c21e3eb3..637ff4e0d 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/fr/LC_MESSAGES/ext.gettingstarted.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -223,3 +223,4 @@ msgid "" "self-explanitory subject, we recommend :ref:`reading the documentation " "` on this." msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/ext.po b/docs/locale/fr/LC_MESSAGES/ext.po index ee17491a5..83b3958a1 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.po +++ b/docs/locale/fr/LC_MESSAGES/ext.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,3 +48,4 @@ msgid "" " provide out of the box, but you can also create some of your own. We'll " "be covering each one of these tools in great detail." msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/ext.version.po b/docs/locale/fr/LC_MESSAGES/ext.version.po index 581fb477c..2c50738fb 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.version.po +++ b/docs/locale/fr/LC_MESSAGES/ext.version.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -199,28 +199,3 @@ msgstr "" msgid "The alphanumeric version was incorrectly formatted." msgstr "" -#~ msgid "" -#~ "The author's relationship as the main" -#~ " or co-author. Defaults to ``False``." -#~ msgstr "" - -#~ msgid "The author's state of activity. Defaults to ``True``." -#~ msgstr "" - -#~ msgid "The author's email address or point of contact. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The major version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The minor version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The patch version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "" -#~ "The overall version. Must be used " -#~ "if ``major``, ``minor`` or ``patch`` are" -#~ " not." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/faq.po b/docs/locale/fr/LC_MESSAGES/faq.po index 308f71de8..0c36e96ff 100644 --- a/docs/locale/fr/LC_MESSAGES/faq.po +++ b/docs/locale/fr/LC_MESSAGES/faq.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -522,76 +522,3 @@ msgid "" "library and/or any integration code depending on it." msgstr "" -#~ msgid "" -#~ "This page is maintained by the " -#~ "Helpers of the Discord server, and " -#~ "developers at their discretion. For any" -#~ " comments, feedback or concerns please " -#~ "consider joining our server and bringing" -#~ " it up in our support channels." -#~ msgstr "" - -#~ msgid "discord.py is dead! Will this library die too?" -#~ msgstr "" - -#~ msgid "" -#~ "The decision to become a standalone " -#~ "library that is now an API wrapper" -#~ " for the Discord API was made " -#~ "before Danny posted his gist on " -#~ "GitHub about ceasing development of " -#~ "discord.py. This is the official " -#~ "statement from the library developer " -#~ "regarding this:" -#~ msgstr "" - -#~ msgid "" -#~ "The most *biased* answer would be " -#~ "to, of course, *use interactions.py.* We" -#~ " already offer a lot of the " -#~ "integral API wrapper aspects as " -#~ "discord.py does, however, we only " -#~ "specialize in interactions. Which means " -#~ "things such as these won't be " -#~ "supported officially by us (but might" -#~ " be available as 3rd parties):" -#~ msgstr "" - -#~ msgid "" -#~ "Cooldowns aren't really an actual " -#~ "feature of the Discord API itself, " -#~ "but rather more of a convienent " -#~ "feature implemented in discord.py in " -#~ "order to avoid spamming of commands." -#~ msgstr "" - -#~ msgid "" -#~ "That's the neat part: it's really " -#~ "hard to do that, and most of " -#~ "the time, they won't. Unless they " -#~ "copy the exact string that was " -#~ "used when you open up the UI " -#~ "element to do it numerous times, " -#~ "most users do and will not be " -#~ "able to know how to do this. " -#~ "However, if you as a bot developer" -#~ " feel at unease about this, you " -#~ "are more than welcome to implement " -#~ "your own cooldown methods yourself. " -#~ "Cooldowns were an ultimatum that came" -#~ " as the result of message commands" -#~ " being able to be spammable, and " -#~ "since we won't be supporting them, " -#~ "there's no feasibility to having them" -#~ " in our library." -#~ msgstr "" - -#~ msgid "" -#~ "Please join our Discord server for " -#~ "any further support regarding our " -#~ "library and/or any integration code " -#~ "depending on it." -#~ msgstr "" - -#~ msgid "Invite Link: https://discord.gg/KkgMBVuEkx" -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/get.po b/docs/locale/fr/LC_MESSAGES/get.po index d5b9fb58f..f8332ac15 100644 --- a/docs/locale/fr/LC_MESSAGES/get.po +++ b/docs/locale/fr/LC_MESSAGES/get.po @@ -228,3 +228,4 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/index.po b/docs/locale/fr/LC_MESSAGES/index.po index eb0f03796..a9abb220a 100644 --- a/docs/locale/fr/LC_MESSAGES/index.po +++ b/docs/locale/fr/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -248,35 +248,3 @@ msgstr "" msgid ":ref:`modindex`" msgstr "" -#~ msgid "" -#~ "**pre-commit** ``2.16.0``: the architecture" -#~ " uses this before every commit to " -#~ "format and check for severity/QOL-" -#~ "breaking changes." -#~ msgstr "" - -#~ msgid "**black** ``21.11b1``" -#~ msgstr "" - -#~ msgid "**flake8** ``3.9.2``" -#~ msgstr "" - -#~ msgid "**isort** ``5.9.3``" -#~ msgstr "" - -#~ msgid "" -#~ "**Sphinx** ``4.1.2``: all of our " -#~ "documentation is powered off of " -#~ "autogenerated documentation of the Sphinx " -#~ "engine." -#~ msgstr "" - -#~ msgid "" -#~ "**colorama** ``0.4.4``: our internal logger" -#~ " uses a customized coloring formatter " -#~ "to make looking for specific conditions" -#~ " easier when running tests." -#~ msgstr "" - -#~ msgid ":ref:`search`" -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/migration.po b/docs/locale/fr/LC_MESSAGES/migration.po index 766999c9f..2bc74d8b8 100644 --- a/docs/locale/fr/LC_MESSAGES/migration.po +++ b/docs/locale/fr/LC_MESSAGES/migration.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,9 +149,3 @@ msgid "" "Example:" msgstr "" -#~ msgid "" -#~ "A new big change in this release" -#~ " is the implementation of the ``get``" -#~ " utility method. It allows you to " -#~ "no longer use ``**await bot._http...``." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/models.command.po b/docs/locale/fr/LC_MESSAGES/models.command.po index acbfe63bc..c3c00ca91 100644 --- a/docs/locale/fr/LC_MESSAGES/models.command.po +++ b/docs/locale/fr/LC_MESSAGES/models.command.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,6 +62,22 @@ msgid "" "same restrictions as the ``name`` field." msgstr "" +#: interactions.client.models.command.ApplicationCommand +#: interactions.client.models.command.Choice +#: interactions.client.models.command.Command +#: interactions.client.models.command.Command.__call +#: interactions.client.models.command.Command.__check_command +#: interactions.client.models.command.Command.__wrap_coro +#: interactions.client.models.command.Command.autocomplete +#: interactions.client.models.command.Command.error +#: interactions.client.models.command.Command.group +#: interactions.client.models.command.Command.subcommand +#: interactions.client.models.command.Option +#: interactions.client.models.command.Permission +#: interactions.client.models.command.option of +msgid "Parameters" +msgstr "" + #: interactions.client.models.command.Option:1 of msgid "A class object representing the option of an application command." msgstr "" @@ -235,17 +251,6 @@ msgstr "" msgid "The structure of an option:" msgstr "" -#: interactions.client.models.command.Command.__call -#: interactions.client.models.command.Command.__check_command -#: interactions.client.models.command.Command.__wrap_coro -#: interactions.client.models.command.Command.autocomplete -#: interactions.client.models.command.Command.error -#: interactions.client.models.command.Command.group -#: interactions.client.models.command.Command.subcommand -#: interactions.client.models.command.option of -msgid "Parameters" -msgstr "" - #: interactions.client.models.command.option:12 of msgid "The type of the option." msgstr "" @@ -521,11 +526,3 @@ msgid "" " any." msgstr "" -#~ msgid "The structure for a choice: ::" -#~ msgstr "" - -#~ msgid "The structure for an option: ::" -#~ msgstr "" - -#~ msgid "The structure for a permission: ::" -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/models.component.po b/docs/locale/fr/LC_MESSAGES/models.component.po index e4d356e6c..82f44aa6f 100644 --- a/docs/locale/fr/LC_MESSAGES/models.component.po +++ b/docs/locale/fr/LC_MESSAGES/models.component.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,6 +58,17 @@ msgstr "" msgid "Whether the select option is the default for the select menu." msgstr "" +#: interactions.client.models.component.ActionRow +#: interactions.client.models.component.ActionRow.new +#: interactions.client.models.component.Button +#: interactions.client.models.component.Component +#: interactions.client.models.component.Modal +#: interactions.client.models.component.SelectMenu +#: interactions.client.models.component.SelectOption +#: interactions.client.models.component.TextInput of +msgid "Parameters" +msgstr "" + #: interactions.client.models.component.SelectMenu:1 of msgid "" "A class object representing the select menu of a component. The structure" @@ -314,10 +325,6 @@ msgstr "" msgid "A class method for creating a new ``ActionRow``." msgstr "" -#: interactions.client.models.component.ActionRow.new of -msgid "Parameters" -msgstr "" - #: interactions.client.models.component.ActionRow.new:3 of msgid "The components to add to the ``ActionRow``." msgstr "" @@ -333,3 +340,4 @@ msgstr "" #: interactions.client.models.component.ActionRow.new of msgid "Return type" msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/models.misc.po b/docs/locale/fr/LC_MESSAGES/models.misc.po index 28f7a3b8d..9b81beff6 100644 --- a/docs/locale/fr/LC_MESSAGES/models.misc.po +++ b/docs/locale/fr/LC_MESSAGES/models.misc.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,3 +149,4 @@ msgstr "" #: interactions.client.models.misc.Interaction:13 of msgid "The message of the interaction." msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/models.po b/docs/locale/fr/LC_MESSAGES/models.po index a322bcb50..f026cf489 100644 --- a/docs/locale/fr/LC_MESSAGES/models.po +++ b/docs/locale/fr/LC_MESSAGES/models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,3 +21,4 @@ msgstr "" #: ../../models.rst:4 msgid "Interaction Models" msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/models.utils.po b/docs/locale/fr/LC_MESSAGES/models.utils.po index 7976e9c30..f220cc8c5 100644 --- a/docs/locale/fr/LC_MESSAGES/models.utils.po +++ b/docs/locale/fr/LC_MESSAGES/models.utils.po @@ -85,3 +85,4 @@ msgstr "" #: interactions.client.models.utils.spread_to_rows:28 of msgid "The maximum number of components in a single row. Defaults to ``5``." msgstr "" + diff --git a/docs/locale/fr/LC_MESSAGES/quickstart.po b/docs/locale/fr/LC_MESSAGES/quickstart.po index f92a3951e..23ad7a1da 100644 --- a/docs/locale/fr/LC_MESSAGES/quickstart.po +++ b/docs/locale/fr/LC_MESSAGES/quickstart.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -674,5 +674,3 @@ msgstr "" msgid "Usage of ``@autodefer()``:" msgstr "" -#~ msgid "``name`` and ``description`` are required." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.cache.po b/docs/locale/hi/LC_MESSAGES/api.cache.po index bee8020b7..fd96f694d 100644 --- a/docs/locale/hi/LC_MESSAGES/api.cache.po +++ b/docs/locale/hi/LC_MESSAGES/api.cache.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -115,50 +115,3 @@ msgid "" "Type." msgstr "" -#~ msgid "A class representing the defined item in a stored dataset." -#~ msgstr "" - -#~ msgid "The item itself." -#~ msgstr "" - -#~ msgid "The ID type representation." -#~ msgstr "" - -#~ msgid "The new storage." -#~ msgstr "" - -#~ msgid "Updates an item from the storage." -#~ msgstr "" - -#~ msgid "The item to update." -#~ msgstr "" - -#~ msgid "The updated item, if stored." -#~ msgstr "" - -#~ msgid "The cached Direct Messages." -#~ msgstr "" - -#~ msgid "The cached guilds upon gateway connection." -#~ msgstr "" - -#~ msgid "The cached guilds after ready." -#~ msgstr "" - -#~ msgid "The cached channels of guilds." -#~ msgstr "" - -#~ msgid "The cached roles of guilds." -#~ msgstr "" - -#~ msgid "The cached members of guilds and threads." -#~ msgstr "" - -#~ msgid "The cached messages of DMs and channels." -#~ msgstr "" - -#~ msgid "The cached interactions upon interaction." -#~ msgstr "" - -#~ msgid ":return The items stored. :rtype: List[dict]" -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.dispatch.po b/docs/locale/hi/LC_MESSAGES/api.dispatch.po index d5df5422e..c6ed8f010 100644 --- a/docs/locale/hi/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/hi/LC_MESSAGES/api.dispatch.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,7 +38,7 @@ msgstr "" msgid "A list of events being dispatched." msgstr "" -#: interactions.api.dispatch.Listener.__init__ +#: interactions.api.dispatch.Listener #: interactions.api.dispatch.Listener.dispatch #: interactions.api.dispatch.Listener.register of msgid "Return type" @@ -83,3 +83,4 @@ msgstr "" #: interactions.api.dispatch.Listener.register:9 of msgid "The name to associate the coroutine with. Defaults to None." msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/api.enums.po b/docs/locale/hi/LC_MESSAGES/api.enums.po index 23af570f0..193fdd8eb 100644 --- a/docs/locale/hi/LC_MESSAGES/api.enums.po +++ b/docs/locale/hi/LC_MESSAGES/api.enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -46,3 +46,4 @@ msgstr "" #: interactions.api.enums.OpCodeType:1 of msgid "Valid values are as follows:" msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/api.error.po b/docs/locale/hi/LC_MESSAGES/api.error.po index 1441d73ad..248882969 100644 --- a/docs/locale/hi/LC_MESSAGES/api.error.po +++ b/docs/locale/hi/LC_MESSAGES/api.error.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,18 +28,18 @@ msgid "" "what a specific code means, use `e.lookup(code)`" msgstr "" +#: interactions.api.error.LibraryException +#: interactions.api.error.LibraryException._parse +#: interactions.api.error.LibraryException.log of +msgid "Parameters" +msgstr "" + #: interactions.api.error.LibraryException._parse:1 of msgid "" "Internal function that should not be executed externally. Parse the error" " data and set the code and message." msgstr "" -#: interactions.api.error.LibraryException.__init__ -#: interactions.api.error.LibraryException._parse -#: interactions.api.error.LibraryException.log of -msgid "Parameters" -msgstr "" - #: interactions.api.error.LibraryException._parse:4 of msgid "The error data to parse." msgstr "" @@ -60,60 +60,3 @@ msgstr "" msgid "Log the error message." msgstr "" -#~ msgid "A customized error formatting script to return specific errors." -#~ msgstr "" - -#~ msgid "An exception class for interactions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a WIP. This isn't meant" -#~ " to be used yet, this is a " -#~ "baseline, and for extensive testing/review " -#~ "before integration. Likewise, this will " -#~ "show the concepts before use, and " -#~ "will be refined when time goes on." -#~ msgstr "" - -#~ msgid "Variables" -#~ msgstr "" - -#~ msgid "The built-in formatter." -#~ msgstr "" - -#~ msgid "A dictionary containing the values from the built-in Enum." -#~ msgstr "" - -#~ msgid "" -#~ "From the default error enum integer " -#~ "declaration, generate a dictionary containing" -#~ " the phrases used for the errors." -#~ msgstr "" - -#~ msgid "" -#~ "Grabs the type attribute. Primarily " -#~ "useful to use it in conditions for" -#~ " integral v4 (potential) logic." -#~ msgstr "" - -#~ msgid "This calls the exception." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent Gateway closing OP " -#~ "codes." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent HTTP Exceptions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent JSON API Exceptions." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.gateway.po b/docs/locale/hi/LC_MESSAGES/api.gateway.po index 0108083f9..da05b0a24 100644 --- a/docs/locale/hi/LC_MESSAGES/api.gateway.po +++ b/docs/locale/hi/LC_MESSAGES/api.gateway.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -315,17 +315,3 @@ msgstr "" msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" -#~ msgid "The token of the application for connecting to the Gateway." -#~ msgstr "" - -#~ msgid "The Gateway intents of the application for event dispatch." -#~ msgstr "" - -#~ msgid "The ID of the session if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The identifier sequence if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The event loop to base the asynchronous manager." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.http.po b/docs/locale/hi/LC_MESSAGES/api.http.po index cd9f74885..ae506eb7a 100644 --- a/docs/locale/hi/LC_MESSAGES/api.http.po +++ b/docs/locale/hi/LC_MESSAGES/api.http.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -2744,20 +2744,3 @@ msgstr "" msgid "Deletes the original message object sent." msgstr "" -#~ msgid "The HTTP request method." -#~ msgstr "" - -#~ msgid "The path of the HTTP/URL." -#~ msgstr "" - -#~ msgid "Optional keyword-only arguments to pass as information in the route." -#~ msgstr "" - -#~ msgid "The asynchronous lock to control limits for." -#~ msgstr "" - -#~ msgid "The remaining time to run the limited lock on. Defaults to ``0``." -#~ msgstr "" - -#~ msgid "The application token used for authorizing." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.channel.po b/docs/locale/hi/LC_MESSAGES/api.models.channel.po index 9a169fe3f..35238dac7 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.channel.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,6 +48,36 @@ msgid "" "event." msgstr "" +#: interactions.api.models.channel.Channel +#: interactions.api.models.channel.Channel.add_member +#: interactions.api.models.channel.Channel.archive +#: interactions.api.models.channel.Channel.create_invite +#: interactions.api.models.channel.Channel.create_thread +#: interactions.api.models.channel.Channel.get_history +#: interactions.api.models.channel.Channel.get_message +#: interactions.api.models.channel.Channel.lock +#: interactions.api.models.channel.Channel.modify +#: interactions.api.models.channel.Channel.pin_message +#: interactions.api.models.channel.Channel.publish_message +#: interactions.api.models.channel.Channel.purge +#: interactions.api.models.channel.Channel.remove_member +#: interactions.api.models.channel.Channel.send +#: interactions.api.models.channel.Channel.set_auto_archive_duration +#: interactions.api.models.channel.Channel.set_bitrate +#: interactions.api.models.channel.Channel.set_name +#: interactions.api.models.channel.Channel.set_nsfw +#: interactions.api.models.channel.Channel.set_parent_id +#: interactions.api.models.channel.Channel.set_position +#: interactions.api.models.channel.Channel.set_rate_limit_per_user +#: interactions.api.models.channel.Channel.set_topic +#: interactions.api.models.channel.Channel.set_user_limit +#: interactions.api.models.channel.Channel.unpin_message +#: interactions.api.models.channel.Thread +#: interactions.api.models.channel.ThreadMember +#: interactions.api.models.channel.ThreadMetadata of +msgid "Parameters" +msgstr "" + #: interactions.api.models.channel.Channel:1 of msgid "A class object representing all types of channels." msgstr "" @@ -239,32 +269,6 @@ msgstr "" msgid "Sends a message in the channel." msgstr "" -#: interactions.api.models.channel.Channel.add_member -#: interactions.api.models.channel.Channel.archive -#: interactions.api.models.channel.Channel.create_invite -#: interactions.api.models.channel.Channel.create_thread -#: interactions.api.models.channel.Channel.get_history -#: interactions.api.models.channel.Channel.get_message -#: interactions.api.models.channel.Channel.lock -#: interactions.api.models.channel.Channel.modify -#: interactions.api.models.channel.Channel.pin_message -#: interactions.api.models.channel.Channel.publish_message -#: interactions.api.models.channel.Channel.purge -#: interactions.api.models.channel.Channel.remove_member -#: interactions.api.models.channel.Channel.send -#: interactions.api.models.channel.Channel.set_auto_archive_duration -#: interactions.api.models.channel.Channel.set_bitrate -#: interactions.api.models.channel.Channel.set_name -#: interactions.api.models.channel.Channel.set_nsfw -#: interactions.api.models.channel.Channel.set_parent_id -#: interactions.api.models.channel.Channel.set_position -#: interactions.api.models.channel.Channel.set_rate_limit_per_user -#: interactions.api.models.channel.Channel.set_topic -#: interactions.api.models.channel.Channel.set_user_limit -#: interactions.api.models.channel.Channel.unpin_message of -msgid "Parameters" -msgstr "" - #: interactions.api.models.channel.Channel.send:3 of msgid "The contents of the message as a string or string-converted value." msgstr "" @@ -789,3 +793,4 @@ msgstr "" #: interactions.api.models.channel.ThreadMetadata:11 of msgid "The ability to invite users to the thread." msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/api.models.flags.po b/docs/locale/hi/LC_MESSAGES/api.models.flags.po index 2a460c72f..25875e2c5 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.flags.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -92,3 +92,4 @@ msgid "" "An integer flag bitshift object representing the different member " "permissions given by Discord." msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/api.models.guild.po b/docs/locale/hi/LC_MESSAGES/api.models.guild.po index 63a87348e..e0efe0450 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.guild.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -1898,21 +1898,3 @@ msgstr "" msgid "Deletes the invite" msgstr "" -#~ msgid "" -#~ ":type role Union[Role, int] :param " -#~ "member_id: The id of the member to" -#~ " add the roles to :type member_id:" -#~ " int :param reason?: The reason why" -#~ " the roles are added :type reason:" -#~ " Optional[str]" -#~ msgstr "" - -#~ msgid "" -#~ ":type role Union[Role, int, Snowflake] " -#~ ":param member_id: The id of the " -#~ "member to add the roles to :type" -#~ " member_id: Union[Member, int, Snowflake] " -#~ ":param reason?: The reason why the " -#~ "roles are added :type reason: " -#~ "Optional[str]" -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.gw.po b/docs/locale/hi/LC_MESSAGES/api.models.gw.po index 023d54338..336c6f136 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.gw.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -93,6 +93,36 @@ msgstr "" msgid "The substring in content that triggered rule." msgstr "" +#: interactions.api.models.gw.ApplicationCommandPermissions +#: interactions.api.models.gw.AutoModerationAction +#: interactions.api.models.gw.AutoModerationRule +#: interactions.api.models.gw.ChannelPins +#: interactions.api.models.gw.EmbeddedActivity +#: interactions.api.models.gw.GuildBan interactions.api.models.gw.GuildEmojis +#: interactions.api.models.gw.GuildIntegrations +#: interactions.api.models.gw.GuildJoinRequest +#: interactions.api.models.gw.GuildMember +#: interactions.api.models.gw.GuildMember.add_role +#: interactions.api.models.gw.GuildMember.add_to_thread +#: interactions.api.models.gw.GuildMember.ban +#: interactions.api.models.gw.GuildMember.kick +#: interactions.api.models.gw.GuildMember.modify +#: interactions.api.models.gw.GuildMember.remove_role +#: interactions.api.models.gw.GuildMember.send +#: interactions.api.models.gw.GuildMembers interactions.api.models.gw.GuildRole +#: interactions.api.models.gw.GuildScheduledEvent +#: interactions.api.models.gw.GuildScheduledEventUser +#: interactions.api.models.gw.GuildStickers +#: interactions.api.models.gw.Integration +#: interactions.api.models.gw.MessageReaction +#: interactions.api.models.gw.Presence +#: interactions.api.models.gw.ReactionRemove +#: interactions.api.models.gw.ThreadList +#: interactions.api.models.gw.ThreadMembers interactions.api.models.gw.Webhooks +#: of +msgid "Parameters" +msgstr "" + #: interactions.api.models.gw.AutoModerationRule:1 of msgid "" "A class object representing the gateway events " @@ -525,16 +555,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.gw.GuildMember.add_role -#: interactions.api.models.gw.GuildMember.add_to_thread -#: interactions.api.models.gw.GuildMember.ban -#: interactions.api.models.gw.GuildMember.kick -#: interactions.api.models.gw.GuildMember.modify -#: interactions.api.models.gw.GuildMember.remove_role -#: interactions.api.models.gw.GuildMember.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.gw.GuildMember.ban:3 of msgid "The reason of the ban" msgstr "" @@ -803,3 +823,4 @@ msgstr "" #: interactions.api.models.gw.GuildRole:5 of msgid "The role ID of the event." msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/api.models.member.po b/docs/locale/hi/LC_MESSAGES/api.models.member.po index d9d53d52c..305534611 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.member.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.member.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,6 +81,18 @@ msgstr "" msgid "How long until they're unmuted, if any." msgstr "" +#: interactions.api.models.member.Member +#: interactions.api.models.member.Member.add_role +#: interactions.api.models.member.Member.add_to_thread +#: interactions.api.models.member.Member.ban +#: interactions.api.models.member.Member.get_avatar_url +#: interactions.api.models.member.Member.kick +#: interactions.api.models.member.Member.modify +#: interactions.api.models.member.Member.remove_role +#: interactions.api.models.member.Member.send of +msgid "Parameters" +msgstr "" + #: interactions.api.models.member.Member.id:1 of msgid "Returns the ID of the user." msgstr "" @@ -131,17 +143,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.member.Member.add_role -#: interactions.api.models.member.Member.add_to_thread -#: interactions.api.models.member.Member.ban -#: interactions.api.models.member.Member.get_avatar_url -#: interactions.api.models.member.Member.kick -#: interactions.api.models.member.Member.modify -#: interactions.api.models.member.Member.remove_role -#: interactions.api.models.member.Member.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.member.Member.ban:3 of msgid "The id of the guild to ban the member from" msgstr "" @@ -294,13 +295,3 @@ msgid "" "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" -#~ msgid "" -#~ "Returns the URL of the member's " -#~ "avatar for the specified guild. :param" -#~ " guild_id: The id of the guild " -#~ "to get the member's avatar from " -#~ ":type guild_id: int :return: URL of " -#~ "the members's avatar (None will be " -#~ "returned if no avatar is set) " -#~ ":rtype: str" -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.message.po b/docs/locale/hi/LC_MESSAGES/api.models.message.po index eaf0149d8..968309461 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.message.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.message.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -185,14 +185,11 @@ msgstr "" msgid "Array of sticker objects sent with the message if any. Deprecated." msgstr "" -#: interactions.api.models.message.Message.get_channel:1 of -msgid "Gets the channel where the message was sent." -msgstr "" - +#: interactions.api.models.message.Attachment +#: interactions.api.models.message.ChannelMention +#: interactions.api.models.message.Embed #: interactions.api.models.message.Embed.add_field -#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at -#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -200,40 +197,43 @@ msgstr "" #: interactions.api.models.message.Embed.set_image #: interactions.api.models.message.Embed.set_thumbnail #: interactions.api.models.message.Embed.set_video +#: interactions.api.models.message.EmbedAuthor +#: interactions.api.models.message.EmbedField +#: interactions.api.models.message.EmbedFooter +#: interactions.api.models.message.EmbedImageStruct +#: interactions.api.models.message.EmbedProvider +#: interactions.api.models.message.Emoji #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild -#: interactions.api.models.message.Emoji.url +#: interactions.api.models.message.Message #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit -#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url -#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction -#: interactions.api.models.message.Message.pin -#: interactions.api.models.message.Message.publish -#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from #: interactions.api.models.message.Message.reply -#: interactions.api.models.message.Message.unpin -#: interactions.api.models.message.Message.url of -msgid "Return type" -msgstr "" - -#: interactions.api.models.message.Message.get_guild:1 of -msgid "Gets the guild where the message was sent." +#: interactions.api.models.message.MessageActivity +#: interactions.api.models.message.MessageInteraction +#: interactions.api.models.message.MessageReference +#: interactions.api.models.message.PartialSticker +#: interactions.api.models.message.ReactionObject +#: interactions.api.models.message.Sticker of +msgid "Parameters" msgstr "" -#: interactions.api.models.message.Message.delete:1 of -msgid "Deletes the message." +#: interactions.api.models.message.Message.get_channel:1 of +msgid "Gets the channel where the message was sent." msgstr "" #: interactions.api.models.message.Embed.add_field +#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at +#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -244,17 +244,33 @@ msgstr "" #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild +#: interactions.api.models.message.Emoji.url #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit +#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url +#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction +#: interactions.api.models.message.Message.pin +#: interactions.api.models.message.Message.publish +#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from -#: interactions.api.models.message.Message.reply of -msgid "Parameters" +#: interactions.api.models.message.Message.reply +#: interactions.api.models.message.Message.unpin +#: interactions.api.models.message.Message.url of +msgid "Return type" +msgstr "" + +#: interactions.api.models.message.Message.get_guild:1 of +msgid "Gets the guild where the message was sent." +msgstr "" + +#: interactions.api.models.message.Message.delete:1 of +msgid "Deletes the message." msgstr "" #: interactions.api.models.message.Message.delete:3 of @@ -1077,3 +1093,4 @@ msgstr "" #: interactions.api.models.message.Sticker:14 of msgid "The standard sticker's sort order within its pack" msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/api.models.misc.po b/docs/locale/hi/LC_MESSAGES/api.models.misc.po index ccfa1adc8..e520060de 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.misc.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,6 +66,15 @@ msgstr "" msgid "Timeout duration in seconds, if timed out." msgstr "" +#: interactions.api.models.misc.AutoModAction +#: interactions.api.models.misc.AutoModMetaData +#: interactions.api.models.misc.AutoModTriggerMetadata +#: interactions.api.models.misc.ClientStatus interactions.api.models.misc.File +#: interactions.api.models.misc.Image interactions.api.models.misc.Overwrite +#: interactions.api.models.misc.Snowflake of +msgid "Parameters" +msgstr "" + #: interactions.api.models.misc.AutoModAction:1 of msgid "" "A class object used for the ``AUTO_MODERATION_ACTION_EXECUTION`` event. " @@ -120,12 +129,6 @@ msgid "" "integer." msgstr "" -#: interactions.api.models.misc.File.__init__ -#: interactions.api.models.misc.Image.__init__ -#: interactions.api.models.misc.Snowflake.__init__ of -msgid "Parameters" -msgstr "" - #: interactions.api.models.misc.Color.black #: interactions.api.models.misc.Color.blurple #: interactions.api.models.misc.Color.fuchsia @@ -133,7 +136,7 @@ msgstr "" #: interactions.api.models.misc.Color.red #: interactions.api.models.misc.Color.white #: interactions.api.models.misc.Color.yellow -#: interactions.api.models.misc.Snowflake.__init__ of +#: interactions.api.models.misc.Snowflake of msgid "Return type" msgstr "" @@ -285,8 +288,3 @@ msgstr "" msgid "Permission bit set." msgstr "" -#~ msgid "" -#~ "A pseudosentinel based from an empty " -#~ "object. This does violate PEP, but, " -#~ "I don't care." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.po b/docs/locale/hi/LC_MESSAGES/api.models.po index 764507670..a658eef9d 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,3 +21,4 @@ msgstr "" #: ../../api.models.rst:4 msgid "Model Objects" msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/api.models.presence.po b/docs/locale/hi/LC_MESSAGES/api.models.presence.po index effa582b9..e9b31f093 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.presence.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -232,17 +232,3 @@ msgstr "" msgid "Whether the client is afk or not." msgstr "" -#~ msgid "Unix timestamp of when the activity was created to the User's session" -#~ msgstr "" - -#~ msgid "Custom buttons shown in the RPC." -#~ msgstr "" - -#~ msgid "A class object representing the buttons of a presence." -#~ msgstr "" - -#~ msgid "Text of the button" -#~ msgstr "" - -#~ msgid "URL of the button" -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.role.po b/docs/locale/hi/LC_MESSAGES/api.models.role.po index 9a3430734..c7d9a1e0b 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.role.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.role.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -74,6 +74,13 @@ msgstr "" msgid "The tags this role has" msgstr "" +#: interactions.api.models.role.Role interactions.api.models.role.Role.delete +#: interactions.api.models.role.Role.modify +#: interactions.api.models.role.Role.modify_position +#: interactions.api.models.role.RoleTags of +msgid "Parameters" +msgstr "" + #: interactions.api.models.role.Role.mention:1 of msgid "Returns a string that allows you to mention the given role." msgstr "" @@ -88,6 +95,7 @@ msgstr "" msgid "The string of the mentioned role." msgstr "" +#: interactions.api.models.role.Role.delete #: interactions.api.models.role.Role.mention #: interactions.api.models.role.Role.modify #: interactions.api.models.role.Role.modify_position of @@ -98,12 +106,6 @@ msgstr "" msgid "Deletes the role from the guild." msgstr "" -#: interactions.api.models.role.Role.delete -#: interactions.api.models.role.Role.modify -#: interactions.api.models.role.Role.modify_position of -msgid "Parameters" -msgstr "" - #: interactions.api.models.role.Role.delete:3 of msgid "The id of the guild to delete the role from" msgstr "" @@ -195,3 +197,4 @@ msgstr "" #: interactions.api.models.role.RoleTags:5 of msgid "Whether if this is the guild's premium subscriber role" msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/api.models.team.po b/docs/locale/hi/LC_MESSAGES/api.models.team.po index cde90e6a6..bb0bc816c 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.team.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.team.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -183,3 +183,4 @@ msgstr "" #: interactions.api.models.team.Application.icon_url of msgid "Return type" msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/api.models.user.po b/docs/locale/hi/LC_MESSAGES/api.models.user.po index 807b9d83e..533c1a192 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.user.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.user.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -133,3 +133,4 @@ msgstr "" #: interactions.api.models.user.User.banner_url:3 of msgid "URL of the user's banner (None will be returned if no banner is set)" msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/api.models.webhook.po b/docs/locale/hi/LC_MESSAGES/api.models.webhook.po index c201be33e..00552e50d 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.webhook.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,10 +86,7 @@ msgid "" "flow)" msgstr "" -#: interactions.api.models.webhook.Webhook.create:1 of -msgid "Creates a webhook in a channel." -msgstr "" - +#: interactions.api.models.webhook.Webhook #: interactions.api.models.webhook.Webhook.create #: interactions.api.models.webhook.Webhook.execute #: interactions.api.models.webhook.Webhook.get @@ -97,6 +94,10 @@ msgstr "" msgid "Parameters" msgstr "" +#: interactions.api.models.webhook.Webhook.create:1 of +msgid "Creates a webhook in a channel." +msgstr "" + #: interactions.api.models.webhook.Webhook.create:3 #: interactions.api.models.webhook.Webhook.get:3 of msgid "The HTTPClient of the bot, has to be set to `bot._http`." @@ -256,3 +257,4 @@ msgstr "" #: interactions.api.models.webhook.WebhookType:1 of msgid "Valid values are as follows:" msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/api.po b/docs/locale/hi/LC_MESSAGES/api.po index cb74082a0..bad7d50ca 100644 --- a/docs/locale/hi/LC_MESSAGES/api.po +++ b/docs/locale/hi/LC_MESSAGES/api.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,15 +26,15 @@ msgstr "" msgid "Frameworks/Commands" msgstr "" -#: ../../api.rst:24 ../../api.rst:41 +#: ../../api.rst:25 ../../api.rst:42 msgid "Model/Design" msgstr "" -#: ../../api.rst:34 +#: ../../api.rst:35 msgid "Client Connections" msgstr "" -#: ../../api.rst:49 +#: ../../api.rst:50 msgid "Events" msgstr "" @@ -50,6 +50,7 @@ msgstr "" msgid "Interactions" msgstr "" -#: ../../api.rst:32 +#: ../../api.rst:33 msgid "Discord API" msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/client.po b/docs/locale/hi/LC_MESSAGES/client.po index 0bfd7ef38..79f9b0917 100644 --- a/docs/locale/hi/LC_MESSAGES/client.po +++ b/docs/locale/hi/LC_MESSAGES/client.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,6 @@ msgstr "" #: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -46,7 +45,7 @@ msgstr "" #: interactions.client.bot.Client.modal interactions.client.bot.Client.modify #: interactions.client.bot.Client.reload interactions.client.bot.Client.remove #: interactions.client.bot.Client.user_command -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Parameters" msgstr "" @@ -123,9 +122,9 @@ msgstr "" msgid "The application representation of the client." msgstr "" +#: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -146,7 +145,7 @@ msgstr "" #: interactions.client.bot.Client.start #: interactions.client.bot.Client.user_command #: interactions.client.bot.Client.wait_until_ready -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Return type" msgstr "" @@ -641,11 +640,3 @@ msgstr "" msgid "The structure of an extension:" msgstr "" -#~ msgid "" -#~ "A wrapper designed to interpret the " -#~ "client-facing API for how a " -#~ "command is to be created and used." -#~ msgstr "" - -#~ msgid "A list of command payloads." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/context.po b/docs/locale/hi/LC_MESSAGES/context.po index 77cab9c1c..a674e926d 100644 --- a/docs/locale/hi/LC_MESSAGES/context.po +++ b/docs/locale/hi/LC_MESSAGES/context.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -55,6 +55,23 @@ msgstr "" msgid "The guild data model." msgstr "" +#: interactions.api.models.attrs_utils.DictSerializerMixin.update +#: interactions.client.context.CommandContext +#: interactions.client.context.CommandContext.defer +#: interactions.client.context.CommandContext.edit +#: interactions.client.context.CommandContext.populate +#: interactions.client.context.CommandContext.send +#: interactions.client.context.ComponentContext +#: interactions.client.context.ComponentContext.defer +#: interactions.client.context.ComponentContext.edit +#: interactions.client.context.ComponentContext.send +#: interactions.client.context._Context +#: interactions.client.context._Context.edit +#: interactions.client.context._Context.popup +#: interactions.client.context._Context.send of +msgid "Parameters" +msgstr "" + #: interactions.client.context._Context.get_channel:1 of msgid "This gets the channel the context was invoked in." msgstr "" @@ -107,21 +124,6 @@ msgid "" "interaction response." msgstr "" -#: interactions.api.models.attrs_utils.ClientSerializerMixin.__init__ -#: interactions.api.models.attrs_utils.DictSerializerMixin.update -#: interactions.client.context.CommandContext.defer -#: interactions.client.context.CommandContext.edit -#: interactions.client.context.CommandContext.populate -#: interactions.client.context.CommandContext.send -#: interactions.client.context.ComponentContext.defer -#: interactions.client.context.ComponentContext.edit -#: interactions.client.context.ComponentContext.send -#: interactions.client.context._Context.edit -#: interactions.client.context._Context.popup -#: interactions.client.context._Context.send of -msgid "Parameters" -msgstr "" - #: interactions.client.context.CommandContext.send:4 #: interactions.client.context.ComponentContext.send:4 #: interactions.client.context._Context.send:4 of @@ -340,3 +342,4 @@ msgstr "" #: interactions.client.context.ComponentContext.defer:6 of msgid "Whether you want to edit the original message or send a followup message" msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/enums.po b/docs/locale/hi/LC_MESSAGES/enums.po index 8fc379297..552bc2e5d 100644 --- a/docs/locale/hi/LC_MESSAGES/enums.po +++ b/docs/locale/hi/LC_MESSAGES/enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -200,3 +200,4 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/events.po b/docs/locale/hi/LC_MESSAGES/events.po index b91a1dc02..b6794e6c1 100644 --- a/docs/locale/hi/LC_MESSAGES/events.po +++ b/docs/locale/hi/LC_MESSAGES/events.po @@ -333,3 +333,4 @@ msgid "" "the methods *do not take in a guild id*. Please keep that in mind when " "using this event." msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/ext.base.po b/docs/locale/hi/LC_MESSAGES/ext.base.po index 7eb2194fa..3461b2965 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.base.po +++ b/docs/locale/hi/LC_MESSAGES/ext.base.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,20 +149,3 @@ msgstr "" msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" -#~ msgid "The repository link of the library via. GitHub." -#~ msgstr "" - -#~ msgid "The description of the library, e.g. the purpose." -#~ msgstr "" - -#~ msgid "The full description of the library, e.g. README. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The package(s) of the library. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The required modules needed for library function. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "Any other keyword arguments. Defaults to ``None``." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/ext.converter.po b/docs/locale/hi/LC_MESSAGES/ext.converter.po index 8f0df6d4b..540abf524 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.converter.po +++ b/docs/locale/hi/LC_MESSAGES/ext.converter.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,21 +40,23 @@ msgstr "" msgid "The second object to be converted." msgstr "" -#: interactions.ext.converter.Converter._map_attr:1 of -msgid "Maps the attributes between the models for conversion reference." +#: interactions.ext.converter.Converter +#: interactions.ext.converter.Converter.get_attr of +msgid "Parameters" msgstr "" +#: interactions.ext.converter.Converter #: interactions.ext.converter.Converter._map_attr #: interactions.ext.converter.Converter.difference #: interactions.ext.converter.Converter.get_attr #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Returns" +msgid "Return type" msgstr "" -#: interactions.ext.converter.Converter._map_attr:3 of -msgid "A dictionary of attributes mapped." +#: interactions.ext.converter.Converter._map_attr:1 of +msgid "Maps the attributes between the models for conversion reference." msgstr "" #: interactions.ext.converter.Converter._map_attr @@ -63,15 +65,15 @@ msgstr "" #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Return type" +msgid "Returns" msgstr "" -#: interactions.ext.converter.Converter.get_attr:1 of -msgid "Gets a mapped attribute." +#: interactions.ext.converter.Converter._map_attr:3 of +msgid "A dictionary of attributes mapped." msgstr "" -#: interactions.ext.converter.Converter.get_attr of -msgid "Parameters" +#: interactions.ext.converter.Converter.get_attr:1 of +msgid "Gets a mapped attribute." msgstr "" #: interactions.ext.converter.Converter.get_attr:3 of @@ -112,3 +114,4 @@ msgid "" "Gets a list of keys and values missing from the \"referenced\" or first " "model." msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/ext.error.po b/docs/locale/hi/LC_MESSAGES/ext.error.po index 7b39f4fa1..54236e103 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.error.po +++ b/docs/locale/hi/LC_MESSAGES/ext.error.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -98,3 +98,4 @@ msgstr "" #: interactions.ext.error.UnknownService:1 of msgid "An exception raised whenever a ``Base`` object cannot find a service." msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/hi/LC_MESSAGES/ext.gettingstarted.po index 1c21e3eb3..637ff4e0d 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/hi/LC_MESSAGES/ext.gettingstarted.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -223,3 +223,4 @@ msgid "" "self-explanitory subject, we recommend :ref:`reading the documentation " "` on this." msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/ext.po b/docs/locale/hi/LC_MESSAGES/ext.po index ee17491a5..83b3958a1 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.po +++ b/docs/locale/hi/LC_MESSAGES/ext.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,3 +48,4 @@ msgid "" " provide out of the box, but you can also create some of your own. We'll " "be covering each one of these tools in great detail." msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/ext.version.po b/docs/locale/hi/LC_MESSAGES/ext.version.po index 581fb477c..2c50738fb 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.version.po +++ b/docs/locale/hi/LC_MESSAGES/ext.version.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -199,28 +199,3 @@ msgstr "" msgid "The alphanumeric version was incorrectly formatted." msgstr "" -#~ msgid "" -#~ "The author's relationship as the main" -#~ " or co-author. Defaults to ``False``." -#~ msgstr "" - -#~ msgid "The author's state of activity. Defaults to ``True``." -#~ msgstr "" - -#~ msgid "The author's email address or point of contact. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The major version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The minor version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The patch version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "" -#~ "The overall version. Must be used " -#~ "if ``major``, ``minor`` or ``patch`` are" -#~ " not." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/faq.po b/docs/locale/hi/LC_MESSAGES/faq.po index 308f71de8..0c36e96ff 100644 --- a/docs/locale/hi/LC_MESSAGES/faq.po +++ b/docs/locale/hi/LC_MESSAGES/faq.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -522,76 +522,3 @@ msgid "" "library and/or any integration code depending on it." msgstr "" -#~ msgid "" -#~ "This page is maintained by the " -#~ "Helpers of the Discord server, and " -#~ "developers at their discretion. For any" -#~ " comments, feedback or concerns please " -#~ "consider joining our server and bringing" -#~ " it up in our support channels." -#~ msgstr "" - -#~ msgid "discord.py is dead! Will this library die too?" -#~ msgstr "" - -#~ msgid "" -#~ "The decision to become a standalone " -#~ "library that is now an API wrapper" -#~ " for the Discord API was made " -#~ "before Danny posted his gist on " -#~ "GitHub about ceasing development of " -#~ "discord.py. This is the official " -#~ "statement from the library developer " -#~ "regarding this:" -#~ msgstr "" - -#~ msgid "" -#~ "The most *biased* answer would be " -#~ "to, of course, *use interactions.py.* We" -#~ " already offer a lot of the " -#~ "integral API wrapper aspects as " -#~ "discord.py does, however, we only " -#~ "specialize in interactions. Which means " -#~ "things such as these won't be " -#~ "supported officially by us (but might" -#~ " be available as 3rd parties):" -#~ msgstr "" - -#~ msgid "" -#~ "Cooldowns aren't really an actual " -#~ "feature of the Discord API itself, " -#~ "but rather more of a convienent " -#~ "feature implemented in discord.py in " -#~ "order to avoid spamming of commands." -#~ msgstr "" - -#~ msgid "" -#~ "That's the neat part: it's really " -#~ "hard to do that, and most of " -#~ "the time, they won't. Unless they " -#~ "copy the exact string that was " -#~ "used when you open up the UI " -#~ "element to do it numerous times, " -#~ "most users do and will not be " -#~ "able to know how to do this. " -#~ "However, if you as a bot developer" -#~ " feel at unease about this, you " -#~ "are more than welcome to implement " -#~ "your own cooldown methods yourself. " -#~ "Cooldowns were an ultimatum that came" -#~ " as the result of message commands" -#~ " being able to be spammable, and " -#~ "since we won't be supporting them, " -#~ "there's no feasibility to having them" -#~ " in our library." -#~ msgstr "" - -#~ msgid "" -#~ "Please join our Discord server for " -#~ "any further support regarding our " -#~ "library and/or any integration code " -#~ "depending on it." -#~ msgstr "" - -#~ msgid "Invite Link: https://discord.gg/KkgMBVuEkx" -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/get.po b/docs/locale/hi/LC_MESSAGES/get.po index d5b9fb58f..f8332ac15 100644 --- a/docs/locale/hi/LC_MESSAGES/get.po +++ b/docs/locale/hi/LC_MESSAGES/get.po @@ -228,3 +228,4 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/index.po b/docs/locale/hi/LC_MESSAGES/index.po index eb0f03796..a9abb220a 100644 --- a/docs/locale/hi/LC_MESSAGES/index.po +++ b/docs/locale/hi/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -248,35 +248,3 @@ msgstr "" msgid ":ref:`modindex`" msgstr "" -#~ msgid "" -#~ "**pre-commit** ``2.16.0``: the architecture" -#~ " uses this before every commit to " -#~ "format and check for severity/QOL-" -#~ "breaking changes." -#~ msgstr "" - -#~ msgid "**black** ``21.11b1``" -#~ msgstr "" - -#~ msgid "**flake8** ``3.9.2``" -#~ msgstr "" - -#~ msgid "**isort** ``5.9.3``" -#~ msgstr "" - -#~ msgid "" -#~ "**Sphinx** ``4.1.2``: all of our " -#~ "documentation is powered off of " -#~ "autogenerated documentation of the Sphinx " -#~ "engine." -#~ msgstr "" - -#~ msgid "" -#~ "**colorama** ``0.4.4``: our internal logger" -#~ " uses a customized coloring formatter " -#~ "to make looking for specific conditions" -#~ " easier when running tests." -#~ msgstr "" - -#~ msgid ":ref:`search`" -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/migration.po b/docs/locale/hi/LC_MESSAGES/migration.po index 766999c9f..2bc74d8b8 100644 --- a/docs/locale/hi/LC_MESSAGES/migration.po +++ b/docs/locale/hi/LC_MESSAGES/migration.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,9 +149,3 @@ msgid "" "Example:" msgstr "" -#~ msgid "" -#~ "A new big change in this release" -#~ " is the implementation of the ``get``" -#~ " utility method. It allows you to " -#~ "no longer use ``**await bot._http...``." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/models.command.po b/docs/locale/hi/LC_MESSAGES/models.command.po index acbfe63bc..c3c00ca91 100644 --- a/docs/locale/hi/LC_MESSAGES/models.command.po +++ b/docs/locale/hi/LC_MESSAGES/models.command.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,6 +62,22 @@ msgid "" "same restrictions as the ``name`` field." msgstr "" +#: interactions.client.models.command.ApplicationCommand +#: interactions.client.models.command.Choice +#: interactions.client.models.command.Command +#: interactions.client.models.command.Command.__call +#: interactions.client.models.command.Command.__check_command +#: interactions.client.models.command.Command.__wrap_coro +#: interactions.client.models.command.Command.autocomplete +#: interactions.client.models.command.Command.error +#: interactions.client.models.command.Command.group +#: interactions.client.models.command.Command.subcommand +#: interactions.client.models.command.Option +#: interactions.client.models.command.Permission +#: interactions.client.models.command.option of +msgid "Parameters" +msgstr "" + #: interactions.client.models.command.Option:1 of msgid "A class object representing the option of an application command." msgstr "" @@ -235,17 +251,6 @@ msgstr "" msgid "The structure of an option:" msgstr "" -#: interactions.client.models.command.Command.__call -#: interactions.client.models.command.Command.__check_command -#: interactions.client.models.command.Command.__wrap_coro -#: interactions.client.models.command.Command.autocomplete -#: interactions.client.models.command.Command.error -#: interactions.client.models.command.Command.group -#: interactions.client.models.command.Command.subcommand -#: interactions.client.models.command.option of -msgid "Parameters" -msgstr "" - #: interactions.client.models.command.option:12 of msgid "The type of the option." msgstr "" @@ -521,11 +526,3 @@ msgid "" " any." msgstr "" -#~ msgid "The structure for a choice: ::" -#~ msgstr "" - -#~ msgid "The structure for an option: ::" -#~ msgstr "" - -#~ msgid "The structure for a permission: ::" -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/models.component.po b/docs/locale/hi/LC_MESSAGES/models.component.po index e4d356e6c..82f44aa6f 100644 --- a/docs/locale/hi/LC_MESSAGES/models.component.po +++ b/docs/locale/hi/LC_MESSAGES/models.component.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,6 +58,17 @@ msgstr "" msgid "Whether the select option is the default for the select menu." msgstr "" +#: interactions.client.models.component.ActionRow +#: interactions.client.models.component.ActionRow.new +#: interactions.client.models.component.Button +#: interactions.client.models.component.Component +#: interactions.client.models.component.Modal +#: interactions.client.models.component.SelectMenu +#: interactions.client.models.component.SelectOption +#: interactions.client.models.component.TextInput of +msgid "Parameters" +msgstr "" + #: interactions.client.models.component.SelectMenu:1 of msgid "" "A class object representing the select menu of a component. The structure" @@ -314,10 +325,6 @@ msgstr "" msgid "A class method for creating a new ``ActionRow``." msgstr "" -#: interactions.client.models.component.ActionRow.new of -msgid "Parameters" -msgstr "" - #: interactions.client.models.component.ActionRow.new:3 of msgid "The components to add to the ``ActionRow``." msgstr "" @@ -333,3 +340,4 @@ msgstr "" #: interactions.client.models.component.ActionRow.new of msgid "Return type" msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/models.misc.po b/docs/locale/hi/LC_MESSAGES/models.misc.po index 28f7a3b8d..9b81beff6 100644 --- a/docs/locale/hi/LC_MESSAGES/models.misc.po +++ b/docs/locale/hi/LC_MESSAGES/models.misc.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,3 +149,4 @@ msgstr "" #: interactions.client.models.misc.Interaction:13 of msgid "The message of the interaction." msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/models.po b/docs/locale/hi/LC_MESSAGES/models.po index a322bcb50..f026cf489 100644 --- a/docs/locale/hi/LC_MESSAGES/models.po +++ b/docs/locale/hi/LC_MESSAGES/models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,3 +21,4 @@ msgstr "" #: ../../models.rst:4 msgid "Interaction Models" msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/models.utils.po b/docs/locale/hi/LC_MESSAGES/models.utils.po index 7976e9c30..f220cc8c5 100644 --- a/docs/locale/hi/LC_MESSAGES/models.utils.po +++ b/docs/locale/hi/LC_MESSAGES/models.utils.po @@ -85,3 +85,4 @@ msgstr "" #: interactions.client.models.utils.spread_to_rows:28 of msgid "The maximum number of components in a single row. Defaults to ``5``." msgstr "" + diff --git a/docs/locale/hi/LC_MESSAGES/quickstart.po b/docs/locale/hi/LC_MESSAGES/quickstart.po index f92a3951e..23ad7a1da 100644 --- a/docs/locale/hi/LC_MESSAGES/quickstart.po +++ b/docs/locale/hi/LC_MESSAGES/quickstart.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -674,5 +674,3 @@ msgstr "" msgid "Usage of ``@autodefer()``:" msgstr "" -#~ msgid "``name`` and ``description`` are required." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.cache.po b/docs/locale/it/LC_MESSAGES/api.cache.po index bee8020b7..fd96f694d 100644 --- a/docs/locale/it/LC_MESSAGES/api.cache.po +++ b/docs/locale/it/LC_MESSAGES/api.cache.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -115,50 +115,3 @@ msgid "" "Type." msgstr "" -#~ msgid "A class representing the defined item in a stored dataset." -#~ msgstr "" - -#~ msgid "The item itself." -#~ msgstr "" - -#~ msgid "The ID type representation." -#~ msgstr "" - -#~ msgid "The new storage." -#~ msgstr "" - -#~ msgid "Updates an item from the storage." -#~ msgstr "" - -#~ msgid "The item to update." -#~ msgstr "" - -#~ msgid "The updated item, if stored." -#~ msgstr "" - -#~ msgid "The cached Direct Messages." -#~ msgstr "" - -#~ msgid "The cached guilds upon gateway connection." -#~ msgstr "" - -#~ msgid "The cached guilds after ready." -#~ msgstr "" - -#~ msgid "The cached channels of guilds." -#~ msgstr "" - -#~ msgid "The cached roles of guilds." -#~ msgstr "" - -#~ msgid "The cached members of guilds and threads." -#~ msgstr "" - -#~ msgid "The cached messages of DMs and channels." -#~ msgstr "" - -#~ msgid "The cached interactions upon interaction." -#~ msgstr "" - -#~ msgid ":return The items stored. :rtype: List[dict]" -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.dispatch.po b/docs/locale/it/LC_MESSAGES/api.dispatch.po index d5df5422e..c6ed8f010 100644 --- a/docs/locale/it/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/it/LC_MESSAGES/api.dispatch.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,7 +38,7 @@ msgstr "" msgid "A list of events being dispatched." msgstr "" -#: interactions.api.dispatch.Listener.__init__ +#: interactions.api.dispatch.Listener #: interactions.api.dispatch.Listener.dispatch #: interactions.api.dispatch.Listener.register of msgid "Return type" @@ -83,3 +83,4 @@ msgstr "" #: interactions.api.dispatch.Listener.register:9 of msgid "The name to associate the coroutine with. Defaults to None." msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/api.enums.po b/docs/locale/it/LC_MESSAGES/api.enums.po index 23af570f0..193fdd8eb 100644 --- a/docs/locale/it/LC_MESSAGES/api.enums.po +++ b/docs/locale/it/LC_MESSAGES/api.enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -46,3 +46,4 @@ msgstr "" #: interactions.api.enums.OpCodeType:1 of msgid "Valid values are as follows:" msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/api.error.po b/docs/locale/it/LC_MESSAGES/api.error.po index 1441d73ad..248882969 100644 --- a/docs/locale/it/LC_MESSAGES/api.error.po +++ b/docs/locale/it/LC_MESSAGES/api.error.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,18 +28,18 @@ msgid "" "what a specific code means, use `e.lookup(code)`" msgstr "" +#: interactions.api.error.LibraryException +#: interactions.api.error.LibraryException._parse +#: interactions.api.error.LibraryException.log of +msgid "Parameters" +msgstr "" + #: interactions.api.error.LibraryException._parse:1 of msgid "" "Internal function that should not be executed externally. Parse the error" " data and set the code and message." msgstr "" -#: interactions.api.error.LibraryException.__init__ -#: interactions.api.error.LibraryException._parse -#: interactions.api.error.LibraryException.log of -msgid "Parameters" -msgstr "" - #: interactions.api.error.LibraryException._parse:4 of msgid "The error data to parse." msgstr "" @@ -60,60 +60,3 @@ msgstr "" msgid "Log the error message." msgstr "" -#~ msgid "A customized error formatting script to return specific errors." -#~ msgstr "" - -#~ msgid "An exception class for interactions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a WIP. This isn't meant" -#~ " to be used yet, this is a " -#~ "baseline, and for extensive testing/review " -#~ "before integration. Likewise, this will " -#~ "show the concepts before use, and " -#~ "will be refined when time goes on." -#~ msgstr "" - -#~ msgid "Variables" -#~ msgstr "" - -#~ msgid "The built-in formatter." -#~ msgstr "" - -#~ msgid "A dictionary containing the values from the built-in Enum." -#~ msgstr "" - -#~ msgid "" -#~ "From the default error enum integer " -#~ "declaration, generate a dictionary containing" -#~ " the phrases used for the errors." -#~ msgstr "" - -#~ msgid "" -#~ "Grabs the type attribute. Primarily " -#~ "useful to use it in conditions for" -#~ " integral v4 (potential) logic." -#~ msgstr "" - -#~ msgid "This calls the exception." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent Gateway closing OP " -#~ "codes." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent HTTP Exceptions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent JSON API Exceptions." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.gateway.po b/docs/locale/it/LC_MESSAGES/api.gateway.po index 0108083f9..da05b0a24 100644 --- a/docs/locale/it/LC_MESSAGES/api.gateway.po +++ b/docs/locale/it/LC_MESSAGES/api.gateway.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -315,17 +315,3 @@ msgstr "" msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" -#~ msgid "The token of the application for connecting to the Gateway." -#~ msgstr "" - -#~ msgid "The Gateway intents of the application for event dispatch." -#~ msgstr "" - -#~ msgid "The ID of the session if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The identifier sequence if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The event loop to base the asynchronous manager." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.http.po b/docs/locale/it/LC_MESSAGES/api.http.po index cd9f74885..ae506eb7a 100644 --- a/docs/locale/it/LC_MESSAGES/api.http.po +++ b/docs/locale/it/LC_MESSAGES/api.http.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -2744,20 +2744,3 @@ msgstr "" msgid "Deletes the original message object sent." msgstr "" -#~ msgid "The HTTP request method." -#~ msgstr "" - -#~ msgid "The path of the HTTP/URL." -#~ msgstr "" - -#~ msgid "Optional keyword-only arguments to pass as information in the route." -#~ msgstr "" - -#~ msgid "The asynchronous lock to control limits for." -#~ msgstr "" - -#~ msgid "The remaining time to run the limited lock on. Defaults to ``0``." -#~ msgstr "" - -#~ msgid "The application token used for authorizing." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.models.channel.po b/docs/locale/it/LC_MESSAGES/api.models.channel.po index 9a169fe3f..35238dac7 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/it/LC_MESSAGES/api.models.channel.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,6 +48,36 @@ msgid "" "event." msgstr "" +#: interactions.api.models.channel.Channel +#: interactions.api.models.channel.Channel.add_member +#: interactions.api.models.channel.Channel.archive +#: interactions.api.models.channel.Channel.create_invite +#: interactions.api.models.channel.Channel.create_thread +#: interactions.api.models.channel.Channel.get_history +#: interactions.api.models.channel.Channel.get_message +#: interactions.api.models.channel.Channel.lock +#: interactions.api.models.channel.Channel.modify +#: interactions.api.models.channel.Channel.pin_message +#: interactions.api.models.channel.Channel.publish_message +#: interactions.api.models.channel.Channel.purge +#: interactions.api.models.channel.Channel.remove_member +#: interactions.api.models.channel.Channel.send +#: interactions.api.models.channel.Channel.set_auto_archive_duration +#: interactions.api.models.channel.Channel.set_bitrate +#: interactions.api.models.channel.Channel.set_name +#: interactions.api.models.channel.Channel.set_nsfw +#: interactions.api.models.channel.Channel.set_parent_id +#: interactions.api.models.channel.Channel.set_position +#: interactions.api.models.channel.Channel.set_rate_limit_per_user +#: interactions.api.models.channel.Channel.set_topic +#: interactions.api.models.channel.Channel.set_user_limit +#: interactions.api.models.channel.Channel.unpin_message +#: interactions.api.models.channel.Thread +#: interactions.api.models.channel.ThreadMember +#: interactions.api.models.channel.ThreadMetadata of +msgid "Parameters" +msgstr "" + #: interactions.api.models.channel.Channel:1 of msgid "A class object representing all types of channels." msgstr "" @@ -239,32 +269,6 @@ msgstr "" msgid "Sends a message in the channel." msgstr "" -#: interactions.api.models.channel.Channel.add_member -#: interactions.api.models.channel.Channel.archive -#: interactions.api.models.channel.Channel.create_invite -#: interactions.api.models.channel.Channel.create_thread -#: interactions.api.models.channel.Channel.get_history -#: interactions.api.models.channel.Channel.get_message -#: interactions.api.models.channel.Channel.lock -#: interactions.api.models.channel.Channel.modify -#: interactions.api.models.channel.Channel.pin_message -#: interactions.api.models.channel.Channel.publish_message -#: interactions.api.models.channel.Channel.purge -#: interactions.api.models.channel.Channel.remove_member -#: interactions.api.models.channel.Channel.send -#: interactions.api.models.channel.Channel.set_auto_archive_duration -#: interactions.api.models.channel.Channel.set_bitrate -#: interactions.api.models.channel.Channel.set_name -#: interactions.api.models.channel.Channel.set_nsfw -#: interactions.api.models.channel.Channel.set_parent_id -#: interactions.api.models.channel.Channel.set_position -#: interactions.api.models.channel.Channel.set_rate_limit_per_user -#: interactions.api.models.channel.Channel.set_topic -#: interactions.api.models.channel.Channel.set_user_limit -#: interactions.api.models.channel.Channel.unpin_message of -msgid "Parameters" -msgstr "" - #: interactions.api.models.channel.Channel.send:3 of msgid "The contents of the message as a string or string-converted value." msgstr "" @@ -789,3 +793,4 @@ msgstr "" #: interactions.api.models.channel.ThreadMetadata:11 of msgid "The ability to invite users to the thread." msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/api.models.flags.po b/docs/locale/it/LC_MESSAGES/api.models.flags.po index 2a460c72f..25875e2c5 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/it/LC_MESSAGES/api.models.flags.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -92,3 +92,4 @@ msgid "" "An integer flag bitshift object representing the different member " "permissions given by Discord." msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/api.models.guild.po b/docs/locale/it/LC_MESSAGES/api.models.guild.po index 63a87348e..e0efe0450 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/it/LC_MESSAGES/api.models.guild.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -1898,21 +1898,3 @@ msgstr "" msgid "Deletes the invite" msgstr "" -#~ msgid "" -#~ ":type role Union[Role, int] :param " -#~ "member_id: The id of the member to" -#~ " add the roles to :type member_id:" -#~ " int :param reason?: The reason why" -#~ " the roles are added :type reason:" -#~ " Optional[str]" -#~ msgstr "" - -#~ msgid "" -#~ ":type role Union[Role, int, Snowflake] " -#~ ":param member_id: The id of the " -#~ "member to add the roles to :type" -#~ " member_id: Union[Member, int, Snowflake] " -#~ ":param reason?: The reason why the " -#~ "roles are added :type reason: " -#~ "Optional[str]" -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.models.gw.po b/docs/locale/it/LC_MESSAGES/api.models.gw.po index 023d54338..336c6f136 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/it/LC_MESSAGES/api.models.gw.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -93,6 +93,36 @@ msgstr "" msgid "The substring in content that triggered rule." msgstr "" +#: interactions.api.models.gw.ApplicationCommandPermissions +#: interactions.api.models.gw.AutoModerationAction +#: interactions.api.models.gw.AutoModerationRule +#: interactions.api.models.gw.ChannelPins +#: interactions.api.models.gw.EmbeddedActivity +#: interactions.api.models.gw.GuildBan interactions.api.models.gw.GuildEmojis +#: interactions.api.models.gw.GuildIntegrations +#: interactions.api.models.gw.GuildJoinRequest +#: interactions.api.models.gw.GuildMember +#: interactions.api.models.gw.GuildMember.add_role +#: interactions.api.models.gw.GuildMember.add_to_thread +#: interactions.api.models.gw.GuildMember.ban +#: interactions.api.models.gw.GuildMember.kick +#: interactions.api.models.gw.GuildMember.modify +#: interactions.api.models.gw.GuildMember.remove_role +#: interactions.api.models.gw.GuildMember.send +#: interactions.api.models.gw.GuildMembers interactions.api.models.gw.GuildRole +#: interactions.api.models.gw.GuildScheduledEvent +#: interactions.api.models.gw.GuildScheduledEventUser +#: interactions.api.models.gw.GuildStickers +#: interactions.api.models.gw.Integration +#: interactions.api.models.gw.MessageReaction +#: interactions.api.models.gw.Presence +#: interactions.api.models.gw.ReactionRemove +#: interactions.api.models.gw.ThreadList +#: interactions.api.models.gw.ThreadMembers interactions.api.models.gw.Webhooks +#: of +msgid "Parameters" +msgstr "" + #: interactions.api.models.gw.AutoModerationRule:1 of msgid "" "A class object representing the gateway events " @@ -525,16 +555,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.gw.GuildMember.add_role -#: interactions.api.models.gw.GuildMember.add_to_thread -#: interactions.api.models.gw.GuildMember.ban -#: interactions.api.models.gw.GuildMember.kick -#: interactions.api.models.gw.GuildMember.modify -#: interactions.api.models.gw.GuildMember.remove_role -#: interactions.api.models.gw.GuildMember.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.gw.GuildMember.ban:3 of msgid "The reason of the ban" msgstr "" @@ -803,3 +823,4 @@ msgstr "" #: interactions.api.models.gw.GuildRole:5 of msgid "The role ID of the event." msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/api.models.member.po b/docs/locale/it/LC_MESSAGES/api.models.member.po index d9d53d52c..305534611 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.member.po +++ b/docs/locale/it/LC_MESSAGES/api.models.member.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,6 +81,18 @@ msgstr "" msgid "How long until they're unmuted, if any." msgstr "" +#: interactions.api.models.member.Member +#: interactions.api.models.member.Member.add_role +#: interactions.api.models.member.Member.add_to_thread +#: interactions.api.models.member.Member.ban +#: interactions.api.models.member.Member.get_avatar_url +#: interactions.api.models.member.Member.kick +#: interactions.api.models.member.Member.modify +#: interactions.api.models.member.Member.remove_role +#: interactions.api.models.member.Member.send of +msgid "Parameters" +msgstr "" + #: interactions.api.models.member.Member.id:1 of msgid "Returns the ID of the user." msgstr "" @@ -131,17 +143,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.member.Member.add_role -#: interactions.api.models.member.Member.add_to_thread -#: interactions.api.models.member.Member.ban -#: interactions.api.models.member.Member.get_avatar_url -#: interactions.api.models.member.Member.kick -#: interactions.api.models.member.Member.modify -#: interactions.api.models.member.Member.remove_role -#: interactions.api.models.member.Member.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.member.Member.ban:3 of msgid "The id of the guild to ban the member from" msgstr "" @@ -294,13 +295,3 @@ msgid "" "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" -#~ msgid "" -#~ "Returns the URL of the member's " -#~ "avatar for the specified guild. :param" -#~ " guild_id: The id of the guild " -#~ "to get the member's avatar from " -#~ ":type guild_id: int :return: URL of " -#~ "the members's avatar (None will be " -#~ "returned if no avatar is set) " -#~ ":rtype: str" -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.models.message.po b/docs/locale/it/LC_MESSAGES/api.models.message.po index eaf0149d8..968309461 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.message.po +++ b/docs/locale/it/LC_MESSAGES/api.models.message.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -185,14 +185,11 @@ msgstr "" msgid "Array of sticker objects sent with the message if any. Deprecated." msgstr "" -#: interactions.api.models.message.Message.get_channel:1 of -msgid "Gets the channel where the message was sent." -msgstr "" - +#: interactions.api.models.message.Attachment +#: interactions.api.models.message.ChannelMention +#: interactions.api.models.message.Embed #: interactions.api.models.message.Embed.add_field -#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at -#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -200,40 +197,43 @@ msgstr "" #: interactions.api.models.message.Embed.set_image #: interactions.api.models.message.Embed.set_thumbnail #: interactions.api.models.message.Embed.set_video +#: interactions.api.models.message.EmbedAuthor +#: interactions.api.models.message.EmbedField +#: interactions.api.models.message.EmbedFooter +#: interactions.api.models.message.EmbedImageStruct +#: interactions.api.models.message.EmbedProvider +#: interactions.api.models.message.Emoji #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild -#: interactions.api.models.message.Emoji.url +#: interactions.api.models.message.Message #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit -#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url -#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction -#: interactions.api.models.message.Message.pin -#: interactions.api.models.message.Message.publish -#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from #: interactions.api.models.message.Message.reply -#: interactions.api.models.message.Message.unpin -#: interactions.api.models.message.Message.url of -msgid "Return type" -msgstr "" - -#: interactions.api.models.message.Message.get_guild:1 of -msgid "Gets the guild where the message was sent." +#: interactions.api.models.message.MessageActivity +#: interactions.api.models.message.MessageInteraction +#: interactions.api.models.message.MessageReference +#: interactions.api.models.message.PartialSticker +#: interactions.api.models.message.ReactionObject +#: interactions.api.models.message.Sticker of +msgid "Parameters" msgstr "" -#: interactions.api.models.message.Message.delete:1 of -msgid "Deletes the message." +#: interactions.api.models.message.Message.get_channel:1 of +msgid "Gets the channel where the message was sent." msgstr "" #: interactions.api.models.message.Embed.add_field +#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at +#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -244,17 +244,33 @@ msgstr "" #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild +#: interactions.api.models.message.Emoji.url #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit +#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url +#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction +#: interactions.api.models.message.Message.pin +#: interactions.api.models.message.Message.publish +#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from -#: interactions.api.models.message.Message.reply of -msgid "Parameters" +#: interactions.api.models.message.Message.reply +#: interactions.api.models.message.Message.unpin +#: interactions.api.models.message.Message.url of +msgid "Return type" +msgstr "" + +#: interactions.api.models.message.Message.get_guild:1 of +msgid "Gets the guild where the message was sent." +msgstr "" + +#: interactions.api.models.message.Message.delete:1 of +msgid "Deletes the message." msgstr "" #: interactions.api.models.message.Message.delete:3 of @@ -1077,3 +1093,4 @@ msgstr "" #: interactions.api.models.message.Sticker:14 of msgid "The standard sticker's sort order within its pack" msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/api.models.misc.po b/docs/locale/it/LC_MESSAGES/api.models.misc.po index ccfa1adc8..e520060de 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/it/LC_MESSAGES/api.models.misc.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,6 +66,15 @@ msgstr "" msgid "Timeout duration in seconds, if timed out." msgstr "" +#: interactions.api.models.misc.AutoModAction +#: interactions.api.models.misc.AutoModMetaData +#: interactions.api.models.misc.AutoModTriggerMetadata +#: interactions.api.models.misc.ClientStatus interactions.api.models.misc.File +#: interactions.api.models.misc.Image interactions.api.models.misc.Overwrite +#: interactions.api.models.misc.Snowflake of +msgid "Parameters" +msgstr "" + #: interactions.api.models.misc.AutoModAction:1 of msgid "" "A class object used for the ``AUTO_MODERATION_ACTION_EXECUTION`` event. " @@ -120,12 +129,6 @@ msgid "" "integer." msgstr "" -#: interactions.api.models.misc.File.__init__ -#: interactions.api.models.misc.Image.__init__ -#: interactions.api.models.misc.Snowflake.__init__ of -msgid "Parameters" -msgstr "" - #: interactions.api.models.misc.Color.black #: interactions.api.models.misc.Color.blurple #: interactions.api.models.misc.Color.fuchsia @@ -133,7 +136,7 @@ msgstr "" #: interactions.api.models.misc.Color.red #: interactions.api.models.misc.Color.white #: interactions.api.models.misc.Color.yellow -#: interactions.api.models.misc.Snowflake.__init__ of +#: interactions.api.models.misc.Snowflake of msgid "Return type" msgstr "" @@ -285,8 +288,3 @@ msgstr "" msgid "Permission bit set." msgstr "" -#~ msgid "" -#~ "A pseudosentinel based from an empty " -#~ "object. This does violate PEP, but, " -#~ "I don't care." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.models.po b/docs/locale/it/LC_MESSAGES/api.models.po index 764507670..a658eef9d 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.po +++ b/docs/locale/it/LC_MESSAGES/api.models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,3 +21,4 @@ msgstr "" #: ../../api.models.rst:4 msgid "Model Objects" msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/api.models.presence.po b/docs/locale/it/LC_MESSAGES/api.models.presence.po index effa582b9..e9b31f093 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/it/LC_MESSAGES/api.models.presence.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -232,17 +232,3 @@ msgstr "" msgid "Whether the client is afk or not." msgstr "" -#~ msgid "Unix timestamp of when the activity was created to the User's session" -#~ msgstr "" - -#~ msgid "Custom buttons shown in the RPC." -#~ msgstr "" - -#~ msgid "A class object representing the buttons of a presence." -#~ msgstr "" - -#~ msgid "Text of the button" -#~ msgstr "" - -#~ msgid "URL of the button" -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.models.role.po b/docs/locale/it/LC_MESSAGES/api.models.role.po index 9a3430734..c7d9a1e0b 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.role.po +++ b/docs/locale/it/LC_MESSAGES/api.models.role.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -74,6 +74,13 @@ msgstr "" msgid "The tags this role has" msgstr "" +#: interactions.api.models.role.Role interactions.api.models.role.Role.delete +#: interactions.api.models.role.Role.modify +#: interactions.api.models.role.Role.modify_position +#: interactions.api.models.role.RoleTags of +msgid "Parameters" +msgstr "" + #: interactions.api.models.role.Role.mention:1 of msgid "Returns a string that allows you to mention the given role." msgstr "" @@ -88,6 +95,7 @@ msgstr "" msgid "The string of the mentioned role." msgstr "" +#: interactions.api.models.role.Role.delete #: interactions.api.models.role.Role.mention #: interactions.api.models.role.Role.modify #: interactions.api.models.role.Role.modify_position of @@ -98,12 +106,6 @@ msgstr "" msgid "Deletes the role from the guild." msgstr "" -#: interactions.api.models.role.Role.delete -#: interactions.api.models.role.Role.modify -#: interactions.api.models.role.Role.modify_position of -msgid "Parameters" -msgstr "" - #: interactions.api.models.role.Role.delete:3 of msgid "The id of the guild to delete the role from" msgstr "" @@ -195,3 +197,4 @@ msgstr "" #: interactions.api.models.role.RoleTags:5 of msgid "Whether if this is the guild's premium subscriber role" msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/api.models.team.po b/docs/locale/it/LC_MESSAGES/api.models.team.po index cde90e6a6..bb0bc816c 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.team.po +++ b/docs/locale/it/LC_MESSAGES/api.models.team.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -183,3 +183,4 @@ msgstr "" #: interactions.api.models.team.Application.icon_url of msgid "Return type" msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/api.models.user.po b/docs/locale/it/LC_MESSAGES/api.models.user.po index 807b9d83e..533c1a192 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.user.po +++ b/docs/locale/it/LC_MESSAGES/api.models.user.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -133,3 +133,4 @@ msgstr "" #: interactions.api.models.user.User.banner_url:3 of msgid "URL of the user's banner (None will be returned if no banner is set)" msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/api.models.webhook.po b/docs/locale/it/LC_MESSAGES/api.models.webhook.po index c201be33e..00552e50d 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/it/LC_MESSAGES/api.models.webhook.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,10 +86,7 @@ msgid "" "flow)" msgstr "" -#: interactions.api.models.webhook.Webhook.create:1 of -msgid "Creates a webhook in a channel." -msgstr "" - +#: interactions.api.models.webhook.Webhook #: interactions.api.models.webhook.Webhook.create #: interactions.api.models.webhook.Webhook.execute #: interactions.api.models.webhook.Webhook.get @@ -97,6 +94,10 @@ msgstr "" msgid "Parameters" msgstr "" +#: interactions.api.models.webhook.Webhook.create:1 of +msgid "Creates a webhook in a channel." +msgstr "" + #: interactions.api.models.webhook.Webhook.create:3 #: interactions.api.models.webhook.Webhook.get:3 of msgid "The HTTPClient of the bot, has to be set to `bot._http`." @@ -256,3 +257,4 @@ msgstr "" #: interactions.api.models.webhook.WebhookType:1 of msgid "Valid values are as follows:" msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/api.po b/docs/locale/it/LC_MESSAGES/api.po index cb74082a0..bad7d50ca 100644 --- a/docs/locale/it/LC_MESSAGES/api.po +++ b/docs/locale/it/LC_MESSAGES/api.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,15 +26,15 @@ msgstr "" msgid "Frameworks/Commands" msgstr "" -#: ../../api.rst:24 ../../api.rst:41 +#: ../../api.rst:25 ../../api.rst:42 msgid "Model/Design" msgstr "" -#: ../../api.rst:34 +#: ../../api.rst:35 msgid "Client Connections" msgstr "" -#: ../../api.rst:49 +#: ../../api.rst:50 msgid "Events" msgstr "" @@ -50,6 +50,7 @@ msgstr "" msgid "Interactions" msgstr "" -#: ../../api.rst:32 +#: ../../api.rst:33 msgid "Discord API" msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/client.po b/docs/locale/it/LC_MESSAGES/client.po index 0bfd7ef38..79f9b0917 100644 --- a/docs/locale/it/LC_MESSAGES/client.po +++ b/docs/locale/it/LC_MESSAGES/client.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,6 @@ msgstr "" #: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -46,7 +45,7 @@ msgstr "" #: interactions.client.bot.Client.modal interactions.client.bot.Client.modify #: interactions.client.bot.Client.reload interactions.client.bot.Client.remove #: interactions.client.bot.Client.user_command -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Parameters" msgstr "" @@ -123,9 +122,9 @@ msgstr "" msgid "The application representation of the client." msgstr "" +#: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -146,7 +145,7 @@ msgstr "" #: interactions.client.bot.Client.start #: interactions.client.bot.Client.user_command #: interactions.client.bot.Client.wait_until_ready -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Return type" msgstr "" @@ -641,11 +640,3 @@ msgstr "" msgid "The structure of an extension:" msgstr "" -#~ msgid "" -#~ "A wrapper designed to interpret the " -#~ "client-facing API for how a " -#~ "command is to be created and used." -#~ msgstr "" - -#~ msgid "A list of command payloads." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/context.po b/docs/locale/it/LC_MESSAGES/context.po index 77cab9c1c..a674e926d 100644 --- a/docs/locale/it/LC_MESSAGES/context.po +++ b/docs/locale/it/LC_MESSAGES/context.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -55,6 +55,23 @@ msgstr "" msgid "The guild data model." msgstr "" +#: interactions.api.models.attrs_utils.DictSerializerMixin.update +#: interactions.client.context.CommandContext +#: interactions.client.context.CommandContext.defer +#: interactions.client.context.CommandContext.edit +#: interactions.client.context.CommandContext.populate +#: interactions.client.context.CommandContext.send +#: interactions.client.context.ComponentContext +#: interactions.client.context.ComponentContext.defer +#: interactions.client.context.ComponentContext.edit +#: interactions.client.context.ComponentContext.send +#: interactions.client.context._Context +#: interactions.client.context._Context.edit +#: interactions.client.context._Context.popup +#: interactions.client.context._Context.send of +msgid "Parameters" +msgstr "" + #: interactions.client.context._Context.get_channel:1 of msgid "This gets the channel the context was invoked in." msgstr "" @@ -107,21 +124,6 @@ msgid "" "interaction response." msgstr "" -#: interactions.api.models.attrs_utils.ClientSerializerMixin.__init__ -#: interactions.api.models.attrs_utils.DictSerializerMixin.update -#: interactions.client.context.CommandContext.defer -#: interactions.client.context.CommandContext.edit -#: interactions.client.context.CommandContext.populate -#: interactions.client.context.CommandContext.send -#: interactions.client.context.ComponentContext.defer -#: interactions.client.context.ComponentContext.edit -#: interactions.client.context.ComponentContext.send -#: interactions.client.context._Context.edit -#: interactions.client.context._Context.popup -#: interactions.client.context._Context.send of -msgid "Parameters" -msgstr "" - #: interactions.client.context.CommandContext.send:4 #: interactions.client.context.ComponentContext.send:4 #: interactions.client.context._Context.send:4 of @@ -340,3 +342,4 @@ msgstr "" #: interactions.client.context.ComponentContext.defer:6 of msgid "Whether you want to edit the original message or send a followup message" msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/enums.po b/docs/locale/it/LC_MESSAGES/enums.po index 8fc379297..552bc2e5d 100644 --- a/docs/locale/it/LC_MESSAGES/enums.po +++ b/docs/locale/it/LC_MESSAGES/enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -200,3 +200,4 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/events.po b/docs/locale/it/LC_MESSAGES/events.po index b91a1dc02..b6794e6c1 100644 --- a/docs/locale/it/LC_MESSAGES/events.po +++ b/docs/locale/it/LC_MESSAGES/events.po @@ -333,3 +333,4 @@ msgid "" "the methods *do not take in a guild id*. Please keep that in mind when " "using this event." msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/ext.base.po b/docs/locale/it/LC_MESSAGES/ext.base.po index 7eb2194fa..3461b2965 100644 --- a/docs/locale/it/LC_MESSAGES/ext.base.po +++ b/docs/locale/it/LC_MESSAGES/ext.base.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,20 +149,3 @@ msgstr "" msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" -#~ msgid "The repository link of the library via. GitHub." -#~ msgstr "" - -#~ msgid "The description of the library, e.g. the purpose." -#~ msgstr "" - -#~ msgid "The full description of the library, e.g. README. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The package(s) of the library. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The required modules needed for library function. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "Any other keyword arguments. Defaults to ``None``." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/ext.converter.po b/docs/locale/it/LC_MESSAGES/ext.converter.po index 8f0df6d4b..540abf524 100644 --- a/docs/locale/it/LC_MESSAGES/ext.converter.po +++ b/docs/locale/it/LC_MESSAGES/ext.converter.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,21 +40,23 @@ msgstr "" msgid "The second object to be converted." msgstr "" -#: interactions.ext.converter.Converter._map_attr:1 of -msgid "Maps the attributes between the models for conversion reference." +#: interactions.ext.converter.Converter +#: interactions.ext.converter.Converter.get_attr of +msgid "Parameters" msgstr "" +#: interactions.ext.converter.Converter #: interactions.ext.converter.Converter._map_attr #: interactions.ext.converter.Converter.difference #: interactions.ext.converter.Converter.get_attr #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Returns" +msgid "Return type" msgstr "" -#: interactions.ext.converter.Converter._map_attr:3 of -msgid "A dictionary of attributes mapped." +#: interactions.ext.converter.Converter._map_attr:1 of +msgid "Maps the attributes between the models for conversion reference." msgstr "" #: interactions.ext.converter.Converter._map_attr @@ -63,15 +65,15 @@ msgstr "" #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Return type" +msgid "Returns" msgstr "" -#: interactions.ext.converter.Converter.get_attr:1 of -msgid "Gets a mapped attribute." +#: interactions.ext.converter.Converter._map_attr:3 of +msgid "A dictionary of attributes mapped." msgstr "" -#: interactions.ext.converter.Converter.get_attr of -msgid "Parameters" +#: interactions.ext.converter.Converter.get_attr:1 of +msgid "Gets a mapped attribute." msgstr "" #: interactions.ext.converter.Converter.get_attr:3 of @@ -112,3 +114,4 @@ msgid "" "Gets a list of keys and values missing from the \"referenced\" or first " "model." msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/ext.error.po b/docs/locale/it/LC_MESSAGES/ext.error.po index 7b39f4fa1..54236e103 100644 --- a/docs/locale/it/LC_MESSAGES/ext.error.po +++ b/docs/locale/it/LC_MESSAGES/ext.error.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -98,3 +98,4 @@ msgstr "" #: interactions.ext.error.UnknownService:1 of msgid "An exception raised whenever a ``Base`` object cannot find a service." msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/it/LC_MESSAGES/ext.gettingstarted.po index 1c21e3eb3..637ff4e0d 100644 --- a/docs/locale/it/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/it/LC_MESSAGES/ext.gettingstarted.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -223,3 +223,4 @@ msgid "" "self-explanitory subject, we recommend :ref:`reading the documentation " "` on this." msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/ext.po b/docs/locale/it/LC_MESSAGES/ext.po index ee17491a5..83b3958a1 100644 --- a/docs/locale/it/LC_MESSAGES/ext.po +++ b/docs/locale/it/LC_MESSAGES/ext.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,3 +48,4 @@ msgid "" " provide out of the box, but you can also create some of your own. We'll " "be covering each one of these tools in great detail." msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/ext.version.po b/docs/locale/it/LC_MESSAGES/ext.version.po index 581fb477c..2c50738fb 100644 --- a/docs/locale/it/LC_MESSAGES/ext.version.po +++ b/docs/locale/it/LC_MESSAGES/ext.version.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -199,28 +199,3 @@ msgstr "" msgid "The alphanumeric version was incorrectly formatted." msgstr "" -#~ msgid "" -#~ "The author's relationship as the main" -#~ " or co-author. Defaults to ``False``." -#~ msgstr "" - -#~ msgid "The author's state of activity. Defaults to ``True``." -#~ msgstr "" - -#~ msgid "The author's email address or point of contact. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The major version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The minor version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The patch version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "" -#~ "The overall version. Must be used " -#~ "if ``major``, ``minor`` or ``patch`` are" -#~ " not." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/faq.po b/docs/locale/it/LC_MESSAGES/faq.po index 308f71de8..0c36e96ff 100644 --- a/docs/locale/it/LC_MESSAGES/faq.po +++ b/docs/locale/it/LC_MESSAGES/faq.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -522,76 +522,3 @@ msgid "" "library and/or any integration code depending on it." msgstr "" -#~ msgid "" -#~ "This page is maintained by the " -#~ "Helpers of the Discord server, and " -#~ "developers at their discretion. For any" -#~ " comments, feedback or concerns please " -#~ "consider joining our server and bringing" -#~ " it up in our support channels." -#~ msgstr "" - -#~ msgid "discord.py is dead! Will this library die too?" -#~ msgstr "" - -#~ msgid "" -#~ "The decision to become a standalone " -#~ "library that is now an API wrapper" -#~ " for the Discord API was made " -#~ "before Danny posted his gist on " -#~ "GitHub about ceasing development of " -#~ "discord.py. This is the official " -#~ "statement from the library developer " -#~ "regarding this:" -#~ msgstr "" - -#~ msgid "" -#~ "The most *biased* answer would be " -#~ "to, of course, *use interactions.py.* We" -#~ " already offer a lot of the " -#~ "integral API wrapper aspects as " -#~ "discord.py does, however, we only " -#~ "specialize in interactions. Which means " -#~ "things such as these won't be " -#~ "supported officially by us (but might" -#~ " be available as 3rd parties):" -#~ msgstr "" - -#~ msgid "" -#~ "Cooldowns aren't really an actual " -#~ "feature of the Discord API itself, " -#~ "but rather more of a convienent " -#~ "feature implemented in discord.py in " -#~ "order to avoid spamming of commands." -#~ msgstr "" - -#~ msgid "" -#~ "That's the neat part: it's really " -#~ "hard to do that, and most of " -#~ "the time, they won't. Unless they " -#~ "copy the exact string that was " -#~ "used when you open up the UI " -#~ "element to do it numerous times, " -#~ "most users do and will not be " -#~ "able to know how to do this. " -#~ "However, if you as a bot developer" -#~ " feel at unease about this, you " -#~ "are more than welcome to implement " -#~ "your own cooldown methods yourself. " -#~ "Cooldowns were an ultimatum that came" -#~ " as the result of message commands" -#~ " being able to be spammable, and " -#~ "since we won't be supporting them, " -#~ "there's no feasibility to having them" -#~ " in our library." -#~ msgstr "" - -#~ msgid "" -#~ "Please join our Discord server for " -#~ "any further support regarding our " -#~ "library and/or any integration code " -#~ "depending on it." -#~ msgstr "" - -#~ msgid "Invite Link: https://discord.gg/KkgMBVuEkx" -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/get.po b/docs/locale/it/LC_MESSAGES/get.po index d5b9fb58f..f8332ac15 100644 --- a/docs/locale/it/LC_MESSAGES/get.po +++ b/docs/locale/it/LC_MESSAGES/get.po @@ -228,3 +228,4 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/index.po b/docs/locale/it/LC_MESSAGES/index.po index eb0f03796..a9abb220a 100644 --- a/docs/locale/it/LC_MESSAGES/index.po +++ b/docs/locale/it/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -248,35 +248,3 @@ msgstr "" msgid ":ref:`modindex`" msgstr "" -#~ msgid "" -#~ "**pre-commit** ``2.16.0``: the architecture" -#~ " uses this before every commit to " -#~ "format and check for severity/QOL-" -#~ "breaking changes." -#~ msgstr "" - -#~ msgid "**black** ``21.11b1``" -#~ msgstr "" - -#~ msgid "**flake8** ``3.9.2``" -#~ msgstr "" - -#~ msgid "**isort** ``5.9.3``" -#~ msgstr "" - -#~ msgid "" -#~ "**Sphinx** ``4.1.2``: all of our " -#~ "documentation is powered off of " -#~ "autogenerated documentation of the Sphinx " -#~ "engine." -#~ msgstr "" - -#~ msgid "" -#~ "**colorama** ``0.4.4``: our internal logger" -#~ " uses a customized coloring formatter " -#~ "to make looking for specific conditions" -#~ " easier when running tests." -#~ msgstr "" - -#~ msgid ":ref:`search`" -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/migration.po b/docs/locale/it/LC_MESSAGES/migration.po index 766999c9f..2bc74d8b8 100644 --- a/docs/locale/it/LC_MESSAGES/migration.po +++ b/docs/locale/it/LC_MESSAGES/migration.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,9 +149,3 @@ msgid "" "Example:" msgstr "" -#~ msgid "" -#~ "A new big change in this release" -#~ " is the implementation of the ``get``" -#~ " utility method. It allows you to " -#~ "no longer use ``**await bot._http...``." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/models.command.po b/docs/locale/it/LC_MESSAGES/models.command.po index acbfe63bc..c3c00ca91 100644 --- a/docs/locale/it/LC_MESSAGES/models.command.po +++ b/docs/locale/it/LC_MESSAGES/models.command.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,6 +62,22 @@ msgid "" "same restrictions as the ``name`` field." msgstr "" +#: interactions.client.models.command.ApplicationCommand +#: interactions.client.models.command.Choice +#: interactions.client.models.command.Command +#: interactions.client.models.command.Command.__call +#: interactions.client.models.command.Command.__check_command +#: interactions.client.models.command.Command.__wrap_coro +#: interactions.client.models.command.Command.autocomplete +#: interactions.client.models.command.Command.error +#: interactions.client.models.command.Command.group +#: interactions.client.models.command.Command.subcommand +#: interactions.client.models.command.Option +#: interactions.client.models.command.Permission +#: interactions.client.models.command.option of +msgid "Parameters" +msgstr "" + #: interactions.client.models.command.Option:1 of msgid "A class object representing the option of an application command." msgstr "" @@ -235,17 +251,6 @@ msgstr "" msgid "The structure of an option:" msgstr "" -#: interactions.client.models.command.Command.__call -#: interactions.client.models.command.Command.__check_command -#: interactions.client.models.command.Command.__wrap_coro -#: interactions.client.models.command.Command.autocomplete -#: interactions.client.models.command.Command.error -#: interactions.client.models.command.Command.group -#: interactions.client.models.command.Command.subcommand -#: interactions.client.models.command.option of -msgid "Parameters" -msgstr "" - #: interactions.client.models.command.option:12 of msgid "The type of the option." msgstr "" @@ -521,11 +526,3 @@ msgid "" " any." msgstr "" -#~ msgid "The structure for a choice: ::" -#~ msgstr "" - -#~ msgid "The structure for an option: ::" -#~ msgstr "" - -#~ msgid "The structure for a permission: ::" -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/models.component.po b/docs/locale/it/LC_MESSAGES/models.component.po index e4d356e6c..82f44aa6f 100644 --- a/docs/locale/it/LC_MESSAGES/models.component.po +++ b/docs/locale/it/LC_MESSAGES/models.component.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,6 +58,17 @@ msgstr "" msgid "Whether the select option is the default for the select menu." msgstr "" +#: interactions.client.models.component.ActionRow +#: interactions.client.models.component.ActionRow.new +#: interactions.client.models.component.Button +#: interactions.client.models.component.Component +#: interactions.client.models.component.Modal +#: interactions.client.models.component.SelectMenu +#: interactions.client.models.component.SelectOption +#: interactions.client.models.component.TextInput of +msgid "Parameters" +msgstr "" + #: interactions.client.models.component.SelectMenu:1 of msgid "" "A class object representing the select menu of a component. The structure" @@ -314,10 +325,6 @@ msgstr "" msgid "A class method for creating a new ``ActionRow``." msgstr "" -#: interactions.client.models.component.ActionRow.new of -msgid "Parameters" -msgstr "" - #: interactions.client.models.component.ActionRow.new:3 of msgid "The components to add to the ``ActionRow``." msgstr "" @@ -333,3 +340,4 @@ msgstr "" #: interactions.client.models.component.ActionRow.new of msgid "Return type" msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/models.misc.po b/docs/locale/it/LC_MESSAGES/models.misc.po index 28f7a3b8d..9b81beff6 100644 --- a/docs/locale/it/LC_MESSAGES/models.misc.po +++ b/docs/locale/it/LC_MESSAGES/models.misc.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,3 +149,4 @@ msgstr "" #: interactions.client.models.misc.Interaction:13 of msgid "The message of the interaction." msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/models.po b/docs/locale/it/LC_MESSAGES/models.po index a322bcb50..f026cf489 100644 --- a/docs/locale/it/LC_MESSAGES/models.po +++ b/docs/locale/it/LC_MESSAGES/models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,3 +21,4 @@ msgstr "" #: ../../models.rst:4 msgid "Interaction Models" msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/models.utils.po b/docs/locale/it/LC_MESSAGES/models.utils.po index 7976e9c30..f220cc8c5 100644 --- a/docs/locale/it/LC_MESSAGES/models.utils.po +++ b/docs/locale/it/LC_MESSAGES/models.utils.po @@ -85,3 +85,4 @@ msgstr "" #: interactions.client.models.utils.spread_to_rows:28 of msgid "The maximum number of components in a single row. Defaults to ``5``." msgstr "" + diff --git a/docs/locale/it/LC_MESSAGES/quickstart.po b/docs/locale/it/LC_MESSAGES/quickstart.po index f92a3951e..23ad7a1da 100644 --- a/docs/locale/it/LC_MESSAGES/quickstart.po +++ b/docs/locale/it/LC_MESSAGES/quickstart.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -674,5 +674,3 @@ msgstr "" msgid "Usage of ``@autodefer()``:" msgstr "" -#~ msgid "``name`` and ``description`` are required." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.cache.po b/docs/locale/pl/LC_MESSAGES/api.cache.po index bee8020b7..fd96f694d 100644 --- a/docs/locale/pl/LC_MESSAGES/api.cache.po +++ b/docs/locale/pl/LC_MESSAGES/api.cache.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -115,50 +115,3 @@ msgid "" "Type." msgstr "" -#~ msgid "A class representing the defined item in a stored dataset." -#~ msgstr "" - -#~ msgid "The item itself." -#~ msgstr "" - -#~ msgid "The ID type representation." -#~ msgstr "" - -#~ msgid "The new storage." -#~ msgstr "" - -#~ msgid "Updates an item from the storage." -#~ msgstr "" - -#~ msgid "The item to update." -#~ msgstr "" - -#~ msgid "The updated item, if stored." -#~ msgstr "" - -#~ msgid "The cached Direct Messages." -#~ msgstr "" - -#~ msgid "The cached guilds upon gateway connection." -#~ msgstr "" - -#~ msgid "The cached guilds after ready." -#~ msgstr "" - -#~ msgid "The cached channels of guilds." -#~ msgstr "" - -#~ msgid "The cached roles of guilds." -#~ msgstr "" - -#~ msgid "The cached members of guilds and threads." -#~ msgstr "" - -#~ msgid "The cached messages of DMs and channels." -#~ msgstr "" - -#~ msgid "The cached interactions upon interaction." -#~ msgstr "" - -#~ msgid ":return The items stored. :rtype: List[dict]" -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.dispatch.po b/docs/locale/pl/LC_MESSAGES/api.dispatch.po index d5df5422e..c6ed8f010 100644 --- a/docs/locale/pl/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/pl/LC_MESSAGES/api.dispatch.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,7 +38,7 @@ msgstr "" msgid "A list of events being dispatched." msgstr "" -#: interactions.api.dispatch.Listener.__init__ +#: interactions.api.dispatch.Listener #: interactions.api.dispatch.Listener.dispatch #: interactions.api.dispatch.Listener.register of msgid "Return type" @@ -83,3 +83,4 @@ msgstr "" #: interactions.api.dispatch.Listener.register:9 of msgid "The name to associate the coroutine with. Defaults to None." msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/api.enums.po b/docs/locale/pl/LC_MESSAGES/api.enums.po index 23af570f0..193fdd8eb 100644 --- a/docs/locale/pl/LC_MESSAGES/api.enums.po +++ b/docs/locale/pl/LC_MESSAGES/api.enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -46,3 +46,4 @@ msgstr "" #: interactions.api.enums.OpCodeType:1 of msgid "Valid values are as follows:" msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/api.error.po b/docs/locale/pl/LC_MESSAGES/api.error.po index 1441d73ad..248882969 100644 --- a/docs/locale/pl/LC_MESSAGES/api.error.po +++ b/docs/locale/pl/LC_MESSAGES/api.error.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,18 +28,18 @@ msgid "" "what a specific code means, use `e.lookup(code)`" msgstr "" +#: interactions.api.error.LibraryException +#: interactions.api.error.LibraryException._parse +#: interactions.api.error.LibraryException.log of +msgid "Parameters" +msgstr "" + #: interactions.api.error.LibraryException._parse:1 of msgid "" "Internal function that should not be executed externally. Parse the error" " data and set the code and message." msgstr "" -#: interactions.api.error.LibraryException.__init__ -#: interactions.api.error.LibraryException._parse -#: interactions.api.error.LibraryException.log of -msgid "Parameters" -msgstr "" - #: interactions.api.error.LibraryException._parse:4 of msgid "The error data to parse." msgstr "" @@ -60,60 +60,3 @@ msgstr "" msgid "Log the error message." msgstr "" -#~ msgid "A customized error formatting script to return specific errors." -#~ msgstr "" - -#~ msgid "An exception class for interactions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a WIP. This isn't meant" -#~ " to be used yet, this is a " -#~ "baseline, and for extensive testing/review " -#~ "before integration. Likewise, this will " -#~ "show the concepts before use, and " -#~ "will be refined when time goes on." -#~ msgstr "" - -#~ msgid "Variables" -#~ msgstr "" - -#~ msgid "The built-in formatter." -#~ msgstr "" - -#~ msgid "A dictionary containing the values from the built-in Enum." -#~ msgstr "" - -#~ msgid "" -#~ "From the default error enum integer " -#~ "declaration, generate a dictionary containing" -#~ " the phrases used for the errors." -#~ msgstr "" - -#~ msgid "" -#~ "Grabs the type attribute. Primarily " -#~ "useful to use it in conditions for" -#~ " integral v4 (potential) logic." -#~ msgstr "" - -#~ msgid "This calls the exception." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent Gateway closing OP " -#~ "codes." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent HTTP Exceptions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent JSON API Exceptions." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.gateway.po b/docs/locale/pl/LC_MESSAGES/api.gateway.po index 0108083f9..da05b0a24 100644 --- a/docs/locale/pl/LC_MESSAGES/api.gateway.po +++ b/docs/locale/pl/LC_MESSAGES/api.gateway.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -315,17 +315,3 @@ msgstr "" msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" -#~ msgid "The token of the application for connecting to the Gateway." -#~ msgstr "" - -#~ msgid "The Gateway intents of the application for event dispatch." -#~ msgstr "" - -#~ msgid "The ID of the session if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The identifier sequence if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The event loop to base the asynchronous manager." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.http.po b/docs/locale/pl/LC_MESSAGES/api.http.po index cd9f74885..ae506eb7a 100644 --- a/docs/locale/pl/LC_MESSAGES/api.http.po +++ b/docs/locale/pl/LC_MESSAGES/api.http.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -2744,20 +2744,3 @@ msgstr "" msgid "Deletes the original message object sent." msgstr "" -#~ msgid "The HTTP request method." -#~ msgstr "" - -#~ msgid "The path of the HTTP/URL." -#~ msgstr "" - -#~ msgid "Optional keyword-only arguments to pass as information in the route." -#~ msgstr "" - -#~ msgid "The asynchronous lock to control limits for." -#~ msgstr "" - -#~ msgid "The remaining time to run the limited lock on. Defaults to ``0``." -#~ msgstr "" - -#~ msgid "The application token used for authorizing." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.channel.po b/docs/locale/pl/LC_MESSAGES/api.models.channel.po index 9a169fe3f..35238dac7 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.channel.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,6 +48,36 @@ msgid "" "event." msgstr "" +#: interactions.api.models.channel.Channel +#: interactions.api.models.channel.Channel.add_member +#: interactions.api.models.channel.Channel.archive +#: interactions.api.models.channel.Channel.create_invite +#: interactions.api.models.channel.Channel.create_thread +#: interactions.api.models.channel.Channel.get_history +#: interactions.api.models.channel.Channel.get_message +#: interactions.api.models.channel.Channel.lock +#: interactions.api.models.channel.Channel.modify +#: interactions.api.models.channel.Channel.pin_message +#: interactions.api.models.channel.Channel.publish_message +#: interactions.api.models.channel.Channel.purge +#: interactions.api.models.channel.Channel.remove_member +#: interactions.api.models.channel.Channel.send +#: interactions.api.models.channel.Channel.set_auto_archive_duration +#: interactions.api.models.channel.Channel.set_bitrate +#: interactions.api.models.channel.Channel.set_name +#: interactions.api.models.channel.Channel.set_nsfw +#: interactions.api.models.channel.Channel.set_parent_id +#: interactions.api.models.channel.Channel.set_position +#: interactions.api.models.channel.Channel.set_rate_limit_per_user +#: interactions.api.models.channel.Channel.set_topic +#: interactions.api.models.channel.Channel.set_user_limit +#: interactions.api.models.channel.Channel.unpin_message +#: interactions.api.models.channel.Thread +#: interactions.api.models.channel.ThreadMember +#: interactions.api.models.channel.ThreadMetadata of +msgid "Parameters" +msgstr "" + #: interactions.api.models.channel.Channel:1 of msgid "A class object representing all types of channels." msgstr "" @@ -239,32 +269,6 @@ msgstr "" msgid "Sends a message in the channel." msgstr "" -#: interactions.api.models.channel.Channel.add_member -#: interactions.api.models.channel.Channel.archive -#: interactions.api.models.channel.Channel.create_invite -#: interactions.api.models.channel.Channel.create_thread -#: interactions.api.models.channel.Channel.get_history -#: interactions.api.models.channel.Channel.get_message -#: interactions.api.models.channel.Channel.lock -#: interactions.api.models.channel.Channel.modify -#: interactions.api.models.channel.Channel.pin_message -#: interactions.api.models.channel.Channel.publish_message -#: interactions.api.models.channel.Channel.purge -#: interactions.api.models.channel.Channel.remove_member -#: interactions.api.models.channel.Channel.send -#: interactions.api.models.channel.Channel.set_auto_archive_duration -#: interactions.api.models.channel.Channel.set_bitrate -#: interactions.api.models.channel.Channel.set_name -#: interactions.api.models.channel.Channel.set_nsfw -#: interactions.api.models.channel.Channel.set_parent_id -#: interactions.api.models.channel.Channel.set_position -#: interactions.api.models.channel.Channel.set_rate_limit_per_user -#: interactions.api.models.channel.Channel.set_topic -#: interactions.api.models.channel.Channel.set_user_limit -#: interactions.api.models.channel.Channel.unpin_message of -msgid "Parameters" -msgstr "" - #: interactions.api.models.channel.Channel.send:3 of msgid "The contents of the message as a string or string-converted value." msgstr "" @@ -789,3 +793,4 @@ msgstr "" #: interactions.api.models.channel.ThreadMetadata:11 of msgid "The ability to invite users to the thread." msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/api.models.flags.po b/docs/locale/pl/LC_MESSAGES/api.models.flags.po index 2a460c72f..25875e2c5 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.flags.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -92,3 +92,4 @@ msgid "" "An integer flag bitshift object representing the different member " "permissions given by Discord." msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/api.models.guild.po b/docs/locale/pl/LC_MESSAGES/api.models.guild.po index 63a87348e..e0efe0450 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.guild.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -1898,21 +1898,3 @@ msgstr "" msgid "Deletes the invite" msgstr "" -#~ msgid "" -#~ ":type role Union[Role, int] :param " -#~ "member_id: The id of the member to" -#~ " add the roles to :type member_id:" -#~ " int :param reason?: The reason why" -#~ " the roles are added :type reason:" -#~ " Optional[str]" -#~ msgstr "" - -#~ msgid "" -#~ ":type role Union[Role, int, Snowflake] " -#~ ":param member_id: The id of the " -#~ "member to add the roles to :type" -#~ " member_id: Union[Member, int, Snowflake] " -#~ ":param reason?: The reason why the " -#~ "roles are added :type reason: " -#~ "Optional[str]" -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.gw.po b/docs/locale/pl/LC_MESSAGES/api.models.gw.po index 023d54338..336c6f136 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.gw.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -93,6 +93,36 @@ msgstr "" msgid "The substring in content that triggered rule." msgstr "" +#: interactions.api.models.gw.ApplicationCommandPermissions +#: interactions.api.models.gw.AutoModerationAction +#: interactions.api.models.gw.AutoModerationRule +#: interactions.api.models.gw.ChannelPins +#: interactions.api.models.gw.EmbeddedActivity +#: interactions.api.models.gw.GuildBan interactions.api.models.gw.GuildEmojis +#: interactions.api.models.gw.GuildIntegrations +#: interactions.api.models.gw.GuildJoinRequest +#: interactions.api.models.gw.GuildMember +#: interactions.api.models.gw.GuildMember.add_role +#: interactions.api.models.gw.GuildMember.add_to_thread +#: interactions.api.models.gw.GuildMember.ban +#: interactions.api.models.gw.GuildMember.kick +#: interactions.api.models.gw.GuildMember.modify +#: interactions.api.models.gw.GuildMember.remove_role +#: interactions.api.models.gw.GuildMember.send +#: interactions.api.models.gw.GuildMembers interactions.api.models.gw.GuildRole +#: interactions.api.models.gw.GuildScheduledEvent +#: interactions.api.models.gw.GuildScheduledEventUser +#: interactions.api.models.gw.GuildStickers +#: interactions.api.models.gw.Integration +#: interactions.api.models.gw.MessageReaction +#: interactions.api.models.gw.Presence +#: interactions.api.models.gw.ReactionRemove +#: interactions.api.models.gw.ThreadList +#: interactions.api.models.gw.ThreadMembers interactions.api.models.gw.Webhooks +#: of +msgid "Parameters" +msgstr "" + #: interactions.api.models.gw.AutoModerationRule:1 of msgid "" "A class object representing the gateway events " @@ -525,16 +555,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.gw.GuildMember.add_role -#: interactions.api.models.gw.GuildMember.add_to_thread -#: interactions.api.models.gw.GuildMember.ban -#: interactions.api.models.gw.GuildMember.kick -#: interactions.api.models.gw.GuildMember.modify -#: interactions.api.models.gw.GuildMember.remove_role -#: interactions.api.models.gw.GuildMember.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.gw.GuildMember.ban:3 of msgid "The reason of the ban" msgstr "" @@ -803,3 +823,4 @@ msgstr "" #: interactions.api.models.gw.GuildRole:5 of msgid "The role ID of the event." msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/api.models.member.po b/docs/locale/pl/LC_MESSAGES/api.models.member.po index d9d53d52c..305534611 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.member.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.member.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,6 +81,18 @@ msgstr "" msgid "How long until they're unmuted, if any." msgstr "" +#: interactions.api.models.member.Member +#: interactions.api.models.member.Member.add_role +#: interactions.api.models.member.Member.add_to_thread +#: interactions.api.models.member.Member.ban +#: interactions.api.models.member.Member.get_avatar_url +#: interactions.api.models.member.Member.kick +#: interactions.api.models.member.Member.modify +#: interactions.api.models.member.Member.remove_role +#: interactions.api.models.member.Member.send of +msgid "Parameters" +msgstr "" + #: interactions.api.models.member.Member.id:1 of msgid "Returns the ID of the user." msgstr "" @@ -131,17 +143,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.member.Member.add_role -#: interactions.api.models.member.Member.add_to_thread -#: interactions.api.models.member.Member.ban -#: interactions.api.models.member.Member.get_avatar_url -#: interactions.api.models.member.Member.kick -#: interactions.api.models.member.Member.modify -#: interactions.api.models.member.Member.remove_role -#: interactions.api.models.member.Member.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.member.Member.ban:3 of msgid "The id of the guild to ban the member from" msgstr "" @@ -294,13 +295,3 @@ msgid "" "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" -#~ msgid "" -#~ "Returns the URL of the member's " -#~ "avatar for the specified guild. :param" -#~ " guild_id: The id of the guild " -#~ "to get the member's avatar from " -#~ ":type guild_id: int :return: URL of " -#~ "the members's avatar (None will be " -#~ "returned if no avatar is set) " -#~ ":rtype: str" -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.message.po b/docs/locale/pl/LC_MESSAGES/api.models.message.po index eaf0149d8..968309461 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.message.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.message.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -185,14 +185,11 @@ msgstr "" msgid "Array of sticker objects sent with the message if any. Deprecated." msgstr "" -#: interactions.api.models.message.Message.get_channel:1 of -msgid "Gets the channel where the message was sent." -msgstr "" - +#: interactions.api.models.message.Attachment +#: interactions.api.models.message.ChannelMention +#: interactions.api.models.message.Embed #: interactions.api.models.message.Embed.add_field -#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at -#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -200,40 +197,43 @@ msgstr "" #: interactions.api.models.message.Embed.set_image #: interactions.api.models.message.Embed.set_thumbnail #: interactions.api.models.message.Embed.set_video +#: interactions.api.models.message.EmbedAuthor +#: interactions.api.models.message.EmbedField +#: interactions.api.models.message.EmbedFooter +#: interactions.api.models.message.EmbedImageStruct +#: interactions.api.models.message.EmbedProvider +#: interactions.api.models.message.Emoji #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild -#: interactions.api.models.message.Emoji.url +#: interactions.api.models.message.Message #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit -#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url -#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction -#: interactions.api.models.message.Message.pin -#: interactions.api.models.message.Message.publish -#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from #: interactions.api.models.message.Message.reply -#: interactions.api.models.message.Message.unpin -#: interactions.api.models.message.Message.url of -msgid "Return type" -msgstr "" - -#: interactions.api.models.message.Message.get_guild:1 of -msgid "Gets the guild where the message was sent." +#: interactions.api.models.message.MessageActivity +#: interactions.api.models.message.MessageInteraction +#: interactions.api.models.message.MessageReference +#: interactions.api.models.message.PartialSticker +#: interactions.api.models.message.ReactionObject +#: interactions.api.models.message.Sticker of +msgid "Parameters" msgstr "" -#: interactions.api.models.message.Message.delete:1 of -msgid "Deletes the message." +#: interactions.api.models.message.Message.get_channel:1 of +msgid "Gets the channel where the message was sent." msgstr "" #: interactions.api.models.message.Embed.add_field +#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at +#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -244,17 +244,33 @@ msgstr "" #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild +#: interactions.api.models.message.Emoji.url #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit +#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url +#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction +#: interactions.api.models.message.Message.pin +#: interactions.api.models.message.Message.publish +#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from -#: interactions.api.models.message.Message.reply of -msgid "Parameters" +#: interactions.api.models.message.Message.reply +#: interactions.api.models.message.Message.unpin +#: interactions.api.models.message.Message.url of +msgid "Return type" +msgstr "" + +#: interactions.api.models.message.Message.get_guild:1 of +msgid "Gets the guild where the message was sent." +msgstr "" + +#: interactions.api.models.message.Message.delete:1 of +msgid "Deletes the message." msgstr "" #: interactions.api.models.message.Message.delete:3 of @@ -1077,3 +1093,4 @@ msgstr "" #: interactions.api.models.message.Sticker:14 of msgid "The standard sticker's sort order within its pack" msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/api.models.misc.po b/docs/locale/pl/LC_MESSAGES/api.models.misc.po index ccfa1adc8..e520060de 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.misc.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,6 +66,15 @@ msgstr "" msgid "Timeout duration in seconds, if timed out." msgstr "" +#: interactions.api.models.misc.AutoModAction +#: interactions.api.models.misc.AutoModMetaData +#: interactions.api.models.misc.AutoModTriggerMetadata +#: interactions.api.models.misc.ClientStatus interactions.api.models.misc.File +#: interactions.api.models.misc.Image interactions.api.models.misc.Overwrite +#: interactions.api.models.misc.Snowflake of +msgid "Parameters" +msgstr "" + #: interactions.api.models.misc.AutoModAction:1 of msgid "" "A class object used for the ``AUTO_MODERATION_ACTION_EXECUTION`` event. " @@ -120,12 +129,6 @@ msgid "" "integer." msgstr "" -#: interactions.api.models.misc.File.__init__ -#: interactions.api.models.misc.Image.__init__ -#: interactions.api.models.misc.Snowflake.__init__ of -msgid "Parameters" -msgstr "" - #: interactions.api.models.misc.Color.black #: interactions.api.models.misc.Color.blurple #: interactions.api.models.misc.Color.fuchsia @@ -133,7 +136,7 @@ msgstr "" #: interactions.api.models.misc.Color.red #: interactions.api.models.misc.Color.white #: interactions.api.models.misc.Color.yellow -#: interactions.api.models.misc.Snowflake.__init__ of +#: interactions.api.models.misc.Snowflake of msgid "Return type" msgstr "" @@ -285,8 +288,3 @@ msgstr "" msgid "Permission bit set." msgstr "" -#~ msgid "" -#~ "A pseudosentinel based from an empty " -#~ "object. This does violate PEP, but, " -#~ "I don't care." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.po b/docs/locale/pl/LC_MESSAGES/api.models.po index 764507670..a658eef9d 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,3 +21,4 @@ msgstr "" #: ../../api.models.rst:4 msgid "Model Objects" msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/api.models.presence.po b/docs/locale/pl/LC_MESSAGES/api.models.presence.po index effa582b9..e9b31f093 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.presence.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -232,17 +232,3 @@ msgstr "" msgid "Whether the client is afk or not." msgstr "" -#~ msgid "Unix timestamp of when the activity was created to the User's session" -#~ msgstr "" - -#~ msgid "Custom buttons shown in the RPC." -#~ msgstr "" - -#~ msgid "A class object representing the buttons of a presence." -#~ msgstr "" - -#~ msgid "Text of the button" -#~ msgstr "" - -#~ msgid "URL of the button" -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.role.po b/docs/locale/pl/LC_MESSAGES/api.models.role.po index 9a3430734..c7d9a1e0b 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.role.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.role.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -74,6 +74,13 @@ msgstr "" msgid "The tags this role has" msgstr "" +#: interactions.api.models.role.Role interactions.api.models.role.Role.delete +#: interactions.api.models.role.Role.modify +#: interactions.api.models.role.Role.modify_position +#: interactions.api.models.role.RoleTags of +msgid "Parameters" +msgstr "" + #: interactions.api.models.role.Role.mention:1 of msgid "Returns a string that allows you to mention the given role." msgstr "" @@ -88,6 +95,7 @@ msgstr "" msgid "The string of the mentioned role." msgstr "" +#: interactions.api.models.role.Role.delete #: interactions.api.models.role.Role.mention #: interactions.api.models.role.Role.modify #: interactions.api.models.role.Role.modify_position of @@ -98,12 +106,6 @@ msgstr "" msgid "Deletes the role from the guild." msgstr "" -#: interactions.api.models.role.Role.delete -#: interactions.api.models.role.Role.modify -#: interactions.api.models.role.Role.modify_position of -msgid "Parameters" -msgstr "" - #: interactions.api.models.role.Role.delete:3 of msgid "The id of the guild to delete the role from" msgstr "" @@ -195,3 +197,4 @@ msgstr "" #: interactions.api.models.role.RoleTags:5 of msgid "Whether if this is the guild's premium subscriber role" msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/api.models.team.po b/docs/locale/pl/LC_MESSAGES/api.models.team.po index cde90e6a6..bb0bc816c 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.team.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.team.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -183,3 +183,4 @@ msgstr "" #: interactions.api.models.team.Application.icon_url of msgid "Return type" msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/api.models.user.po b/docs/locale/pl/LC_MESSAGES/api.models.user.po index 807b9d83e..533c1a192 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.user.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.user.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -133,3 +133,4 @@ msgstr "" #: interactions.api.models.user.User.banner_url:3 of msgid "URL of the user's banner (None will be returned if no banner is set)" msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/api.models.webhook.po b/docs/locale/pl/LC_MESSAGES/api.models.webhook.po index c201be33e..00552e50d 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.webhook.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,10 +86,7 @@ msgid "" "flow)" msgstr "" -#: interactions.api.models.webhook.Webhook.create:1 of -msgid "Creates a webhook in a channel." -msgstr "" - +#: interactions.api.models.webhook.Webhook #: interactions.api.models.webhook.Webhook.create #: interactions.api.models.webhook.Webhook.execute #: interactions.api.models.webhook.Webhook.get @@ -97,6 +94,10 @@ msgstr "" msgid "Parameters" msgstr "" +#: interactions.api.models.webhook.Webhook.create:1 of +msgid "Creates a webhook in a channel." +msgstr "" + #: interactions.api.models.webhook.Webhook.create:3 #: interactions.api.models.webhook.Webhook.get:3 of msgid "The HTTPClient of the bot, has to be set to `bot._http`." @@ -256,3 +257,4 @@ msgstr "" #: interactions.api.models.webhook.WebhookType:1 of msgid "Valid values are as follows:" msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/api.po b/docs/locale/pl/LC_MESSAGES/api.po index cb74082a0..bad7d50ca 100644 --- a/docs/locale/pl/LC_MESSAGES/api.po +++ b/docs/locale/pl/LC_MESSAGES/api.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,15 +26,15 @@ msgstr "" msgid "Frameworks/Commands" msgstr "" -#: ../../api.rst:24 ../../api.rst:41 +#: ../../api.rst:25 ../../api.rst:42 msgid "Model/Design" msgstr "" -#: ../../api.rst:34 +#: ../../api.rst:35 msgid "Client Connections" msgstr "" -#: ../../api.rst:49 +#: ../../api.rst:50 msgid "Events" msgstr "" @@ -50,6 +50,7 @@ msgstr "" msgid "Interactions" msgstr "" -#: ../../api.rst:32 +#: ../../api.rst:33 msgid "Discord API" msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/client.po b/docs/locale/pl/LC_MESSAGES/client.po index 0bfd7ef38..79f9b0917 100644 --- a/docs/locale/pl/LC_MESSAGES/client.po +++ b/docs/locale/pl/LC_MESSAGES/client.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,6 @@ msgstr "" #: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -46,7 +45,7 @@ msgstr "" #: interactions.client.bot.Client.modal interactions.client.bot.Client.modify #: interactions.client.bot.Client.reload interactions.client.bot.Client.remove #: interactions.client.bot.Client.user_command -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Parameters" msgstr "" @@ -123,9 +122,9 @@ msgstr "" msgid "The application representation of the client." msgstr "" +#: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -146,7 +145,7 @@ msgstr "" #: interactions.client.bot.Client.start #: interactions.client.bot.Client.user_command #: interactions.client.bot.Client.wait_until_ready -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Return type" msgstr "" @@ -641,11 +640,3 @@ msgstr "" msgid "The structure of an extension:" msgstr "" -#~ msgid "" -#~ "A wrapper designed to interpret the " -#~ "client-facing API for how a " -#~ "command is to be created and used." -#~ msgstr "" - -#~ msgid "A list of command payloads." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/context.po b/docs/locale/pl/LC_MESSAGES/context.po index 77cab9c1c..a674e926d 100644 --- a/docs/locale/pl/LC_MESSAGES/context.po +++ b/docs/locale/pl/LC_MESSAGES/context.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -55,6 +55,23 @@ msgstr "" msgid "The guild data model." msgstr "" +#: interactions.api.models.attrs_utils.DictSerializerMixin.update +#: interactions.client.context.CommandContext +#: interactions.client.context.CommandContext.defer +#: interactions.client.context.CommandContext.edit +#: interactions.client.context.CommandContext.populate +#: interactions.client.context.CommandContext.send +#: interactions.client.context.ComponentContext +#: interactions.client.context.ComponentContext.defer +#: interactions.client.context.ComponentContext.edit +#: interactions.client.context.ComponentContext.send +#: interactions.client.context._Context +#: interactions.client.context._Context.edit +#: interactions.client.context._Context.popup +#: interactions.client.context._Context.send of +msgid "Parameters" +msgstr "" + #: interactions.client.context._Context.get_channel:1 of msgid "This gets the channel the context was invoked in." msgstr "" @@ -107,21 +124,6 @@ msgid "" "interaction response." msgstr "" -#: interactions.api.models.attrs_utils.ClientSerializerMixin.__init__ -#: interactions.api.models.attrs_utils.DictSerializerMixin.update -#: interactions.client.context.CommandContext.defer -#: interactions.client.context.CommandContext.edit -#: interactions.client.context.CommandContext.populate -#: interactions.client.context.CommandContext.send -#: interactions.client.context.ComponentContext.defer -#: interactions.client.context.ComponentContext.edit -#: interactions.client.context.ComponentContext.send -#: interactions.client.context._Context.edit -#: interactions.client.context._Context.popup -#: interactions.client.context._Context.send of -msgid "Parameters" -msgstr "" - #: interactions.client.context.CommandContext.send:4 #: interactions.client.context.ComponentContext.send:4 #: interactions.client.context._Context.send:4 of @@ -340,3 +342,4 @@ msgstr "" #: interactions.client.context.ComponentContext.defer:6 of msgid "Whether you want to edit the original message or send a followup message" msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/enums.po b/docs/locale/pl/LC_MESSAGES/enums.po index 8fc379297..552bc2e5d 100644 --- a/docs/locale/pl/LC_MESSAGES/enums.po +++ b/docs/locale/pl/LC_MESSAGES/enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -200,3 +200,4 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/events.po b/docs/locale/pl/LC_MESSAGES/events.po index b91a1dc02..b6794e6c1 100644 --- a/docs/locale/pl/LC_MESSAGES/events.po +++ b/docs/locale/pl/LC_MESSAGES/events.po @@ -333,3 +333,4 @@ msgid "" "the methods *do not take in a guild id*. Please keep that in mind when " "using this event." msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/ext.base.po b/docs/locale/pl/LC_MESSAGES/ext.base.po index 7eb2194fa..3461b2965 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.base.po +++ b/docs/locale/pl/LC_MESSAGES/ext.base.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,20 +149,3 @@ msgstr "" msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" -#~ msgid "The repository link of the library via. GitHub." -#~ msgstr "" - -#~ msgid "The description of the library, e.g. the purpose." -#~ msgstr "" - -#~ msgid "The full description of the library, e.g. README. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The package(s) of the library. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The required modules needed for library function. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "Any other keyword arguments. Defaults to ``None``." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/ext.converter.po b/docs/locale/pl/LC_MESSAGES/ext.converter.po index 8f0df6d4b..540abf524 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.converter.po +++ b/docs/locale/pl/LC_MESSAGES/ext.converter.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,21 +40,23 @@ msgstr "" msgid "The second object to be converted." msgstr "" -#: interactions.ext.converter.Converter._map_attr:1 of -msgid "Maps the attributes between the models for conversion reference." +#: interactions.ext.converter.Converter +#: interactions.ext.converter.Converter.get_attr of +msgid "Parameters" msgstr "" +#: interactions.ext.converter.Converter #: interactions.ext.converter.Converter._map_attr #: interactions.ext.converter.Converter.difference #: interactions.ext.converter.Converter.get_attr #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Returns" +msgid "Return type" msgstr "" -#: interactions.ext.converter.Converter._map_attr:3 of -msgid "A dictionary of attributes mapped." +#: interactions.ext.converter.Converter._map_attr:1 of +msgid "Maps the attributes between the models for conversion reference." msgstr "" #: interactions.ext.converter.Converter._map_attr @@ -63,15 +65,15 @@ msgstr "" #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Return type" +msgid "Returns" msgstr "" -#: interactions.ext.converter.Converter.get_attr:1 of -msgid "Gets a mapped attribute." +#: interactions.ext.converter.Converter._map_attr:3 of +msgid "A dictionary of attributes mapped." msgstr "" -#: interactions.ext.converter.Converter.get_attr of -msgid "Parameters" +#: interactions.ext.converter.Converter.get_attr:1 of +msgid "Gets a mapped attribute." msgstr "" #: interactions.ext.converter.Converter.get_attr:3 of @@ -112,3 +114,4 @@ msgid "" "Gets a list of keys and values missing from the \"referenced\" or first " "model." msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/ext.error.po b/docs/locale/pl/LC_MESSAGES/ext.error.po index 7b39f4fa1..54236e103 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.error.po +++ b/docs/locale/pl/LC_MESSAGES/ext.error.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -98,3 +98,4 @@ msgstr "" #: interactions.ext.error.UnknownService:1 of msgid "An exception raised whenever a ``Base`` object cannot find a service." msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/pl/LC_MESSAGES/ext.gettingstarted.po index 1c21e3eb3..637ff4e0d 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/pl/LC_MESSAGES/ext.gettingstarted.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -223,3 +223,4 @@ msgid "" "self-explanitory subject, we recommend :ref:`reading the documentation " "` on this." msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/ext.po b/docs/locale/pl/LC_MESSAGES/ext.po index ee17491a5..83b3958a1 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.po +++ b/docs/locale/pl/LC_MESSAGES/ext.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,3 +48,4 @@ msgid "" " provide out of the box, but you can also create some of your own. We'll " "be covering each one of these tools in great detail." msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/ext.version.po b/docs/locale/pl/LC_MESSAGES/ext.version.po index 581fb477c..2c50738fb 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.version.po +++ b/docs/locale/pl/LC_MESSAGES/ext.version.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -199,28 +199,3 @@ msgstr "" msgid "The alphanumeric version was incorrectly formatted." msgstr "" -#~ msgid "" -#~ "The author's relationship as the main" -#~ " or co-author. Defaults to ``False``." -#~ msgstr "" - -#~ msgid "The author's state of activity. Defaults to ``True``." -#~ msgstr "" - -#~ msgid "The author's email address or point of contact. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The major version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The minor version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The patch version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "" -#~ "The overall version. Must be used " -#~ "if ``major``, ``minor`` or ``patch`` are" -#~ " not." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/faq.po b/docs/locale/pl/LC_MESSAGES/faq.po index 308f71de8..0c36e96ff 100644 --- a/docs/locale/pl/LC_MESSAGES/faq.po +++ b/docs/locale/pl/LC_MESSAGES/faq.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -522,76 +522,3 @@ msgid "" "library and/or any integration code depending on it." msgstr "" -#~ msgid "" -#~ "This page is maintained by the " -#~ "Helpers of the Discord server, and " -#~ "developers at their discretion. For any" -#~ " comments, feedback or concerns please " -#~ "consider joining our server and bringing" -#~ " it up in our support channels." -#~ msgstr "" - -#~ msgid "discord.py is dead! Will this library die too?" -#~ msgstr "" - -#~ msgid "" -#~ "The decision to become a standalone " -#~ "library that is now an API wrapper" -#~ " for the Discord API was made " -#~ "before Danny posted his gist on " -#~ "GitHub about ceasing development of " -#~ "discord.py. This is the official " -#~ "statement from the library developer " -#~ "regarding this:" -#~ msgstr "" - -#~ msgid "" -#~ "The most *biased* answer would be " -#~ "to, of course, *use interactions.py.* We" -#~ " already offer a lot of the " -#~ "integral API wrapper aspects as " -#~ "discord.py does, however, we only " -#~ "specialize in interactions. Which means " -#~ "things such as these won't be " -#~ "supported officially by us (but might" -#~ " be available as 3rd parties):" -#~ msgstr "" - -#~ msgid "" -#~ "Cooldowns aren't really an actual " -#~ "feature of the Discord API itself, " -#~ "but rather more of a convienent " -#~ "feature implemented in discord.py in " -#~ "order to avoid spamming of commands." -#~ msgstr "" - -#~ msgid "" -#~ "That's the neat part: it's really " -#~ "hard to do that, and most of " -#~ "the time, they won't. Unless they " -#~ "copy the exact string that was " -#~ "used when you open up the UI " -#~ "element to do it numerous times, " -#~ "most users do and will not be " -#~ "able to know how to do this. " -#~ "However, if you as a bot developer" -#~ " feel at unease about this, you " -#~ "are more than welcome to implement " -#~ "your own cooldown methods yourself. " -#~ "Cooldowns were an ultimatum that came" -#~ " as the result of message commands" -#~ " being able to be spammable, and " -#~ "since we won't be supporting them, " -#~ "there's no feasibility to having them" -#~ " in our library." -#~ msgstr "" - -#~ msgid "" -#~ "Please join our Discord server for " -#~ "any further support regarding our " -#~ "library and/or any integration code " -#~ "depending on it." -#~ msgstr "" - -#~ msgid "Invite Link: https://discord.gg/KkgMBVuEkx" -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/get.po b/docs/locale/pl/LC_MESSAGES/get.po index d5b9fb58f..f8332ac15 100644 --- a/docs/locale/pl/LC_MESSAGES/get.po +++ b/docs/locale/pl/LC_MESSAGES/get.po @@ -228,3 +228,4 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/index.po b/docs/locale/pl/LC_MESSAGES/index.po index eb0f03796..a9abb220a 100644 --- a/docs/locale/pl/LC_MESSAGES/index.po +++ b/docs/locale/pl/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -248,35 +248,3 @@ msgstr "" msgid ":ref:`modindex`" msgstr "" -#~ msgid "" -#~ "**pre-commit** ``2.16.0``: the architecture" -#~ " uses this before every commit to " -#~ "format and check for severity/QOL-" -#~ "breaking changes." -#~ msgstr "" - -#~ msgid "**black** ``21.11b1``" -#~ msgstr "" - -#~ msgid "**flake8** ``3.9.2``" -#~ msgstr "" - -#~ msgid "**isort** ``5.9.3``" -#~ msgstr "" - -#~ msgid "" -#~ "**Sphinx** ``4.1.2``: all of our " -#~ "documentation is powered off of " -#~ "autogenerated documentation of the Sphinx " -#~ "engine." -#~ msgstr "" - -#~ msgid "" -#~ "**colorama** ``0.4.4``: our internal logger" -#~ " uses a customized coloring formatter " -#~ "to make looking for specific conditions" -#~ " easier when running tests." -#~ msgstr "" - -#~ msgid ":ref:`search`" -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/migration.po b/docs/locale/pl/LC_MESSAGES/migration.po index 766999c9f..2bc74d8b8 100644 --- a/docs/locale/pl/LC_MESSAGES/migration.po +++ b/docs/locale/pl/LC_MESSAGES/migration.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,9 +149,3 @@ msgid "" "Example:" msgstr "" -#~ msgid "" -#~ "A new big change in this release" -#~ " is the implementation of the ``get``" -#~ " utility method. It allows you to " -#~ "no longer use ``**await bot._http...``." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/models.command.po b/docs/locale/pl/LC_MESSAGES/models.command.po index acbfe63bc..c3c00ca91 100644 --- a/docs/locale/pl/LC_MESSAGES/models.command.po +++ b/docs/locale/pl/LC_MESSAGES/models.command.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,6 +62,22 @@ msgid "" "same restrictions as the ``name`` field." msgstr "" +#: interactions.client.models.command.ApplicationCommand +#: interactions.client.models.command.Choice +#: interactions.client.models.command.Command +#: interactions.client.models.command.Command.__call +#: interactions.client.models.command.Command.__check_command +#: interactions.client.models.command.Command.__wrap_coro +#: interactions.client.models.command.Command.autocomplete +#: interactions.client.models.command.Command.error +#: interactions.client.models.command.Command.group +#: interactions.client.models.command.Command.subcommand +#: interactions.client.models.command.Option +#: interactions.client.models.command.Permission +#: interactions.client.models.command.option of +msgid "Parameters" +msgstr "" + #: interactions.client.models.command.Option:1 of msgid "A class object representing the option of an application command." msgstr "" @@ -235,17 +251,6 @@ msgstr "" msgid "The structure of an option:" msgstr "" -#: interactions.client.models.command.Command.__call -#: interactions.client.models.command.Command.__check_command -#: interactions.client.models.command.Command.__wrap_coro -#: interactions.client.models.command.Command.autocomplete -#: interactions.client.models.command.Command.error -#: interactions.client.models.command.Command.group -#: interactions.client.models.command.Command.subcommand -#: interactions.client.models.command.option of -msgid "Parameters" -msgstr "" - #: interactions.client.models.command.option:12 of msgid "The type of the option." msgstr "" @@ -521,11 +526,3 @@ msgid "" " any." msgstr "" -#~ msgid "The structure for a choice: ::" -#~ msgstr "" - -#~ msgid "The structure for an option: ::" -#~ msgstr "" - -#~ msgid "The structure for a permission: ::" -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/models.component.po b/docs/locale/pl/LC_MESSAGES/models.component.po index e4d356e6c..82f44aa6f 100644 --- a/docs/locale/pl/LC_MESSAGES/models.component.po +++ b/docs/locale/pl/LC_MESSAGES/models.component.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,6 +58,17 @@ msgstr "" msgid "Whether the select option is the default for the select menu." msgstr "" +#: interactions.client.models.component.ActionRow +#: interactions.client.models.component.ActionRow.new +#: interactions.client.models.component.Button +#: interactions.client.models.component.Component +#: interactions.client.models.component.Modal +#: interactions.client.models.component.SelectMenu +#: interactions.client.models.component.SelectOption +#: interactions.client.models.component.TextInput of +msgid "Parameters" +msgstr "" + #: interactions.client.models.component.SelectMenu:1 of msgid "" "A class object representing the select menu of a component. The structure" @@ -314,10 +325,6 @@ msgstr "" msgid "A class method for creating a new ``ActionRow``." msgstr "" -#: interactions.client.models.component.ActionRow.new of -msgid "Parameters" -msgstr "" - #: interactions.client.models.component.ActionRow.new:3 of msgid "The components to add to the ``ActionRow``." msgstr "" @@ -333,3 +340,4 @@ msgstr "" #: interactions.client.models.component.ActionRow.new of msgid "Return type" msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/models.misc.po b/docs/locale/pl/LC_MESSAGES/models.misc.po index 28f7a3b8d..9b81beff6 100644 --- a/docs/locale/pl/LC_MESSAGES/models.misc.po +++ b/docs/locale/pl/LC_MESSAGES/models.misc.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,3 +149,4 @@ msgstr "" #: interactions.client.models.misc.Interaction:13 of msgid "The message of the interaction." msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/models.po b/docs/locale/pl/LC_MESSAGES/models.po index a322bcb50..f026cf489 100644 --- a/docs/locale/pl/LC_MESSAGES/models.po +++ b/docs/locale/pl/LC_MESSAGES/models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,3 +21,4 @@ msgstr "" #: ../../models.rst:4 msgid "Interaction Models" msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/models.utils.po b/docs/locale/pl/LC_MESSAGES/models.utils.po index 7976e9c30..f220cc8c5 100644 --- a/docs/locale/pl/LC_MESSAGES/models.utils.po +++ b/docs/locale/pl/LC_MESSAGES/models.utils.po @@ -85,3 +85,4 @@ msgstr "" #: interactions.client.models.utils.spread_to_rows:28 of msgid "The maximum number of components in a single row. Defaults to ``5``." msgstr "" + diff --git a/docs/locale/pl/LC_MESSAGES/quickstart.po b/docs/locale/pl/LC_MESSAGES/quickstart.po index f92a3951e..23ad7a1da 100644 --- a/docs/locale/pl/LC_MESSAGES/quickstart.po +++ b/docs/locale/pl/LC_MESSAGES/quickstart.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -674,5 +674,3 @@ msgstr "" msgid "Usage of ``@autodefer()``:" msgstr "" -#~ msgid "``name`` and ``description`` are required." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.cache.po b/docs/locale/ru/LC_MESSAGES/api.cache.po index bee8020b7..fd96f694d 100644 --- a/docs/locale/ru/LC_MESSAGES/api.cache.po +++ b/docs/locale/ru/LC_MESSAGES/api.cache.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -115,50 +115,3 @@ msgid "" "Type." msgstr "" -#~ msgid "A class representing the defined item in a stored dataset." -#~ msgstr "" - -#~ msgid "The item itself." -#~ msgstr "" - -#~ msgid "The ID type representation." -#~ msgstr "" - -#~ msgid "The new storage." -#~ msgstr "" - -#~ msgid "Updates an item from the storage." -#~ msgstr "" - -#~ msgid "The item to update." -#~ msgstr "" - -#~ msgid "The updated item, if stored." -#~ msgstr "" - -#~ msgid "The cached Direct Messages." -#~ msgstr "" - -#~ msgid "The cached guilds upon gateway connection." -#~ msgstr "" - -#~ msgid "The cached guilds after ready." -#~ msgstr "" - -#~ msgid "The cached channels of guilds." -#~ msgstr "" - -#~ msgid "The cached roles of guilds." -#~ msgstr "" - -#~ msgid "The cached members of guilds and threads." -#~ msgstr "" - -#~ msgid "The cached messages of DMs and channels." -#~ msgstr "" - -#~ msgid "The cached interactions upon interaction." -#~ msgstr "" - -#~ msgid ":return The items stored. :rtype: List[dict]" -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.dispatch.po b/docs/locale/ru/LC_MESSAGES/api.dispatch.po index d5df5422e..c6ed8f010 100644 --- a/docs/locale/ru/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/ru/LC_MESSAGES/api.dispatch.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,7 +38,7 @@ msgstr "" msgid "A list of events being dispatched." msgstr "" -#: interactions.api.dispatch.Listener.__init__ +#: interactions.api.dispatch.Listener #: interactions.api.dispatch.Listener.dispatch #: interactions.api.dispatch.Listener.register of msgid "Return type" @@ -83,3 +83,4 @@ msgstr "" #: interactions.api.dispatch.Listener.register:9 of msgid "The name to associate the coroutine with. Defaults to None." msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/api.enums.po b/docs/locale/ru/LC_MESSAGES/api.enums.po index 23af570f0..193fdd8eb 100644 --- a/docs/locale/ru/LC_MESSAGES/api.enums.po +++ b/docs/locale/ru/LC_MESSAGES/api.enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -46,3 +46,4 @@ msgstr "" #: interactions.api.enums.OpCodeType:1 of msgid "Valid values are as follows:" msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/api.error.po b/docs/locale/ru/LC_MESSAGES/api.error.po index 1441d73ad..248882969 100644 --- a/docs/locale/ru/LC_MESSAGES/api.error.po +++ b/docs/locale/ru/LC_MESSAGES/api.error.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,18 +28,18 @@ msgid "" "what a specific code means, use `e.lookup(code)`" msgstr "" +#: interactions.api.error.LibraryException +#: interactions.api.error.LibraryException._parse +#: interactions.api.error.LibraryException.log of +msgid "Parameters" +msgstr "" + #: interactions.api.error.LibraryException._parse:1 of msgid "" "Internal function that should not be executed externally. Parse the error" " data and set the code and message." msgstr "" -#: interactions.api.error.LibraryException.__init__ -#: interactions.api.error.LibraryException._parse -#: interactions.api.error.LibraryException.log of -msgid "Parameters" -msgstr "" - #: interactions.api.error.LibraryException._parse:4 of msgid "The error data to parse." msgstr "" @@ -60,60 +60,3 @@ msgstr "" msgid "Log the error message." msgstr "" -#~ msgid "A customized error formatting script to return specific errors." -#~ msgstr "" - -#~ msgid "An exception class for interactions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a WIP. This isn't meant" -#~ " to be used yet, this is a " -#~ "baseline, and for extensive testing/review " -#~ "before integration. Likewise, this will " -#~ "show the concepts before use, and " -#~ "will be refined when time goes on." -#~ msgstr "" - -#~ msgid "Variables" -#~ msgstr "" - -#~ msgid "The built-in formatter." -#~ msgstr "" - -#~ msgid "A dictionary containing the values from the built-in Enum." -#~ msgstr "" - -#~ msgid "" -#~ "From the default error enum integer " -#~ "declaration, generate a dictionary containing" -#~ " the phrases used for the errors." -#~ msgstr "" - -#~ msgid "" -#~ "Grabs the type attribute. Primarily " -#~ "useful to use it in conditions for" -#~ " integral v4 (potential) logic." -#~ msgstr "" - -#~ msgid "This calls the exception." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent Gateway closing OP " -#~ "codes." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent HTTP Exceptions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent JSON API Exceptions." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.gateway.po b/docs/locale/ru/LC_MESSAGES/api.gateway.po index 0108083f9..da05b0a24 100644 --- a/docs/locale/ru/LC_MESSAGES/api.gateway.po +++ b/docs/locale/ru/LC_MESSAGES/api.gateway.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -315,17 +315,3 @@ msgstr "" msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" -#~ msgid "The token of the application for connecting to the Gateway." -#~ msgstr "" - -#~ msgid "The Gateway intents of the application for event dispatch." -#~ msgstr "" - -#~ msgid "The ID of the session if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The identifier sequence if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The event loop to base the asynchronous manager." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.http.po b/docs/locale/ru/LC_MESSAGES/api.http.po index cd9f74885..ae506eb7a 100644 --- a/docs/locale/ru/LC_MESSAGES/api.http.po +++ b/docs/locale/ru/LC_MESSAGES/api.http.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -2744,20 +2744,3 @@ msgstr "" msgid "Deletes the original message object sent." msgstr "" -#~ msgid "The HTTP request method." -#~ msgstr "" - -#~ msgid "The path of the HTTP/URL." -#~ msgstr "" - -#~ msgid "Optional keyword-only arguments to pass as information in the route." -#~ msgstr "" - -#~ msgid "The asynchronous lock to control limits for." -#~ msgstr "" - -#~ msgid "The remaining time to run the limited lock on. Defaults to ``0``." -#~ msgstr "" - -#~ msgid "The application token used for authorizing." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.channel.po b/docs/locale/ru/LC_MESSAGES/api.models.channel.po index 9a169fe3f..35238dac7 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.channel.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,6 +48,36 @@ msgid "" "event." msgstr "" +#: interactions.api.models.channel.Channel +#: interactions.api.models.channel.Channel.add_member +#: interactions.api.models.channel.Channel.archive +#: interactions.api.models.channel.Channel.create_invite +#: interactions.api.models.channel.Channel.create_thread +#: interactions.api.models.channel.Channel.get_history +#: interactions.api.models.channel.Channel.get_message +#: interactions.api.models.channel.Channel.lock +#: interactions.api.models.channel.Channel.modify +#: interactions.api.models.channel.Channel.pin_message +#: interactions.api.models.channel.Channel.publish_message +#: interactions.api.models.channel.Channel.purge +#: interactions.api.models.channel.Channel.remove_member +#: interactions.api.models.channel.Channel.send +#: interactions.api.models.channel.Channel.set_auto_archive_duration +#: interactions.api.models.channel.Channel.set_bitrate +#: interactions.api.models.channel.Channel.set_name +#: interactions.api.models.channel.Channel.set_nsfw +#: interactions.api.models.channel.Channel.set_parent_id +#: interactions.api.models.channel.Channel.set_position +#: interactions.api.models.channel.Channel.set_rate_limit_per_user +#: interactions.api.models.channel.Channel.set_topic +#: interactions.api.models.channel.Channel.set_user_limit +#: interactions.api.models.channel.Channel.unpin_message +#: interactions.api.models.channel.Thread +#: interactions.api.models.channel.ThreadMember +#: interactions.api.models.channel.ThreadMetadata of +msgid "Parameters" +msgstr "" + #: interactions.api.models.channel.Channel:1 of msgid "A class object representing all types of channels." msgstr "" @@ -239,32 +269,6 @@ msgstr "" msgid "Sends a message in the channel." msgstr "" -#: interactions.api.models.channel.Channel.add_member -#: interactions.api.models.channel.Channel.archive -#: interactions.api.models.channel.Channel.create_invite -#: interactions.api.models.channel.Channel.create_thread -#: interactions.api.models.channel.Channel.get_history -#: interactions.api.models.channel.Channel.get_message -#: interactions.api.models.channel.Channel.lock -#: interactions.api.models.channel.Channel.modify -#: interactions.api.models.channel.Channel.pin_message -#: interactions.api.models.channel.Channel.publish_message -#: interactions.api.models.channel.Channel.purge -#: interactions.api.models.channel.Channel.remove_member -#: interactions.api.models.channel.Channel.send -#: interactions.api.models.channel.Channel.set_auto_archive_duration -#: interactions.api.models.channel.Channel.set_bitrate -#: interactions.api.models.channel.Channel.set_name -#: interactions.api.models.channel.Channel.set_nsfw -#: interactions.api.models.channel.Channel.set_parent_id -#: interactions.api.models.channel.Channel.set_position -#: interactions.api.models.channel.Channel.set_rate_limit_per_user -#: interactions.api.models.channel.Channel.set_topic -#: interactions.api.models.channel.Channel.set_user_limit -#: interactions.api.models.channel.Channel.unpin_message of -msgid "Parameters" -msgstr "" - #: interactions.api.models.channel.Channel.send:3 of msgid "The contents of the message as a string or string-converted value." msgstr "" @@ -789,3 +793,4 @@ msgstr "" #: interactions.api.models.channel.ThreadMetadata:11 of msgid "The ability to invite users to the thread." msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/api.models.flags.po b/docs/locale/ru/LC_MESSAGES/api.models.flags.po index 2a460c72f..25875e2c5 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.flags.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -92,3 +92,4 @@ msgid "" "An integer flag bitshift object representing the different member " "permissions given by Discord." msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/api.models.guild.po b/docs/locale/ru/LC_MESSAGES/api.models.guild.po index 63a87348e..e0efe0450 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.guild.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -1898,21 +1898,3 @@ msgstr "" msgid "Deletes the invite" msgstr "" -#~ msgid "" -#~ ":type role Union[Role, int] :param " -#~ "member_id: The id of the member to" -#~ " add the roles to :type member_id:" -#~ " int :param reason?: The reason why" -#~ " the roles are added :type reason:" -#~ " Optional[str]" -#~ msgstr "" - -#~ msgid "" -#~ ":type role Union[Role, int, Snowflake] " -#~ ":param member_id: The id of the " -#~ "member to add the roles to :type" -#~ " member_id: Union[Member, int, Snowflake] " -#~ ":param reason?: The reason why the " -#~ "roles are added :type reason: " -#~ "Optional[str]" -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.gw.po b/docs/locale/ru/LC_MESSAGES/api.models.gw.po index 023d54338..336c6f136 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.gw.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -93,6 +93,36 @@ msgstr "" msgid "The substring in content that triggered rule." msgstr "" +#: interactions.api.models.gw.ApplicationCommandPermissions +#: interactions.api.models.gw.AutoModerationAction +#: interactions.api.models.gw.AutoModerationRule +#: interactions.api.models.gw.ChannelPins +#: interactions.api.models.gw.EmbeddedActivity +#: interactions.api.models.gw.GuildBan interactions.api.models.gw.GuildEmojis +#: interactions.api.models.gw.GuildIntegrations +#: interactions.api.models.gw.GuildJoinRequest +#: interactions.api.models.gw.GuildMember +#: interactions.api.models.gw.GuildMember.add_role +#: interactions.api.models.gw.GuildMember.add_to_thread +#: interactions.api.models.gw.GuildMember.ban +#: interactions.api.models.gw.GuildMember.kick +#: interactions.api.models.gw.GuildMember.modify +#: interactions.api.models.gw.GuildMember.remove_role +#: interactions.api.models.gw.GuildMember.send +#: interactions.api.models.gw.GuildMembers interactions.api.models.gw.GuildRole +#: interactions.api.models.gw.GuildScheduledEvent +#: interactions.api.models.gw.GuildScheduledEventUser +#: interactions.api.models.gw.GuildStickers +#: interactions.api.models.gw.Integration +#: interactions.api.models.gw.MessageReaction +#: interactions.api.models.gw.Presence +#: interactions.api.models.gw.ReactionRemove +#: interactions.api.models.gw.ThreadList +#: interactions.api.models.gw.ThreadMembers interactions.api.models.gw.Webhooks +#: of +msgid "Parameters" +msgstr "" + #: interactions.api.models.gw.AutoModerationRule:1 of msgid "" "A class object representing the gateway events " @@ -525,16 +555,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.gw.GuildMember.add_role -#: interactions.api.models.gw.GuildMember.add_to_thread -#: interactions.api.models.gw.GuildMember.ban -#: interactions.api.models.gw.GuildMember.kick -#: interactions.api.models.gw.GuildMember.modify -#: interactions.api.models.gw.GuildMember.remove_role -#: interactions.api.models.gw.GuildMember.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.gw.GuildMember.ban:3 of msgid "The reason of the ban" msgstr "" @@ -803,3 +823,4 @@ msgstr "" #: interactions.api.models.gw.GuildRole:5 of msgid "The role ID of the event." msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/api.models.member.po b/docs/locale/ru/LC_MESSAGES/api.models.member.po index d9d53d52c..305534611 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.member.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.member.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,6 +81,18 @@ msgstr "" msgid "How long until they're unmuted, if any." msgstr "" +#: interactions.api.models.member.Member +#: interactions.api.models.member.Member.add_role +#: interactions.api.models.member.Member.add_to_thread +#: interactions.api.models.member.Member.ban +#: interactions.api.models.member.Member.get_avatar_url +#: interactions.api.models.member.Member.kick +#: interactions.api.models.member.Member.modify +#: interactions.api.models.member.Member.remove_role +#: interactions.api.models.member.Member.send of +msgid "Parameters" +msgstr "" + #: interactions.api.models.member.Member.id:1 of msgid "Returns the ID of the user." msgstr "" @@ -131,17 +143,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.member.Member.add_role -#: interactions.api.models.member.Member.add_to_thread -#: interactions.api.models.member.Member.ban -#: interactions.api.models.member.Member.get_avatar_url -#: interactions.api.models.member.Member.kick -#: interactions.api.models.member.Member.modify -#: interactions.api.models.member.Member.remove_role -#: interactions.api.models.member.Member.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.member.Member.ban:3 of msgid "The id of the guild to ban the member from" msgstr "" @@ -294,13 +295,3 @@ msgid "" "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" -#~ msgid "" -#~ "Returns the URL of the member's " -#~ "avatar for the specified guild. :param" -#~ " guild_id: The id of the guild " -#~ "to get the member's avatar from " -#~ ":type guild_id: int :return: URL of " -#~ "the members's avatar (None will be " -#~ "returned if no avatar is set) " -#~ ":rtype: str" -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.message.po b/docs/locale/ru/LC_MESSAGES/api.models.message.po index eaf0149d8..968309461 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.message.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.message.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -185,14 +185,11 @@ msgstr "" msgid "Array of sticker objects sent with the message if any. Deprecated." msgstr "" -#: interactions.api.models.message.Message.get_channel:1 of -msgid "Gets the channel where the message was sent." -msgstr "" - +#: interactions.api.models.message.Attachment +#: interactions.api.models.message.ChannelMention +#: interactions.api.models.message.Embed #: interactions.api.models.message.Embed.add_field -#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at -#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -200,40 +197,43 @@ msgstr "" #: interactions.api.models.message.Embed.set_image #: interactions.api.models.message.Embed.set_thumbnail #: interactions.api.models.message.Embed.set_video +#: interactions.api.models.message.EmbedAuthor +#: interactions.api.models.message.EmbedField +#: interactions.api.models.message.EmbedFooter +#: interactions.api.models.message.EmbedImageStruct +#: interactions.api.models.message.EmbedProvider +#: interactions.api.models.message.Emoji #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild -#: interactions.api.models.message.Emoji.url +#: interactions.api.models.message.Message #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit -#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url -#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction -#: interactions.api.models.message.Message.pin -#: interactions.api.models.message.Message.publish -#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from #: interactions.api.models.message.Message.reply -#: interactions.api.models.message.Message.unpin -#: interactions.api.models.message.Message.url of -msgid "Return type" -msgstr "" - -#: interactions.api.models.message.Message.get_guild:1 of -msgid "Gets the guild where the message was sent." +#: interactions.api.models.message.MessageActivity +#: interactions.api.models.message.MessageInteraction +#: interactions.api.models.message.MessageReference +#: interactions.api.models.message.PartialSticker +#: interactions.api.models.message.ReactionObject +#: interactions.api.models.message.Sticker of +msgid "Parameters" msgstr "" -#: interactions.api.models.message.Message.delete:1 of -msgid "Deletes the message." +#: interactions.api.models.message.Message.get_channel:1 of +msgid "Gets the channel where the message was sent." msgstr "" #: interactions.api.models.message.Embed.add_field +#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at +#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -244,17 +244,33 @@ msgstr "" #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild +#: interactions.api.models.message.Emoji.url #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit +#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url +#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction +#: interactions.api.models.message.Message.pin +#: interactions.api.models.message.Message.publish +#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from -#: interactions.api.models.message.Message.reply of -msgid "Parameters" +#: interactions.api.models.message.Message.reply +#: interactions.api.models.message.Message.unpin +#: interactions.api.models.message.Message.url of +msgid "Return type" +msgstr "" + +#: interactions.api.models.message.Message.get_guild:1 of +msgid "Gets the guild where the message was sent." +msgstr "" + +#: interactions.api.models.message.Message.delete:1 of +msgid "Deletes the message." msgstr "" #: interactions.api.models.message.Message.delete:3 of @@ -1077,3 +1093,4 @@ msgstr "" #: interactions.api.models.message.Sticker:14 of msgid "The standard sticker's sort order within its pack" msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/api.models.misc.po b/docs/locale/ru/LC_MESSAGES/api.models.misc.po index ccfa1adc8..e520060de 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.misc.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,6 +66,15 @@ msgstr "" msgid "Timeout duration in seconds, if timed out." msgstr "" +#: interactions.api.models.misc.AutoModAction +#: interactions.api.models.misc.AutoModMetaData +#: interactions.api.models.misc.AutoModTriggerMetadata +#: interactions.api.models.misc.ClientStatus interactions.api.models.misc.File +#: interactions.api.models.misc.Image interactions.api.models.misc.Overwrite +#: interactions.api.models.misc.Snowflake of +msgid "Parameters" +msgstr "" + #: interactions.api.models.misc.AutoModAction:1 of msgid "" "A class object used for the ``AUTO_MODERATION_ACTION_EXECUTION`` event. " @@ -120,12 +129,6 @@ msgid "" "integer." msgstr "" -#: interactions.api.models.misc.File.__init__ -#: interactions.api.models.misc.Image.__init__ -#: interactions.api.models.misc.Snowflake.__init__ of -msgid "Parameters" -msgstr "" - #: interactions.api.models.misc.Color.black #: interactions.api.models.misc.Color.blurple #: interactions.api.models.misc.Color.fuchsia @@ -133,7 +136,7 @@ msgstr "" #: interactions.api.models.misc.Color.red #: interactions.api.models.misc.Color.white #: interactions.api.models.misc.Color.yellow -#: interactions.api.models.misc.Snowflake.__init__ of +#: interactions.api.models.misc.Snowflake of msgid "Return type" msgstr "" @@ -285,8 +288,3 @@ msgstr "" msgid "Permission bit set." msgstr "" -#~ msgid "" -#~ "A pseudosentinel based from an empty " -#~ "object. This does violate PEP, but, " -#~ "I don't care." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.po b/docs/locale/ru/LC_MESSAGES/api.models.po index 764507670..a658eef9d 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,3 +21,4 @@ msgstr "" #: ../../api.models.rst:4 msgid "Model Objects" msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/api.models.presence.po b/docs/locale/ru/LC_MESSAGES/api.models.presence.po index effa582b9..e9b31f093 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.presence.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -232,17 +232,3 @@ msgstr "" msgid "Whether the client is afk or not." msgstr "" -#~ msgid "Unix timestamp of when the activity was created to the User's session" -#~ msgstr "" - -#~ msgid "Custom buttons shown in the RPC." -#~ msgstr "" - -#~ msgid "A class object representing the buttons of a presence." -#~ msgstr "" - -#~ msgid "Text of the button" -#~ msgstr "" - -#~ msgid "URL of the button" -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.role.po b/docs/locale/ru/LC_MESSAGES/api.models.role.po index 9a3430734..c7d9a1e0b 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.role.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.role.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -74,6 +74,13 @@ msgstr "" msgid "The tags this role has" msgstr "" +#: interactions.api.models.role.Role interactions.api.models.role.Role.delete +#: interactions.api.models.role.Role.modify +#: interactions.api.models.role.Role.modify_position +#: interactions.api.models.role.RoleTags of +msgid "Parameters" +msgstr "" + #: interactions.api.models.role.Role.mention:1 of msgid "Returns a string that allows you to mention the given role." msgstr "" @@ -88,6 +95,7 @@ msgstr "" msgid "The string of the mentioned role." msgstr "" +#: interactions.api.models.role.Role.delete #: interactions.api.models.role.Role.mention #: interactions.api.models.role.Role.modify #: interactions.api.models.role.Role.modify_position of @@ -98,12 +106,6 @@ msgstr "" msgid "Deletes the role from the guild." msgstr "" -#: interactions.api.models.role.Role.delete -#: interactions.api.models.role.Role.modify -#: interactions.api.models.role.Role.modify_position of -msgid "Parameters" -msgstr "" - #: interactions.api.models.role.Role.delete:3 of msgid "The id of the guild to delete the role from" msgstr "" @@ -195,3 +197,4 @@ msgstr "" #: interactions.api.models.role.RoleTags:5 of msgid "Whether if this is the guild's premium subscriber role" msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/api.models.team.po b/docs/locale/ru/LC_MESSAGES/api.models.team.po index cde90e6a6..bb0bc816c 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.team.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.team.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -183,3 +183,4 @@ msgstr "" #: interactions.api.models.team.Application.icon_url of msgid "Return type" msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/api.models.user.po b/docs/locale/ru/LC_MESSAGES/api.models.user.po index 807b9d83e..533c1a192 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.user.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.user.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -133,3 +133,4 @@ msgstr "" #: interactions.api.models.user.User.banner_url:3 of msgid "URL of the user's banner (None will be returned if no banner is set)" msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/api.models.webhook.po b/docs/locale/ru/LC_MESSAGES/api.models.webhook.po index c201be33e..00552e50d 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.webhook.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,10 +86,7 @@ msgid "" "flow)" msgstr "" -#: interactions.api.models.webhook.Webhook.create:1 of -msgid "Creates a webhook in a channel." -msgstr "" - +#: interactions.api.models.webhook.Webhook #: interactions.api.models.webhook.Webhook.create #: interactions.api.models.webhook.Webhook.execute #: interactions.api.models.webhook.Webhook.get @@ -97,6 +94,10 @@ msgstr "" msgid "Parameters" msgstr "" +#: interactions.api.models.webhook.Webhook.create:1 of +msgid "Creates a webhook in a channel." +msgstr "" + #: interactions.api.models.webhook.Webhook.create:3 #: interactions.api.models.webhook.Webhook.get:3 of msgid "The HTTPClient of the bot, has to be set to `bot._http`." @@ -256,3 +257,4 @@ msgstr "" #: interactions.api.models.webhook.WebhookType:1 of msgid "Valid values are as follows:" msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/api.po b/docs/locale/ru/LC_MESSAGES/api.po index cb74082a0..bad7d50ca 100644 --- a/docs/locale/ru/LC_MESSAGES/api.po +++ b/docs/locale/ru/LC_MESSAGES/api.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,15 +26,15 @@ msgstr "" msgid "Frameworks/Commands" msgstr "" -#: ../../api.rst:24 ../../api.rst:41 +#: ../../api.rst:25 ../../api.rst:42 msgid "Model/Design" msgstr "" -#: ../../api.rst:34 +#: ../../api.rst:35 msgid "Client Connections" msgstr "" -#: ../../api.rst:49 +#: ../../api.rst:50 msgid "Events" msgstr "" @@ -50,6 +50,7 @@ msgstr "" msgid "Interactions" msgstr "" -#: ../../api.rst:32 +#: ../../api.rst:33 msgid "Discord API" msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/client.po b/docs/locale/ru/LC_MESSAGES/client.po index 0bfd7ef38..79f9b0917 100644 --- a/docs/locale/ru/LC_MESSAGES/client.po +++ b/docs/locale/ru/LC_MESSAGES/client.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,6 @@ msgstr "" #: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -46,7 +45,7 @@ msgstr "" #: interactions.client.bot.Client.modal interactions.client.bot.Client.modify #: interactions.client.bot.Client.reload interactions.client.bot.Client.remove #: interactions.client.bot.Client.user_command -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Parameters" msgstr "" @@ -123,9 +122,9 @@ msgstr "" msgid "The application representation of the client." msgstr "" +#: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -146,7 +145,7 @@ msgstr "" #: interactions.client.bot.Client.start #: interactions.client.bot.Client.user_command #: interactions.client.bot.Client.wait_until_ready -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Return type" msgstr "" @@ -641,11 +640,3 @@ msgstr "" msgid "The structure of an extension:" msgstr "" -#~ msgid "" -#~ "A wrapper designed to interpret the " -#~ "client-facing API for how a " -#~ "command is to be created and used." -#~ msgstr "" - -#~ msgid "A list of command payloads." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/context.po b/docs/locale/ru/LC_MESSAGES/context.po index 77cab9c1c..a674e926d 100644 --- a/docs/locale/ru/LC_MESSAGES/context.po +++ b/docs/locale/ru/LC_MESSAGES/context.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -55,6 +55,23 @@ msgstr "" msgid "The guild data model." msgstr "" +#: interactions.api.models.attrs_utils.DictSerializerMixin.update +#: interactions.client.context.CommandContext +#: interactions.client.context.CommandContext.defer +#: interactions.client.context.CommandContext.edit +#: interactions.client.context.CommandContext.populate +#: interactions.client.context.CommandContext.send +#: interactions.client.context.ComponentContext +#: interactions.client.context.ComponentContext.defer +#: interactions.client.context.ComponentContext.edit +#: interactions.client.context.ComponentContext.send +#: interactions.client.context._Context +#: interactions.client.context._Context.edit +#: interactions.client.context._Context.popup +#: interactions.client.context._Context.send of +msgid "Parameters" +msgstr "" + #: interactions.client.context._Context.get_channel:1 of msgid "This gets the channel the context was invoked in." msgstr "" @@ -107,21 +124,6 @@ msgid "" "interaction response." msgstr "" -#: interactions.api.models.attrs_utils.ClientSerializerMixin.__init__ -#: interactions.api.models.attrs_utils.DictSerializerMixin.update -#: interactions.client.context.CommandContext.defer -#: interactions.client.context.CommandContext.edit -#: interactions.client.context.CommandContext.populate -#: interactions.client.context.CommandContext.send -#: interactions.client.context.ComponentContext.defer -#: interactions.client.context.ComponentContext.edit -#: interactions.client.context.ComponentContext.send -#: interactions.client.context._Context.edit -#: interactions.client.context._Context.popup -#: interactions.client.context._Context.send of -msgid "Parameters" -msgstr "" - #: interactions.client.context.CommandContext.send:4 #: interactions.client.context.ComponentContext.send:4 #: interactions.client.context._Context.send:4 of @@ -340,3 +342,4 @@ msgstr "" #: interactions.client.context.ComponentContext.defer:6 of msgid "Whether you want to edit the original message or send a followup message" msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/enums.po b/docs/locale/ru/LC_MESSAGES/enums.po index 8fc379297..552bc2e5d 100644 --- a/docs/locale/ru/LC_MESSAGES/enums.po +++ b/docs/locale/ru/LC_MESSAGES/enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -200,3 +200,4 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/events.po b/docs/locale/ru/LC_MESSAGES/events.po index b91a1dc02..b6794e6c1 100644 --- a/docs/locale/ru/LC_MESSAGES/events.po +++ b/docs/locale/ru/LC_MESSAGES/events.po @@ -333,3 +333,4 @@ msgid "" "the methods *do not take in a guild id*. Please keep that in mind when " "using this event." msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/ext.base.po b/docs/locale/ru/LC_MESSAGES/ext.base.po index 7eb2194fa..3461b2965 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.base.po +++ b/docs/locale/ru/LC_MESSAGES/ext.base.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,20 +149,3 @@ msgstr "" msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" -#~ msgid "The repository link of the library via. GitHub." -#~ msgstr "" - -#~ msgid "The description of the library, e.g. the purpose." -#~ msgstr "" - -#~ msgid "The full description of the library, e.g. README. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The package(s) of the library. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The required modules needed for library function. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "Any other keyword arguments. Defaults to ``None``." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/ext.converter.po b/docs/locale/ru/LC_MESSAGES/ext.converter.po index 8f0df6d4b..540abf524 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.converter.po +++ b/docs/locale/ru/LC_MESSAGES/ext.converter.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,21 +40,23 @@ msgstr "" msgid "The second object to be converted." msgstr "" -#: interactions.ext.converter.Converter._map_attr:1 of -msgid "Maps the attributes between the models for conversion reference." +#: interactions.ext.converter.Converter +#: interactions.ext.converter.Converter.get_attr of +msgid "Parameters" msgstr "" +#: interactions.ext.converter.Converter #: interactions.ext.converter.Converter._map_attr #: interactions.ext.converter.Converter.difference #: interactions.ext.converter.Converter.get_attr #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Returns" +msgid "Return type" msgstr "" -#: interactions.ext.converter.Converter._map_attr:3 of -msgid "A dictionary of attributes mapped." +#: interactions.ext.converter.Converter._map_attr:1 of +msgid "Maps the attributes between the models for conversion reference." msgstr "" #: interactions.ext.converter.Converter._map_attr @@ -63,15 +65,15 @@ msgstr "" #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Return type" +msgid "Returns" msgstr "" -#: interactions.ext.converter.Converter.get_attr:1 of -msgid "Gets a mapped attribute." +#: interactions.ext.converter.Converter._map_attr:3 of +msgid "A dictionary of attributes mapped." msgstr "" -#: interactions.ext.converter.Converter.get_attr of -msgid "Parameters" +#: interactions.ext.converter.Converter.get_attr:1 of +msgid "Gets a mapped attribute." msgstr "" #: interactions.ext.converter.Converter.get_attr:3 of @@ -112,3 +114,4 @@ msgid "" "Gets a list of keys and values missing from the \"referenced\" or first " "model." msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/ext.error.po b/docs/locale/ru/LC_MESSAGES/ext.error.po index 7b39f4fa1..54236e103 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.error.po +++ b/docs/locale/ru/LC_MESSAGES/ext.error.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -98,3 +98,4 @@ msgstr "" #: interactions.ext.error.UnknownService:1 of msgid "An exception raised whenever a ``Base`` object cannot find a service." msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/ru/LC_MESSAGES/ext.gettingstarted.po index 1c21e3eb3..637ff4e0d 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/ru/LC_MESSAGES/ext.gettingstarted.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -223,3 +223,4 @@ msgid "" "self-explanitory subject, we recommend :ref:`reading the documentation " "` on this." msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/ext.po b/docs/locale/ru/LC_MESSAGES/ext.po index ee17491a5..83b3958a1 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.po +++ b/docs/locale/ru/LC_MESSAGES/ext.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,3 +48,4 @@ msgid "" " provide out of the box, but you can also create some of your own. We'll " "be covering each one of these tools in great detail." msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/ext.version.po b/docs/locale/ru/LC_MESSAGES/ext.version.po index 581fb477c..2c50738fb 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.version.po +++ b/docs/locale/ru/LC_MESSAGES/ext.version.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -199,28 +199,3 @@ msgstr "" msgid "The alphanumeric version was incorrectly formatted." msgstr "" -#~ msgid "" -#~ "The author's relationship as the main" -#~ " or co-author. Defaults to ``False``." -#~ msgstr "" - -#~ msgid "The author's state of activity. Defaults to ``True``." -#~ msgstr "" - -#~ msgid "The author's email address or point of contact. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The major version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The minor version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The patch version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "" -#~ "The overall version. Must be used " -#~ "if ``major``, ``minor`` or ``patch`` are" -#~ " not." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/faq.po b/docs/locale/ru/LC_MESSAGES/faq.po index 308f71de8..0c36e96ff 100644 --- a/docs/locale/ru/LC_MESSAGES/faq.po +++ b/docs/locale/ru/LC_MESSAGES/faq.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -522,76 +522,3 @@ msgid "" "library and/or any integration code depending on it." msgstr "" -#~ msgid "" -#~ "This page is maintained by the " -#~ "Helpers of the Discord server, and " -#~ "developers at their discretion. For any" -#~ " comments, feedback or concerns please " -#~ "consider joining our server and bringing" -#~ " it up in our support channels." -#~ msgstr "" - -#~ msgid "discord.py is dead! Will this library die too?" -#~ msgstr "" - -#~ msgid "" -#~ "The decision to become a standalone " -#~ "library that is now an API wrapper" -#~ " for the Discord API was made " -#~ "before Danny posted his gist on " -#~ "GitHub about ceasing development of " -#~ "discord.py. This is the official " -#~ "statement from the library developer " -#~ "regarding this:" -#~ msgstr "" - -#~ msgid "" -#~ "The most *biased* answer would be " -#~ "to, of course, *use interactions.py.* We" -#~ " already offer a lot of the " -#~ "integral API wrapper aspects as " -#~ "discord.py does, however, we only " -#~ "specialize in interactions. Which means " -#~ "things such as these won't be " -#~ "supported officially by us (but might" -#~ " be available as 3rd parties):" -#~ msgstr "" - -#~ msgid "" -#~ "Cooldowns aren't really an actual " -#~ "feature of the Discord API itself, " -#~ "but rather more of a convienent " -#~ "feature implemented in discord.py in " -#~ "order to avoid spamming of commands." -#~ msgstr "" - -#~ msgid "" -#~ "That's the neat part: it's really " -#~ "hard to do that, and most of " -#~ "the time, they won't. Unless they " -#~ "copy the exact string that was " -#~ "used when you open up the UI " -#~ "element to do it numerous times, " -#~ "most users do and will not be " -#~ "able to know how to do this. " -#~ "However, if you as a bot developer" -#~ " feel at unease about this, you " -#~ "are more than welcome to implement " -#~ "your own cooldown methods yourself. " -#~ "Cooldowns were an ultimatum that came" -#~ " as the result of message commands" -#~ " being able to be spammable, and " -#~ "since we won't be supporting them, " -#~ "there's no feasibility to having them" -#~ " in our library." -#~ msgstr "" - -#~ msgid "" -#~ "Please join our Discord server for " -#~ "any further support regarding our " -#~ "library and/or any integration code " -#~ "depending on it." -#~ msgstr "" - -#~ msgid "Invite Link: https://discord.gg/KkgMBVuEkx" -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/get.po b/docs/locale/ru/LC_MESSAGES/get.po index d5b9fb58f..f8332ac15 100644 --- a/docs/locale/ru/LC_MESSAGES/get.po +++ b/docs/locale/ru/LC_MESSAGES/get.po @@ -228,3 +228,4 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/index.po b/docs/locale/ru/LC_MESSAGES/index.po index eb0f03796..a9abb220a 100644 --- a/docs/locale/ru/LC_MESSAGES/index.po +++ b/docs/locale/ru/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -248,35 +248,3 @@ msgstr "" msgid ":ref:`modindex`" msgstr "" -#~ msgid "" -#~ "**pre-commit** ``2.16.0``: the architecture" -#~ " uses this before every commit to " -#~ "format and check for severity/QOL-" -#~ "breaking changes." -#~ msgstr "" - -#~ msgid "**black** ``21.11b1``" -#~ msgstr "" - -#~ msgid "**flake8** ``3.9.2``" -#~ msgstr "" - -#~ msgid "**isort** ``5.9.3``" -#~ msgstr "" - -#~ msgid "" -#~ "**Sphinx** ``4.1.2``: all of our " -#~ "documentation is powered off of " -#~ "autogenerated documentation of the Sphinx " -#~ "engine." -#~ msgstr "" - -#~ msgid "" -#~ "**colorama** ``0.4.4``: our internal logger" -#~ " uses a customized coloring formatter " -#~ "to make looking for specific conditions" -#~ " easier when running tests." -#~ msgstr "" - -#~ msgid ":ref:`search`" -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/migration.po b/docs/locale/ru/LC_MESSAGES/migration.po index 766999c9f..2bc74d8b8 100644 --- a/docs/locale/ru/LC_MESSAGES/migration.po +++ b/docs/locale/ru/LC_MESSAGES/migration.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,9 +149,3 @@ msgid "" "Example:" msgstr "" -#~ msgid "" -#~ "A new big change in this release" -#~ " is the implementation of the ``get``" -#~ " utility method. It allows you to " -#~ "no longer use ``**await bot._http...``." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/models.command.po b/docs/locale/ru/LC_MESSAGES/models.command.po index acbfe63bc..c3c00ca91 100644 --- a/docs/locale/ru/LC_MESSAGES/models.command.po +++ b/docs/locale/ru/LC_MESSAGES/models.command.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,6 +62,22 @@ msgid "" "same restrictions as the ``name`` field." msgstr "" +#: interactions.client.models.command.ApplicationCommand +#: interactions.client.models.command.Choice +#: interactions.client.models.command.Command +#: interactions.client.models.command.Command.__call +#: interactions.client.models.command.Command.__check_command +#: interactions.client.models.command.Command.__wrap_coro +#: interactions.client.models.command.Command.autocomplete +#: interactions.client.models.command.Command.error +#: interactions.client.models.command.Command.group +#: interactions.client.models.command.Command.subcommand +#: interactions.client.models.command.Option +#: interactions.client.models.command.Permission +#: interactions.client.models.command.option of +msgid "Parameters" +msgstr "" + #: interactions.client.models.command.Option:1 of msgid "A class object representing the option of an application command." msgstr "" @@ -235,17 +251,6 @@ msgstr "" msgid "The structure of an option:" msgstr "" -#: interactions.client.models.command.Command.__call -#: interactions.client.models.command.Command.__check_command -#: interactions.client.models.command.Command.__wrap_coro -#: interactions.client.models.command.Command.autocomplete -#: interactions.client.models.command.Command.error -#: interactions.client.models.command.Command.group -#: interactions.client.models.command.Command.subcommand -#: interactions.client.models.command.option of -msgid "Parameters" -msgstr "" - #: interactions.client.models.command.option:12 of msgid "The type of the option." msgstr "" @@ -521,11 +526,3 @@ msgid "" " any." msgstr "" -#~ msgid "The structure for a choice: ::" -#~ msgstr "" - -#~ msgid "The structure for an option: ::" -#~ msgstr "" - -#~ msgid "The structure for a permission: ::" -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/models.component.po b/docs/locale/ru/LC_MESSAGES/models.component.po index e4d356e6c..82f44aa6f 100644 --- a/docs/locale/ru/LC_MESSAGES/models.component.po +++ b/docs/locale/ru/LC_MESSAGES/models.component.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,6 +58,17 @@ msgstr "" msgid "Whether the select option is the default for the select menu." msgstr "" +#: interactions.client.models.component.ActionRow +#: interactions.client.models.component.ActionRow.new +#: interactions.client.models.component.Button +#: interactions.client.models.component.Component +#: interactions.client.models.component.Modal +#: interactions.client.models.component.SelectMenu +#: interactions.client.models.component.SelectOption +#: interactions.client.models.component.TextInput of +msgid "Parameters" +msgstr "" + #: interactions.client.models.component.SelectMenu:1 of msgid "" "A class object representing the select menu of a component. The structure" @@ -314,10 +325,6 @@ msgstr "" msgid "A class method for creating a new ``ActionRow``." msgstr "" -#: interactions.client.models.component.ActionRow.new of -msgid "Parameters" -msgstr "" - #: interactions.client.models.component.ActionRow.new:3 of msgid "The components to add to the ``ActionRow``." msgstr "" @@ -333,3 +340,4 @@ msgstr "" #: interactions.client.models.component.ActionRow.new of msgid "Return type" msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/models.misc.po b/docs/locale/ru/LC_MESSAGES/models.misc.po index 28f7a3b8d..9b81beff6 100644 --- a/docs/locale/ru/LC_MESSAGES/models.misc.po +++ b/docs/locale/ru/LC_MESSAGES/models.misc.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,3 +149,4 @@ msgstr "" #: interactions.client.models.misc.Interaction:13 of msgid "The message of the interaction." msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/models.po b/docs/locale/ru/LC_MESSAGES/models.po index a322bcb50..f026cf489 100644 --- a/docs/locale/ru/LC_MESSAGES/models.po +++ b/docs/locale/ru/LC_MESSAGES/models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,3 +21,4 @@ msgstr "" #: ../../models.rst:4 msgid "Interaction Models" msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/models.utils.po b/docs/locale/ru/LC_MESSAGES/models.utils.po index 7976e9c30..f220cc8c5 100644 --- a/docs/locale/ru/LC_MESSAGES/models.utils.po +++ b/docs/locale/ru/LC_MESSAGES/models.utils.po @@ -85,3 +85,4 @@ msgstr "" #: interactions.client.models.utils.spread_to_rows:28 of msgid "The maximum number of components in a single row. Defaults to ``5``." msgstr "" + diff --git a/docs/locale/ru/LC_MESSAGES/quickstart.po b/docs/locale/ru/LC_MESSAGES/quickstart.po index f92a3951e..23ad7a1da 100644 --- a/docs/locale/ru/LC_MESSAGES/quickstart.po +++ b/docs/locale/ru/LC_MESSAGES/quickstart.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -674,5 +674,3 @@ msgstr "" msgid "Usage of ``@autodefer()``:" msgstr "" -#~ msgid "``name`` and ``description`` are required." -#~ msgstr "" From 9387f072ab4244a7ef3286942ade2aab06c984bb Mon Sep 17 00:00:00 2001 From: DeltaXWizard <33706469+deltaxwizard@users.noreply.github.com> Date: Sun, 17 Jul 2022 16:47:02 -0400 Subject: [PATCH 3/4] chore: (missed file of last commit) --- docs/locale/de/LC_MESSAGES/migration.po | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/locale/de/LC_MESSAGES/migration.po b/docs/locale/de/LC_MESSAGES/migration.po index 766999c9f..2bc74d8b8 100644 --- a/docs/locale/de/LC_MESSAGES/migration.po +++ b/docs/locale/de/LC_MESSAGES/migration.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -149,9 +149,3 @@ msgid "" "Example:" msgstr "" -#~ msgid "" -#~ "A new big change in this release" -#~ " is the implementation of the ``get``" -#~ " utility method. It allows you to " -#~ "no longer use ``**await bot._http...``." -#~ msgstr "" From a587d4cce877296cdd9cb6c8cc9757ab63a4c1de Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 17 Jul 2022 20:48:36 +0000 Subject: [PATCH 4/4] ci: correct from checks. --- docs/locale/de/LC_MESSAGES/api.cache.po | 1 - docs/locale/de/LC_MESSAGES/api.dispatch.po | 1 - docs/locale/de/LC_MESSAGES/api.enums.po | 1 - docs/locale/de/LC_MESSAGES/api.error.po | 1 - docs/locale/de/LC_MESSAGES/api.gateway.po | 1 - docs/locale/de/LC_MESSAGES/api.http.po | 1 - docs/locale/de/LC_MESSAGES/api.models.channel.po | 1 - docs/locale/de/LC_MESSAGES/api.models.flags.po | 1 - docs/locale/de/LC_MESSAGES/api.models.guild.po | 1 - docs/locale/de/LC_MESSAGES/api.models.gw.po | 1 - docs/locale/de/LC_MESSAGES/api.models.member.po | 1 - docs/locale/de/LC_MESSAGES/api.models.message.po | 1 - docs/locale/de/LC_MESSAGES/api.models.misc.po | 1 - docs/locale/de/LC_MESSAGES/api.models.po | 1 - docs/locale/de/LC_MESSAGES/api.models.presence.po | 1 - docs/locale/de/LC_MESSAGES/api.models.role.po | 1 - docs/locale/de/LC_MESSAGES/api.models.team.po | 1 - docs/locale/de/LC_MESSAGES/api.models.user.po | 1 - docs/locale/de/LC_MESSAGES/api.models.webhook.po | 1 - docs/locale/de/LC_MESSAGES/api.po | 1 - docs/locale/de/LC_MESSAGES/client.po | 1 - docs/locale/de/LC_MESSAGES/context.po | 1 - docs/locale/de/LC_MESSAGES/enums.po | 1 - docs/locale/de/LC_MESSAGES/events.po | 1 - docs/locale/de/LC_MESSAGES/ext.base.po | 1 - docs/locale/de/LC_MESSAGES/ext.converter.po | 1 - docs/locale/de/LC_MESSAGES/ext.error.po | 1 - docs/locale/de/LC_MESSAGES/ext.gettingstarted.po | 1 - docs/locale/de/LC_MESSAGES/ext.po | 1 - docs/locale/de/LC_MESSAGES/ext.version.po | 1 - docs/locale/de/LC_MESSAGES/faq.po | 1 - docs/locale/de/LC_MESSAGES/get.po | 1 - docs/locale/de/LC_MESSAGES/index.po | 1 - docs/locale/de/LC_MESSAGES/migration.po | 1 - docs/locale/de/LC_MESSAGES/models.command.po | 1 - docs/locale/de/LC_MESSAGES/models.component.po | 1 - docs/locale/de/LC_MESSAGES/models.misc.po | 1 - docs/locale/de/LC_MESSAGES/models.po | 1 - docs/locale/de/LC_MESSAGES/models.utils.po | 1 - docs/locale/de/LC_MESSAGES/quickstart.po | 1 - docs/locale/es/LC_MESSAGES/api.cache.po | 1 - docs/locale/es/LC_MESSAGES/api.dispatch.po | 1 - docs/locale/es/LC_MESSAGES/api.enums.po | 1 - docs/locale/es/LC_MESSAGES/api.error.po | 1 - docs/locale/es/LC_MESSAGES/api.gateway.po | 1 - docs/locale/es/LC_MESSAGES/api.http.po | 1 - docs/locale/es/LC_MESSAGES/api.models.channel.po | 1 - docs/locale/es/LC_MESSAGES/api.models.flags.po | 1 - docs/locale/es/LC_MESSAGES/api.models.guild.po | 1 - docs/locale/es/LC_MESSAGES/api.models.gw.po | 1 - docs/locale/es/LC_MESSAGES/api.models.member.po | 1 - docs/locale/es/LC_MESSAGES/api.models.message.po | 1 - docs/locale/es/LC_MESSAGES/api.models.misc.po | 1 - docs/locale/es/LC_MESSAGES/api.models.po | 1 - docs/locale/es/LC_MESSAGES/api.models.presence.po | 1 - docs/locale/es/LC_MESSAGES/api.models.role.po | 1 - docs/locale/es/LC_MESSAGES/api.models.team.po | 1 - docs/locale/es/LC_MESSAGES/api.models.user.po | 1 - docs/locale/es/LC_MESSAGES/api.models.webhook.po | 1 - docs/locale/es/LC_MESSAGES/api.po | 1 - docs/locale/es/LC_MESSAGES/client.po | 1 - docs/locale/es/LC_MESSAGES/context.po | 1 - docs/locale/es/LC_MESSAGES/enums.po | 1 - docs/locale/es/LC_MESSAGES/events.po | 1 - docs/locale/es/LC_MESSAGES/ext.base.po | 1 - docs/locale/es/LC_MESSAGES/ext.converter.po | 1 - docs/locale/es/LC_MESSAGES/ext.error.po | 1 - docs/locale/es/LC_MESSAGES/ext.gettingstarted.po | 1 - docs/locale/es/LC_MESSAGES/ext.po | 1 - docs/locale/es/LC_MESSAGES/ext.version.po | 1 - docs/locale/es/LC_MESSAGES/faq.po | 1 - docs/locale/es/LC_MESSAGES/get.po | 1 - docs/locale/es/LC_MESSAGES/index.po | 1 - docs/locale/es/LC_MESSAGES/migration.po | 1 - docs/locale/es/LC_MESSAGES/models.command.po | 1 - docs/locale/es/LC_MESSAGES/models.component.po | 1 - docs/locale/es/LC_MESSAGES/models.misc.po | 1 - docs/locale/es/LC_MESSAGES/models.po | 1 - docs/locale/es/LC_MESSAGES/models.utils.po | 1 - docs/locale/es/LC_MESSAGES/quickstart.po | 1 - docs/locale/fr/LC_MESSAGES/api.cache.po | 1 - docs/locale/fr/LC_MESSAGES/api.dispatch.po | 1 - docs/locale/fr/LC_MESSAGES/api.enums.po | 1 - docs/locale/fr/LC_MESSAGES/api.error.po | 1 - docs/locale/fr/LC_MESSAGES/api.gateway.po | 1 - docs/locale/fr/LC_MESSAGES/api.http.po | 1 - docs/locale/fr/LC_MESSAGES/api.models.channel.po | 1 - docs/locale/fr/LC_MESSAGES/api.models.flags.po | 1 - docs/locale/fr/LC_MESSAGES/api.models.guild.po | 1 - docs/locale/fr/LC_MESSAGES/api.models.gw.po | 1 - docs/locale/fr/LC_MESSAGES/api.models.member.po | 1 - docs/locale/fr/LC_MESSAGES/api.models.message.po | 1 - docs/locale/fr/LC_MESSAGES/api.models.misc.po | 1 - docs/locale/fr/LC_MESSAGES/api.models.po | 1 - docs/locale/fr/LC_MESSAGES/api.models.presence.po | 1 - docs/locale/fr/LC_MESSAGES/api.models.role.po | 1 - docs/locale/fr/LC_MESSAGES/api.models.team.po | 1 - docs/locale/fr/LC_MESSAGES/api.models.user.po | 1 - docs/locale/fr/LC_MESSAGES/api.models.webhook.po | 1 - docs/locale/fr/LC_MESSAGES/api.po | 1 - docs/locale/fr/LC_MESSAGES/client.po | 1 - docs/locale/fr/LC_MESSAGES/context.po | 1 - docs/locale/fr/LC_MESSAGES/enums.po | 1 - docs/locale/fr/LC_MESSAGES/events.po | 1 - docs/locale/fr/LC_MESSAGES/ext.base.po | 1 - docs/locale/fr/LC_MESSAGES/ext.converter.po | 1 - docs/locale/fr/LC_MESSAGES/ext.error.po | 1 - docs/locale/fr/LC_MESSAGES/ext.gettingstarted.po | 1 - docs/locale/fr/LC_MESSAGES/ext.po | 1 - docs/locale/fr/LC_MESSAGES/ext.version.po | 1 - docs/locale/fr/LC_MESSAGES/faq.po | 1 - docs/locale/fr/LC_MESSAGES/get.po | 1 - docs/locale/fr/LC_MESSAGES/index.po | 1 - docs/locale/fr/LC_MESSAGES/migration.po | 1 - docs/locale/fr/LC_MESSAGES/models.command.po | 1 - docs/locale/fr/LC_MESSAGES/models.component.po | 1 - docs/locale/fr/LC_MESSAGES/models.misc.po | 1 - docs/locale/fr/LC_MESSAGES/models.po | 1 - docs/locale/fr/LC_MESSAGES/models.utils.po | 1 - docs/locale/fr/LC_MESSAGES/quickstart.po | 1 - docs/locale/hi/LC_MESSAGES/api.cache.po | 1 - docs/locale/hi/LC_MESSAGES/api.dispatch.po | 1 - docs/locale/hi/LC_MESSAGES/api.enums.po | 1 - docs/locale/hi/LC_MESSAGES/api.error.po | 1 - docs/locale/hi/LC_MESSAGES/api.gateway.po | 1 - docs/locale/hi/LC_MESSAGES/api.http.po | 1 - docs/locale/hi/LC_MESSAGES/api.models.channel.po | 1 - docs/locale/hi/LC_MESSAGES/api.models.flags.po | 1 - docs/locale/hi/LC_MESSAGES/api.models.guild.po | 1 - docs/locale/hi/LC_MESSAGES/api.models.gw.po | 1 - docs/locale/hi/LC_MESSAGES/api.models.member.po | 1 - docs/locale/hi/LC_MESSAGES/api.models.message.po | 1 - docs/locale/hi/LC_MESSAGES/api.models.misc.po | 1 - docs/locale/hi/LC_MESSAGES/api.models.po | 1 - docs/locale/hi/LC_MESSAGES/api.models.presence.po | 1 - docs/locale/hi/LC_MESSAGES/api.models.role.po | 1 - docs/locale/hi/LC_MESSAGES/api.models.team.po | 1 - docs/locale/hi/LC_MESSAGES/api.models.user.po | 1 - docs/locale/hi/LC_MESSAGES/api.models.webhook.po | 1 - docs/locale/hi/LC_MESSAGES/api.po | 1 - docs/locale/hi/LC_MESSAGES/client.po | 1 - docs/locale/hi/LC_MESSAGES/context.po | 1 - docs/locale/hi/LC_MESSAGES/enums.po | 1 - docs/locale/hi/LC_MESSAGES/events.po | 1 - docs/locale/hi/LC_MESSAGES/ext.base.po | 1 - docs/locale/hi/LC_MESSAGES/ext.converter.po | 1 - docs/locale/hi/LC_MESSAGES/ext.error.po | 1 - docs/locale/hi/LC_MESSAGES/ext.gettingstarted.po | 1 - docs/locale/hi/LC_MESSAGES/ext.po | 1 - docs/locale/hi/LC_MESSAGES/ext.version.po | 1 - docs/locale/hi/LC_MESSAGES/faq.po | 1 - docs/locale/hi/LC_MESSAGES/get.po | 1 - docs/locale/hi/LC_MESSAGES/index.po | 1 - docs/locale/hi/LC_MESSAGES/migration.po | 1 - docs/locale/hi/LC_MESSAGES/models.command.po | 1 - docs/locale/hi/LC_MESSAGES/models.component.po | 1 - docs/locale/hi/LC_MESSAGES/models.misc.po | 1 - docs/locale/hi/LC_MESSAGES/models.po | 1 - docs/locale/hi/LC_MESSAGES/models.utils.po | 1 - docs/locale/hi/LC_MESSAGES/quickstart.po | 1 - docs/locale/it/LC_MESSAGES/api.cache.po | 1 - docs/locale/it/LC_MESSAGES/api.dispatch.po | 1 - docs/locale/it/LC_MESSAGES/api.enums.po | 1 - docs/locale/it/LC_MESSAGES/api.error.po | 1 - docs/locale/it/LC_MESSAGES/api.gateway.po | 1 - docs/locale/it/LC_MESSAGES/api.http.po | 1 - docs/locale/it/LC_MESSAGES/api.models.channel.po | 1 - docs/locale/it/LC_MESSAGES/api.models.flags.po | 1 - docs/locale/it/LC_MESSAGES/api.models.guild.po | 1 - docs/locale/it/LC_MESSAGES/api.models.gw.po | 1 - docs/locale/it/LC_MESSAGES/api.models.member.po | 1 - docs/locale/it/LC_MESSAGES/api.models.message.po | 1 - docs/locale/it/LC_MESSAGES/api.models.misc.po | 1 - docs/locale/it/LC_MESSAGES/api.models.po | 1 - docs/locale/it/LC_MESSAGES/api.models.presence.po | 1 - docs/locale/it/LC_MESSAGES/api.models.role.po | 1 - docs/locale/it/LC_MESSAGES/api.models.team.po | 1 - docs/locale/it/LC_MESSAGES/api.models.user.po | 1 - docs/locale/it/LC_MESSAGES/api.models.webhook.po | 1 - docs/locale/it/LC_MESSAGES/api.po | 1 - docs/locale/it/LC_MESSAGES/client.po | 1 - docs/locale/it/LC_MESSAGES/context.po | 1 - docs/locale/it/LC_MESSAGES/enums.po | 1 - docs/locale/it/LC_MESSAGES/events.po | 1 - docs/locale/it/LC_MESSAGES/ext.base.po | 1 - docs/locale/it/LC_MESSAGES/ext.converter.po | 1 - docs/locale/it/LC_MESSAGES/ext.error.po | 1 - docs/locale/it/LC_MESSAGES/ext.gettingstarted.po | 1 - docs/locale/it/LC_MESSAGES/ext.po | 1 - docs/locale/it/LC_MESSAGES/ext.version.po | 1 - docs/locale/it/LC_MESSAGES/faq.po | 1 - docs/locale/it/LC_MESSAGES/get.po | 1 - docs/locale/it/LC_MESSAGES/index.po | 1 - docs/locale/it/LC_MESSAGES/migration.po | 1 - docs/locale/it/LC_MESSAGES/models.command.po | 1 - docs/locale/it/LC_MESSAGES/models.component.po | 1 - docs/locale/it/LC_MESSAGES/models.misc.po | 1 - docs/locale/it/LC_MESSAGES/models.po | 1 - docs/locale/it/LC_MESSAGES/models.utils.po | 1 - docs/locale/it/LC_MESSAGES/quickstart.po | 1 - docs/locale/pl/LC_MESSAGES/api.cache.po | 1 - docs/locale/pl/LC_MESSAGES/api.dispatch.po | 1 - docs/locale/pl/LC_MESSAGES/api.enums.po | 1 - docs/locale/pl/LC_MESSAGES/api.error.po | 1 - docs/locale/pl/LC_MESSAGES/api.gateway.po | 1 - docs/locale/pl/LC_MESSAGES/api.http.po | 1 - docs/locale/pl/LC_MESSAGES/api.models.channel.po | 1 - docs/locale/pl/LC_MESSAGES/api.models.flags.po | 1 - docs/locale/pl/LC_MESSAGES/api.models.guild.po | 1 - docs/locale/pl/LC_MESSAGES/api.models.gw.po | 1 - docs/locale/pl/LC_MESSAGES/api.models.member.po | 1 - docs/locale/pl/LC_MESSAGES/api.models.message.po | 1 - docs/locale/pl/LC_MESSAGES/api.models.misc.po | 1 - docs/locale/pl/LC_MESSAGES/api.models.po | 1 - docs/locale/pl/LC_MESSAGES/api.models.presence.po | 1 - docs/locale/pl/LC_MESSAGES/api.models.role.po | 1 - docs/locale/pl/LC_MESSAGES/api.models.team.po | 1 - docs/locale/pl/LC_MESSAGES/api.models.user.po | 1 - docs/locale/pl/LC_MESSAGES/api.models.webhook.po | 1 - docs/locale/pl/LC_MESSAGES/api.po | 1 - docs/locale/pl/LC_MESSAGES/client.po | 1 - docs/locale/pl/LC_MESSAGES/context.po | 1 - docs/locale/pl/LC_MESSAGES/enums.po | 1 - docs/locale/pl/LC_MESSAGES/events.po | 1 - docs/locale/pl/LC_MESSAGES/ext.base.po | 1 - docs/locale/pl/LC_MESSAGES/ext.converter.po | 1 - docs/locale/pl/LC_MESSAGES/ext.error.po | 1 - docs/locale/pl/LC_MESSAGES/ext.gettingstarted.po | 1 - docs/locale/pl/LC_MESSAGES/ext.po | 1 - docs/locale/pl/LC_MESSAGES/ext.version.po | 1 - docs/locale/pl/LC_MESSAGES/faq.po | 1 - docs/locale/pl/LC_MESSAGES/get.po | 1 - docs/locale/pl/LC_MESSAGES/index.po | 1 - docs/locale/pl/LC_MESSAGES/migration.po | 1 - docs/locale/pl/LC_MESSAGES/models.command.po | 1 - docs/locale/pl/LC_MESSAGES/models.component.po | 1 - docs/locale/pl/LC_MESSAGES/models.misc.po | 1 - docs/locale/pl/LC_MESSAGES/models.po | 1 - docs/locale/pl/LC_MESSAGES/models.utils.po | 1 - docs/locale/pl/LC_MESSAGES/quickstart.po | 1 - docs/locale/ru/LC_MESSAGES/api.cache.po | 1 - docs/locale/ru/LC_MESSAGES/api.dispatch.po | 1 - docs/locale/ru/LC_MESSAGES/api.enums.po | 1 - docs/locale/ru/LC_MESSAGES/api.error.po | 1 - docs/locale/ru/LC_MESSAGES/api.gateway.po | 1 - docs/locale/ru/LC_MESSAGES/api.http.po | 1 - docs/locale/ru/LC_MESSAGES/api.models.channel.po | 1 - docs/locale/ru/LC_MESSAGES/api.models.flags.po | 1 - docs/locale/ru/LC_MESSAGES/api.models.guild.po | 1 - docs/locale/ru/LC_MESSAGES/api.models.gw.po | 1 - docs/locale/ru/LC_MESSAGES/api.models.member.po | 1 - docs/locale/ru/LC_MESSAGES/api.models.message.po | 1 - docs/locale/ru/LC_MESSAGES/api.models.misc.po | 1 - docs/locale/ru/LC_MESSAGES/api.models.po | 1 - docs/locale/ru/LC_MESSAGES/api.models.presence.po | 1 - docs/locale/ru/LC_MESSAGES/api.models.role.po | 1 - docs/locale/ru/LC_MESSAGES/api.models.team.po | 1 - docs/locale/ru/LC_MESSAGES/api.models.user.po | 1 - docs/locale/ru/LC_MESSAGES/api.models.webhook.po | 1 - docs/locale/ru/LC_MESSAGES/api.po | 1 - docs/locale/ru/LC_MESSAGES/client.po | 1 - docs/locale/ru/LC_MESSAGES/context.po | 1 - docs/locale/ru/LC_MESSAGES/enums.po | 1 - docs/locale/ru/LC_MESSAGES/events.po | 1 - docs/locale/ru/LC_MESSAGES/ext.base.po | 1 - docs/locale/ru/LC_MESSAGES/ext.converter.po | 1 - docs/locale/ru/LC_MESSAGES/ext.error.po | 1 - docs/locale/ru/LC_MESSAGES/ext.gettingstarted.po | 1 - docs/locale/ru/LC_MESSAGES/ext.po | 1 - docs/locale/ru/LC_MESSAGES/ext.version.po | 1 - docs/locale/ru/LC_MESSAGES/faq.po | 1 - docs/locale/ru/LC_MESSAGES/get.po | 1 - docs/locale/ru/LC_MESSAGES/index.po | 1 - docs/locale/ru/LC_MESSAGES/migration.po | 1 - docs/locale/ru/LC_MESSAGES/models.command.po | 1 - docs/locale/ru/LC_MESSAGES/models.component.po | 1 - docs/locale/ru/LC_MESSAGES/models.misc.po | 1 - docs/locale/ru/LC_MESSAGES/models.po | 1 - docs/locale/ru/LC_MESSAGES/models.utils.po | 1 - docs/locale/ru/LC_MESSAGES/quickstart.po | 1 - 280 files changed, 280 deletions(-) diff --git a/docs/locale/de/LC_MESSAGES/api.cache.po b/docs/locale/de/LC_MESSAGES/api.cache.po index fd96f694d..355cab3ef 100644 --- a/docs/locale/de/LC_MESSAGES/api.cache.po +++ b/docs/locale/de/LC_MESSAGES/api.cache.po @@ -114,4 +114,3 @@ msgid "" "A dictionary denoting the Type and the objects that correspond to the " "Type." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.dispatch.po b/docs/locale/de/LC_MESSAGES/api.dispatch.po index c6ed8f010..2b020e27a 100644 --- a/docs/locale/de/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/de/LC_MESSAGES/api.dispatch.po @@ -83,4 +83,3 @@ msgstr "" #: interactions.api.dispatch.Listener.register:9 of msgid "The name to associate the coroutine with. Defaults to None." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.enums.po b/docs/locale/de/LC_MESSAGES/api.enums.po index 193fdd8eb..dc817a43e 100644 --- a/docs/locale/de/LC_MESSAGES/api.enums.po +++ b/docs/locale/de/LC_MESSAGES/api.enums.po @@ -46,4 +46,3 @@ msgstr "" #: interactions.api.enums.OpCodeType:1 of msgid "Valid values are as follows:" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.error.po b/docs/locale/de/LC_MESSAGES/api.error.po index 248882969..120e140a5 100644 --- a/docs/locale/de/LC_MESSAGES/api.error.po +++ b/docs/locale/de/LC_MESSAGES/api.error.po @@ -59,4 +59,3 @@ msgstr "" #: interactions.api.error.LibraryException.log:1 of msgid "Log the error message." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.gateway.po b/docs/locale/de/LC_MESSAGES/api.gateway.po index da05b0a24..aad9d8772 100644 --- a/docs/locale/de/LC_MESSAGES/api.gateway.po +++ b/docs/locale/de/LC_MESSAGES/api.gateway.po @@ -314,4 +314,3 @@ msgstr "" #: interactions.api.gateway.heartbeat._Heartbeat:1 of msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.http.po b/docs/locale/de/LC_MESSAGES/api.http.po index ae506eb7a..b141f2d87 100644 --- a/docs/locale/de/LC_MESSAGES/api.http.po +++ b/docs/locale/de/LC_MESSAGES/api.http.po @@ -2743,4 +2743,3 @@ msgstr "" #: of msgid "Deletes the original message object sent." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.models.channel.po b/docs/locale/de/LC_MESSAGES/api.models.channel.po index 35238dac7..1ca5f1ac3 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/de/LC_MESSAGES/api.models.channel.po @@ -793,4 +793,3 @@ msgstr "" #: interactions.api.models.channel.ThreadMetadata:11 of msgid "The ability to invite users to the thread." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.models.flags.po b/docs/locale/de/LC_MESSAGES/api.models.flags.po index 25875e2c5..af66fea34 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/de/LC_MESSAGES/api.models.flags.po @@ -92,4 +92,3 @@ msgid "" "An integer flag bitshift object representing the different member " "permissions given by Discord." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.models.guild.po b/docs/locale/de/LC_MESSAGES/api.models.guild.po index e0efe0450..a233b694b 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/de/LC_MESSAGES/api.models.guild.po @@ -1897,4 +1897,3 @@ msgstr "" #: interactions.api.models.guild.Invite.delete:1 of msgid "Deletes the invite" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.models.gw.po b/docs/locale/de/LC_MESSAGES/api.models.gw.po index 336c6f136..fe823c232 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/de/LC_MESSAGES/api.models.gw.po @@ -823,4 +823,3 @@ msgstr "" #: interactions.api.models.gw.GuildRole:5 of msgid "The role ID of the event." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.models.member.po b/docs/locale/de/LC_MESSAGES/api.models.member.po index 305534611..ce23f99ac 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.member.po +++ b/docs/locale/de/LC_MESSAGES/api.models.member.po @@ -294,4 +294,3 @@ msgid "" "guild_id: Union[int, Snowflake, \"Guild\"] :return: URL of the members's " "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.models.message.po b/docs/locale/de/LC_MESSAGES/api.models.message.po index 968309461..5bcd77f9c 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.message.po +++ b/docs/locale/de/LC_MESSAGES/api.models.message.po @@ -1093,4 +1093,3 @@ msgstr "" #: interactions.api.models.message.Sticker:14 of msgid "The standard sticker's sort order within its pack" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.models.misc.po b/docs/locale/de/LC_MESSAGES/api.models.misc.po index e520060de..cfed122db 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/de/LC_MESSAGES/api.models.misc.po @@ -287,4 +287,3 @@ msgstr "" #: interactions.api.models.misc.Overwrite:6 of msgid "Permission bit set." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.models.po b/docs/locale/de/LC_MESSAGES/api.models.po index a658eef9d..4a5447cbe 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.po +++ b/docs/locale/de/LC_MESSAGES/api.models.po @@ -21,4 +21,3 @@ msgstr "" #: ../../api.models.rst:4 msgid "Model Objects" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.models.presence.po b/docs/locale/de/LC_MESSAGES/api.models.presence.po index e9b31f093..347c24dbc 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/de/LC_MESSAGES/api.models.presence.po @@ -231,4 +231,3 @@ msgstr "" #: interactions.api.models.presence.ClientPresence:6 of msgid "Whether the client is afk or not." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.models.role.po b/docs/locale/de/LC_MESSAGES/api.models.role.po index c7d9a1e0b..c78eeec53 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.role.po +++ b/docs/locale/de/LC_MESSAGES/api.models.role.po @@ -197,4 +197,3 @@ msgstr "" #: interactions.api.models.role.RoleTags:5 of msgid "Whether if this is the guild's premium subscriber role" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.models.team.po b/docs/locale/de/LC_MESSAGES/api.models.team.po index bb0bc816c..2958a4252 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.team.po +++ b/docs/locale/de/LC_MESSAGES/api.models.team.po @@ -183,4 +183,3 @@ msgstr "" #: interactions.api.models.team.Application.icon_url of msgid "Return type" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.models.user.po b/docs/locale/de/LC_MESSAGES/api.models.user.po index 533c1a192..5721c56da 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.user.po +++ b/docs/locale/de/LC_MESSAGES/api.models.user.po @@ -133,4 +133,3 @@ msgstr "" #: interactions.api.models.user.User.banner_url:3 of msgid "URL of the user's banner (None will be returned if no banner is set)" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.models.webhook.po b/docs/locale/de/LC_MESSAGES/api.models.webhook.po index 00552e50d..be10a2fd1 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/de/LC_MESSAGES/api.models.webhook.po @@ -257,4 +257,3 @@ msgstr "" #: interactions.api.models.webhook.WebhookType:1 of msgid "Valid values are as follows:" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/api.po b/docs/locale/de/LC_MESSAGES/api.po index bad7d50ca..239f6eb9e 100644 --- a/docs/locale/de/LC_MESSAGES/api.po +++ b/docs/locale/de/LC_MESSAGES/api.po @@ -53,4 +53,3 @@ msgstr "" #: ../../api.rst:33 msgid "Discord API" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/client.po b/docs/locale/de/LC_MESSAGES/client.po index 79f9b0917..854019fc5 100644 --- a/docs/locale/de/LC_MESSAGES/client.po +++ b/docs/locale/de/LC_MESSAGES/client.po @@ -639,4 +639,3 @@ msgstr "" #: interactions.client.bot.Extension:5 of msgid "The structure of an extension:" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/context.po b/docs/locale/de/LC_MESSAGES/context.po index a674e926d..3917f5b73 100644 --- a/docs/locale/de/LC_MESSAGES/context.po +++ b/docs/locale/de/LC_MESSAGES/context.po @@ -342,4 +342,3 @@ msgstr "" #: interactions.client.context.ComponentContext.defer:6 of msgid "Whether you want to edit the original message or send a followup message" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/enums.po b/docs/locale/de/LC_MESSAGES/enums.po index 552bc2e5d..ec2f643f5 100644 --- a/docs/locale/de/LC_MESSAGES/enums.po +++ b/docs/locale/de/LC_MESSAGES/enums.po @@ -200,4 +200,3 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/events.po b/docs/locale/de/LC_MESSAGES/events.po index b6794e6c1..b91a1dc02 100644 --- a/docs/locale/de/LC_MESSAGES/events.po +++ b/docs/locale/de/LC_MESSAGES/events.po @@ -333,4 +333,3 @@ msgid "" "the methods *do not take in a guild id*. Please keep that in mind when " "using this event." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/ext.base.po b/docs/locale/de/LC_MESSAGES/ext.base.po index 3461b2965..5a2fe3730 100644 --- a/docs/locale/de/LC_MESSAGES/ext.base.po +++ b/docs/locale/de/LC_MESSAGES/ext.base.po @@ -148,4 +148,3 @@ msgstr "" #: interactions.ext.base.build:1 of msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/ext.converter.po b/docs/locale/de/LC_MESSAGES/ext.converter.po index 540abf524..fdd604d85 100644 --- a/docs/locale/de/LC_MESSAGES/ext.converter.po +++ b/docs/locale/de/LC_MESSAGES/ext.converter.po @@ -114,4 +114,3 @@ msgid "" "Gets a list of keys and values missing from the \"referenced\" or first " "model." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/ext.error.po b/docs/locale/de/LC_MESSAGES/ext.error.po index 54236e103..ca0f95fca 100644 --- a/docs/locale/de/LC_MESSAGES/ext.error.po +++ b/docs/locale/de/LC_MESSAGES/ext.error.po @@ -98,4 +98,3 @@ msgstr "" #: interactions.ext.error.UnknownService:1 of msgid "An exception raised whenever a ``Base`` object cannot find a service." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/de/LC_MESSAGES/ext.gettingstarted.po index 637ff4e0d..0de3ee399 100644 --- a/docs/locale/de/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/de/LC_MESSAGES/ext.gettingstarted.po @@ -223,4 +223,3 @@ msgid "" "self-explanitory subject, we recommend :ref:`reading the documentation " "` on this." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/ext.po b/docs/locale/de/LC_MESSAGES/ext.po index 83b3958a1..f3afe86ec 100644 --- a/docs/locale/de/LC_MESSAGES/ext.po +++ b/docs/locale/de/LC_MESSAGES/ext.po @@ -48,4 +48,3 @@ msgid "" " provide out of the box, but you can also create some of your own. We'll " "be covering each one of these tools in great detail." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/ext.version.po b/docs/locale/de/LC_MESSAGES/ext.version.po index 2c50738fb..850829199 100644 --- a/docs/locale/de/LC_MESSAGES/ext.version.po +++ b/docs/locale/de/LC_MESSAGES/ext.version.po @@ -198,4 +198,3 @@ msgstr "" #: interactions.ext.version.Version.extend_version:7 of msgid "The alphanumeric version was incorrectly formatted." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/faq.po b/docs/locale/de/LC_MESSAGES/faq.po index 0c36e96ff..1bf421161 100644 --- a/docs/locale/de/LC_MESSAGES/faq.po +++ b/docs/locale/de/LC_MESSAGES/faq.po @@ -521,4 +521,3 @@ msgid "" "Please join our `Discord Server`_ for any further support regarding our " "library and/or any integration code depending on it." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/get.po b/docs/locale/de/LC_MESSAGES/get.po index f8332ac15..d5b9fb58f 100644 --- a/docs/locale/de/LC_MESSAGES/get.po +++ b/docs/locale/de/LC_MESSAGES/get.po @@ -228,4 +228,3 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/index.po b/docs/locale/de/LC_MESSAGES/index.po index a9abb220a..91465f9df 100644 --- a/docs/locale/de/LC_MESSAGES/index.po +++ b/docs/locale/de/LC_MESSAGES/index.po @@ -247,4 +247,3 @@ msgstr "" #: ../../index.rst:88 msgid ":ref:`modindex`" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/migration.po b/docs/locale/de/LC_MESSAGES/migration.po index 2bc74d8b8..9f0d8e6aa 100644 --- a/docs/locale/de/LC_MESSAGES/migration.po +++ b/docs/locale/de/LC_MESSAGES/migration.po @@ -148,4 +148,3 @@ msgid "" "your argument in your function differently than your option name! " "Example:" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/models.command.po b/docs/locale/de/LC_MESSAGES/models.command.po index c3c00ca91..5c72da5b0 100644 --- a/docs/locale/de/LC_MESSAGES/models.command.po +++ b/docs/locale/de/LC_MESSAGES/models.command.po @@ -525,4 +525,3 @@ msgid "" ":class:`interactions.client.bot.Extension` is passed to the coroutine, if" " any." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/models.component.po b/docs/locale/de/LC_MESSAGES/models.component.po index 82f44aa6f..ae186054c 100644 --- a/docs/locale/de/LC_MESSAGES/models.component.po +++ b/docs/locale/de/LC_MESSAGES/models.component.po @@ -340,4 +340,3 @@ msgstr "" #: interactions.client.models.component.ActionRow.new of msgid "Return type" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/models.misc.po b/docs/locale/de/LC_MESSAGES/models.misc.po index 9b81beff6..9ea8f4346 100644 --- a/docs/locale/de/LC_MESSAGES/models.misc.po +++ b/docs/locale/de/LC_MESSAGES/models.misc.po @@ -149,4 +149,3 @@ msgstr "" #: interactions.client.models.misc.Interaction:13 of msgid "The message of the interaction." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/models.po b/docs/locale/de/LC_MESSAGES/models.po index f026cf489..04da90614 100644 --- a/docs/locale/de/LC_MESSAGES/models.po +++ b/docs/locale/de/LC_MESSAGES/models.po @@ -21,4 +21,3 @@ msgstr "" #: ../../models.rst:4 msgid "Interaction Models" msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/models.utils.po b/docs/locale/de/LC_MESSAGES/models.utils.po index f220cc8c5..7976e9c30 100644 --- a/docs/locale/de/LC_MESSAGES/models.utils.po +++ b/docs/locale/de/LC_MESSAGES/models.utils.po @@ -85,4 +85,3 @@ msgstr "" #: interactions.client.models.utils.spread_to_rows:28 of msgid "The maximum number of components in a single row. Defaults to ``5``." msgstr "" - diff --git a/docs/locale/de/LC_MESSAGES/quickstart.po b/docs/locale/de/LC_MESSAGES/quickstart.po index 23ad7a1da..89ed78f26 100644 --- a/docs/locale/de/LC_MESSAGES/quickstart.po +++ b/docs/locale/de/LC_MESSAGES/quickstart.po @@ -673,4 +673,3 @@ msgstr "" #: ../../quickstart.rst:675 msgid "Usage of ``@autodefer()``:" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.cache.po b/docs/locale/es/LC_MESSAGES/api.cache.po index fd96f694d..355cab3ef 100644 --- a/docs/locale/es/LC_MESSAGES/api.cache.po +++ b/docs/locale/es/LC_MESSAGES/api.cache.po @@ -114,4 +114,3 @@ msgid "" "A dictionary denoting the Type and the objects that correspond to the " "Type." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.dispatch.po b/docs/locale/es/LC_MESSAGES/api.dispatch.po index c6ed8f010..2b020e27a 100644 --- a/docs/locale/es/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/es/LC_MESSAGES/api.dispatch.po @@ -83,4 +83,3 @@ msgstr "" #: interactions.api.dispatch.Listener.register:9 of msgid "The name to associate the coroutine with. Defaults to None." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.enums.po b/docs/locale/es/LC_MESSAGES/api.enums.po index 193fdd8eb..dc817a43e 100644 --- a/docs/locale/es/LC_MESSAGES/api.enums.po +++ b/docs/locale/es/LC_MESSAGES/api.enums.po @@ -46,4 +46,3 @@ msgstr "" #: interactions.api.enums.OpCodeType:1 of msgid "Valid values are as follows:" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.error.po b/docs/locale/es/LC_MESSAGES/api.error.po index 248882969..120e140a5 100644 --- a/docs/locale/es/LC_MESSAGES/api.error.po +++ b/docs/locale/es/LC_MESSAGES/api.error.po @@ -59,4 +59,3 @@ msgstr "" #: interactions.api.error.LibraryException.log:1 of msgid "Log the error message." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.gateway.po b/docs/locale/es/LC_MESSAGES/api.gateway.po index da05b0a24..aad9d8772 100644 --- a/docs/locale/es/LC_MESSAGES/api.gateway.po +++ b/docs/locale/es/LC_MESSAGES/api.gateway.po @@ -314,4 +314,3 @@ msgstr "" #: interactions.api.gateway.heartbeat._Heartbeat:1 of msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.http.po b/docs/locale/es/LC_MESSAGES/api.http.po index ae506eb7a..b141f2d87 100644 --- a/docs/locale/es/LC_MESSAGES/api.http.po +++ b/docs/locale/es/LC_MESSAGES/api.http.po @@ -2743,4 +2743,3 @@ msgstr "" #: of msgid "Deletes the original message object sent." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.models.channel.po b/docs/locale/es/LC_MESSAGES/api.models.channel.po index 35238dac7..1ca5f1ac3 100644 --- a/docs/locale/es/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/es/LC_MESSAGES/api.models.channel.po @@ -793,4 +793,3 @@ msgstr "" #: interactions.api.models.channel.ThreadMetadata:11 of msgid "The ability to invite users to the thread." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.models.flags.po b/docs/locale/es/LC_MESSAGES/api.models.flags.po index 25875e2c5..af66fea34 100644 --- a/docs/locale/es/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/es/LC_MESSAGES/api.models.flags.po @@ -92,4 +92,3 @@ msgid "" "An integer flag bitshift object representing the different member " "permissions given by Discord." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.models.guild.po b/docs/locale/es/LC_MESSAGES/api.models.guild.po index e0efe0450..a233b694b 100644 --- a/docs/locale/es/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/es/LC_MESSAGES/api.models.guild.po @@ -1897,4 +1897,3 @@ msgstr "" #: interactions.api.models.guild.Invite.delete:1 of msgid "Deletes the invite" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.models.gw.po b/docs/locale/es/LC_MESSAGES/api.models.gw.po index 336c6f136..fe823c232 100644 --- a/docs/locale/es/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/es/LC_MESSAGES/api.models.gw.po @@ -823,4 +823,3 @@ msgstr "" #: interactions.api.models.gw.GuildRole:5 of msgid "The role ID of the event." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.models.member.po b/docs/locale/es/LC_MESSAGES/api.models.member.po index 305534611..ce23f99ac 100644 --- a/docs/locale/es/LC_MESSAGES/api.models.member.po +++ b/docs/locale/es/LC_MESSAGES/api.models.member.po @@ -294,4 +294,3 @@ msgid "" "guild_id: Union[int, Snowflake, \"Guild\"] :return: URL of the members's " "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.models.message.po b/docs/locale/es/LC_MESSAGES/api.models.message.po index 968309461..5bcd77f9c 100644 --- a/docs/locale/es/LC_MESSAGES/api.models.message.po +++ b/docs/locale/es/LC_MESSAGES/api.models.message.po @@ -1093,4 +1093,3 @@ msgstr "" #: interactions.api.models.message.Sticker:14 of msgid "The standard sticker's sort order within its pack" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.models.misc.po b/docs/locale/es/LC_MESSAGES/api.models.misc.po index e520060de..cfed122db 100644 --- a/docs/locale/es/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/es/LC_MESSAGES/api.models.misc.po @@ -287,4 +287,3 @@ msgstr "" #: interactions.api.models.misc.Overwrite:6 of msgid "Permission bit set." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.models.po b/docs/locale/es/LC_MESSAGES/api.models.po index a658eef9d..4a5447cbe 100644 --- a/docs/locale/es/LC_MESSAGES/api.models.po +++ b/docs/locale/es/LC_MESSAGES/api.models.po @@ -21,4 +21,3 @@ msgstr "" #: ../../api.models.rst:4 msgid "Model Objects" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.models.presence.po b/docs/locale/es/LC_MESSAGES/api.models.presence.po index e9b31f093..347c24dbc 100644 --- a/docs/locale/es/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/es/LC_MESSAGES/api.models.presence.po @@ -231,4 +231,3 @@ msgstr "" #: interactions.api.models.presence.ClientPresence:6 of msgid "Whether the client is afk or not." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.models.role.po b/docs/locale/es/LC_MESSAGES/api.models.role.po index c7d9a1e0b..c78eeec53 100644 --- a/docs/locale/es/LC_MESSAGES/api.models.role.po +++ b/docs/locale/es/LC_MESSAGES/api.models.role.po @@ -197,4 +197,3 @@ msgstr "" #: interactions.api.models.role.RoleTags:5 of msgid "Whether if this is the guild's premium subscriber role" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.models.team.po b/docs/locale/es/LC_MESSAGES/api.models.team.po index bb0bc816c..2958a4252 100644 --- a/docs/locale/es/LC_MESSAGES/api.models.team.po +++ b/docs/locale/es/LC_MESSAGES/api.models.team.po @@ -183,4 +183,3 @@ msgstr "" #: interactions.api.models.team.Application.icon_url of msgid "Return type" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.models.user.po b/docs/locale/es/LC_MESSAGES/api.models.user.po index 533c1a192..5721c56da 100644 --- a/docs/locale/es/LC_MESSAGES/api.models.user.po +++ b/docs/locale/es/LC_MESSAGES/api.models.user.po @@ -133,4 +133,3 @@ msgstr "" #: interactions.api.models.user.User.banner_url:3 of msgid "URL of the user's banner (None will be returned if no banner is set)" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.models.webhook.po b/docs/locale/es/LC_MESSAGES/api.models.webhook.po index 00552e50d..be10a2fd1 100644 --- a/docs/locale/es/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/es/LC_MESSAGES/api.models.webhook.po @@ -257,4 +257,3 @@ msgstr "" #: interactions.api.models.webhook.WebhookType:1 of msgid "Valid values are as follows:" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/api.po b/docs/locale/es/LC_MESSAGES/api.po index bad7d50ca..239f6eb9e 100644 --- a/docs/locale/es/LC_MESSAGES/api.po +++ b/docs/locale/es/LC_MESSAGES/api.po @@ -53,4 +53,3 @@ msgstr "" #: ../../api.rst:33 msgid "Discord API" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/client.po b/docs/locale/es/LC_MESSAGES/client.po index 79f9b0917..854019fc5 100644 --- a/docs/locale/es/LC_MESSAGES/client.po +++ b/docs/locale/es/LC_MESSAGES/client.po @@ -639,4 +639,3 @@ msgstr "" #: interactions.client.bot.Extension:5 of msgid "The structure of an extension:" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/context.po b/docs/locale/es/LC_MESSAGES/context.po index a674e926d..3917f5b73 100644 --- a/docs/locale/es/LC_MESSAGES/context.po +++ b/docs/locale/es/LC_MESSAGES/context.po @@ -342,4 +342,3 @@ msgstr "" #: interactions.client.context.ComponentContext.defer:6 of msgid "Whether you want to edit the original message or send a followup message" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/enums.po b/docs/locale/es/LC_MESSAGES/enums.po index 552bc2e5d..ec2f643f5 100644 --- a/docs/locale/es/LC_MESSAGES/enums.po +++ b/docs/locale/es/LC_MESSAGES/enums.po @@ -200,4 +200,3 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/events.po b/docs/locale/es/LC_MESSAGES/events.po index b6794e6c1..b91a1dc02 100644 --- a/docs/locale/es/LC_MESSAGES/events.po +++ b/docs/locale/es/LC_MESSAGES/events.po @@ -333,4 +333,3 @@ msgid "" "the methods *do not take in a guild id*. Please keep that in mind when " "using this event." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/ext.base.po b/docs/locale/es/LC_MESSAGES/ext.base.po index 3461b2965..5a2fe3730 100644 --- a/docs/locale/es/LC_MESSAGES/ext.base.po +++ b/docs/locale/es/LC_MESSAGES/ext.base.po @@ -148,4 +148,3 @@ msgstr "" #: interactions.ext.base.build:1 of msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/ext.converter.po b/docs/locale/es/LC_MESSAGES/ext.converter.po index 540abf524..fdd604d85 100644 --- a/docs/locale/es/LC_MESSAGES/ext.converter.po +++ b/docs/locale/es/LC_MESSAGES/ext.converter.po @@ -114,4 +114,3 @@ msgid "" "Gets a list of keys and values missing from the \"referenced\" or first " "model." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/ext.error.po b/docs/locale/es/LC_MESSAGES/ext.error.po index 54236e103..ca0f95fca 100644 --- a/docs/locale/es/LC_MESSAGES/ext.error.po +++ b/docs/locale/es/LC_MESSAGES/ext.error.po @@ -98,4 +98,3 @@ msgstr "" #: interactions.ext.error.UnknownService:1 of msgid "An exception raised whenever a ``Base`` object cannot find a service." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/es/LC_MESSAGES/ext.gettingstarted.po index 637ff4e0d..0de3ee399 100644 --- a/docs/locale/es/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/es/LC_MESSAGES/ext.gettingstarted.po @@ -223,4 +223,3 @@ msgid "" "self-explanitory subject, we recommend :ref:`reading the documentation " "` on this." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/ext.po b/docs/locale/es/LC_MESSAGES/ext.po index 83b3958a1..f3afe86ec 100644 --- a/docs/locale/es/LC_MESSAGES/ext.po +++ b/docs/locale/es/LC_MESSAGES/ext.po @@ -48,4 +48,3 @@ msgid "" " provide out of the box, but you can also create some of your own. We'll " "be covering each one of these tools in great detail." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/ext.version.po b/docs/locale/es/LC_MESSAGES/ext.version.po index 2c50738fb..850829199 100644 --- a/docs/locale/es/LC_MESSAGES/ext.version.po +++ b/docs/locale/es/LC_MESSAGES/ext.version.po @@ -198,4 +198,3 @@ msgstr "" #: interactions.ext.version.Version.extend_version:7 of msgid "The alphanumeric version was incorrectly formatted." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/faq.po b/docs/locale/es/LC_MESSAGES/faq.po index 0c36e96ff..1bf421161 100644 --- a/docs/locale/es/LC_MESSAGES/faq.po +++ b/docs/locale/es/LC_MESSAGES/faq.po @@ -521,4 +521,3 @@ msgid "" "Please join our `Discord Server`_ for any further support regarding our " "library and/or any integration code depending on it." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/get.po b/docs/locale/es/LC_MESSAGES/get.po index f8332ac15..d5b9fb58f 100644 --- a/docs/locale/es/LC_MESSAGES/get.po +++ b/docs/locale/es/LC_MESSAGES/get.po @@ -228,4 +228,3 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/index.po b/docs/locale/es/LC_MESSAGES/index.po index a9abb220a..91465f9df 100644 --- a/docs/locale/es/LC_MESSAGES/index.po +++ b/docs/locale/es/LC_MESSAGES/index.po @@ -247,4 +247,3 @@ msgstr "" #: ../../index.rst:88 msgid ":ref:`modindex`" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/migration.po b/docs/locale/es/LC_MESSAGES/migration.po index 2bc74d8b8..9f0d8e6aa 100644 --- a/docs/locale/es/LC_MESSAGES/migration.po +++ b/docs/locale/es/LC_MESSAGES/migration.po @@ -148,4 +148,3 @@ msgid "" "your argument in your function differently than your option name! " "Example:" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/models.command.po b/docs/locale/es/LC_MESSAGES/models.command.po index c3c00ca91..5c72da5b0 100644 --- a/docs/locale/es/LC_MESSAGES/models.command.po +++ b/docs/locale/es/LC_MESSAGES/models.command.po @@ -525,4 +525,3 @@ msgid "" ":class:`interactions.client.bot.Extension` is passed to the coroutine, if" " any." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/models.component.po b/docs/locale/es/LC_MESSAGES/models.component.po index 82f44aa6f..ae186054c 100644 --- a/docs/locale/es/LC_MESSAGES/models.component.po +++ b/docs/locale/es/LC_MESSAGES/models.component.po @@ -340,4 +340,3 @@ msgstr "" #: interactions.client.models.component.ActionRow.new of msgid "Return type" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/models.misc.po b/docs/locale/es/LC_MESSAGES/models.misc.po index 9b81beff6..9ea8f4346 100644 --- a/docs/locale/es/LC_MESSAGES/models.misc.po +++ b/docs/locale/es/LC_MESSAGES/models.misc.po @@ -149,4 +149,3 @@ msgstr "" #: interactions.client.models.misc.Interaction:13 of msgid "The message of the interaction." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/models.po b/docs/locale/es/LC_MESSAGES/models.po index f026cf489..04da90614 100644 --- a/docs/locale/es/LC_MESSAGES/models.po +++ b/docs/locale/es/LC_MESSAGES/models.po @@ -21,4 +21,3 @@ msgstr "" #: ../../models.rst:4 msgid "Interaction Models" msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/models.utils.po b/docs/locale/es/LC_MESSAGES/models.utils.po index f220cc8c5..7976e9c30 100644 --- a/docs/locale/es/LC_MESSAGES/models.utils.po +++ b/docs/locale/es/LC_MESSAGES/models.utils.po @@ -85,4 +85,3 @@ msgstr "" #: interactions.client.models.utils.spread_to_rows:28 of msgid "The maximum number of components in a single row. Defaults to ``5``." msgstr "" - diff --git a/docs/locale/es/LC_MESSAGES/quickstart.po b/docs/locale/es/LC_MESSAGES/quickstart.po index 23ad7a1da..89ed78f26 100644 --- a/docs/locale/es/LC_MESSAGES/quickstart.po +++ b/docs/locale/es/LC_MESSAGES/quickstart.po @@ -673,4 +673,3 @@ msgstr "" #: ../../quickstart.rst:675 msgid "Usage of ``@autodefer()``:" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.cache.po b/docs/locale/fr/LC_MESSAGES/api.cache.po index fd96f694d..355cab3ef 100644 --- a/docs/locale/fr/LC_MESSAGES/api.cache.po +++ b/docs/locale/fr/LC_MESSAGES/api.cache.po @@ -114,4 +114,3 @@ msgid "" "A dictionary denoting the Type and the objects that correspond to the " "Type." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.dispatch.po b/docs/locale/fr/LC_MESSAGES/api.dispatch.po index c6ed8f010..2b020e27a 100644 --- a/docs/locale/fr/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/fr/LC_MESSAGES/api.dispatch.po @@ -83,4 +83,3 @@ msgstr "" #: interactions.api.dispatch.Listener.register:9 of msgid "The name to associate the coroutine with. Defaults to None." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.enums.po b/docs/locale/fr/LC_MESSAGES/api.enums.po index 193fdd8eb..dc817a43e 100644 --- a/docs/locale/fr/LC_MESSAGES/api.enums.po +++ b/docs/locale/fr/LC_MESSAGES/api.enums.po @@ -46,4 +46,3 @@ msgstr "" #: interactions.api.enums.OpCodeType:1 of msgid "Valid values are as follows:" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.error.po b/docs/locale/fr/LC_MESSAGES/api.error.po index 248882969..120e140a5 100644 --- a/docs/locale/fr/LC_MESSAGES/api.error.po +++ b/docs/locale/fr/LC_MESSAGES/api.error.po @@ -59,4 +59,3 @@ msgstr "" #: interactions.api.error.LibraryException.log:1 of msgid "Log the error message." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.gateway.po b/docs/locale/fr/LC_MESSAGES/api.gateway.po index da05b0a24..aad9d8772 100644 --- a/docs/locale/fr/LC_MESSAGES/api.gateway.po +++ b/docs/locale/fr/LC_MESSAGES/api.gateway.po @@ -314,4 +314,3 @@ msgstr "" #: interactions.api.gateway.heartbeat._Heartbeat:1 of msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.http.po b/docs/locale/fr/LC_MESSAGES/api.http.po index ae506eb7a..b141f2d87 100644 --- a/docs/locale/fr/LC_MESSAGES/api.http.po +++ b/docs/locale/fr/LC_MESSAGES/api.http.po @@ -2743,4 +2743,3 @@ msgstr "" #: of msgid "Deletes the original message object sent." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.models.channel.po b/docs/locale/fr/LC_MESSAGES/api.models.channel.po index 35238dac7..1ca5f1ac3 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.channel.po @@ -793,4 +793,3 @@ msgstr "" #: interactions.api.models.channel.ThreadMetadata:11 of msgid "The ability to invite users to the thread." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.models.flags.po b/docs/locale/fr/LC_MESSAGES/api.models.flags.po index 25875e2c5..af66fea34 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.flags.po @@ -92,4 +92,3 @@ msgid "" "An integer flag bitshift object representing the different member " "permissions given by Discord." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.models.guild.po b/docs/locale/fr/LC_MESSAGES/api.models.guild.po index e0efe0450..a233b694b 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.guild.po @@ -1897,4 +1897,3 @@ msgstr "" #: interactions.api.models.guild.Invite.delete:1 of msgid "Deletes the invite" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.models.gw.po b/docs/locale/fr/LC_MESSAGES/api.models.gw.po index 336c6f136..fe823c232 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.gw.po @@ -823,4 +823,3 @@ msgstr "" #: interactions.api.models.gw.GuildRole:5 of msgid "The role ID of the event." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.models.member.po b/docs/locale/fr/LC_MESSAGES/api.models.member.po index 305534611..ce23f99ac 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.member.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.member.po @@ -294,4 +294,3 @@ msgid "" "guild_id: Union[int, Snowflake, \"Guild\"] :return: URL of the members's " "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.models.message.po b/docs/locale/fr/LC_MESSAGES/api.models.message.po index 968309461..5bcd77f9c 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.message.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.message.po @@ -1093,4 +1093,3 @@ msgstr "" #: interactions.api.models.message.Sticker:14 of msgid "The standard sticker's sort order within its pack" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.models.misc.po b/docs/locale/fr/LC_MESSAGES/api.models.misc.po index e520060de..cfed122db 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.misc.po @@ -287,4 +287,3 @@ msgstr "" #: interactions.api.models.misc.Overwrite:6 of msgid "Permission bit set." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.models.po b/docs/locale/fr/LC_MESSAGES/api.models.po index a658eef9d..4a5447cbe 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.po @@ -21,4 +21,3 @@ msgstr "" #: ../../api.models.rst:4 msgid "Model Objects" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.models.presence.po b/docs/locale/fr/LC_MESSAGES/api.models.presence.po index e9b31f093..347c24dbc 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.presence.po @@ -231,4 +231,3 @@ msgstr "" #: interactions.api.models.presence.ClientPresence:6 of msgid "Whether the client is afk or not." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.models.role.po b/docs/locale/fr/LC_MESSAGES/api.models.role.po index c7d9a1e0b..c78eeec53 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.role.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.role.po @@ -197,4 +197,3 @@ msgstr "" #: interactions.api.models.role.RoleTags:5 of msgid "Whether if this is the guild's premium subscriber role" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.models.team.po b/docs/locale/fr/LC_MESSAGES/api.models.team.po index bb0bc816c..2958a4252 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.team.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.team.po @@ -183,4 +183,3 @@ msgstr "" #: interactions.api.models.team.Application.icon_url of msgid "Return type" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.models.user.po b/docs/locale/fr/LC_MESSAGES/api.models.user.po index 533c1a192..5721c56da 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.user.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.user.po @@ -133,4 +133,3 @@ msgstr "" #: interactions.api.models.user.User.banner_url:3 of msgid "URL of the user's banner (None will be returned if no banner is set)" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.models.webhook.po b/docs/locale/fr/LC_MESSAGES/api.models.webhook.po index 00552e50d..be10a2fd1 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.webhook.po @@ -257,4 +257,3 @@ msgstr "" #: interactions.api.models.webhook.WebhookType:1 of msgid "Valid values are as follows:" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/api.po b/docs/locale/fr/LC_MESSAGES/api.po index bad7d50ca..239f6eb9e 100644 --- a/docs/locale/fr/LC_MESSAGES/api.po +++ b/docs/locale/fr/LC_MESSAGES/api.po @@ -53,4 +53,3 @@ msgstr "" #: ../../api.rst:33 msgid "Discord API" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/client.po b/docs/locale/fr/LC_MESSAGES/client.po index 79f9b0917..854019fc5 100644 --- a/docs/locale/fr/LC_MESSAGES/client.po +++ b/docs/locale/fr/LC_MESSAGES/client.po @@ -639,4 +639,3 @@ msgstr "" #: interactions.client.bot.Extension:5 of msgid "The structure of an extension:" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/context.po b/docs/locale/fr/LC_MESSAGES/context.po index a674e926d..3917f5b73 100644 --- a/docs/locale/fr/LC_MESSAGES/context.po +++ b/docs/locale/fr/LC_MESSAGES/context.po @@ -342,4 +342,3 @@ msgstr "" #: interactions.client.context.ComponentContext.defer:6 of msgid "Whether you want to edit the original message or send a followup message" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/enums.po b/docs/locale/fr/LC_MESSAGES/enums.po index 552bc2e5d..ec2f643f5 100644 --- a/docs/locale/fr/LC_MESSAGES/enums.po +++ b/docs/locale/fr/LC_MESSAGES/enums.po @@ -200,4 +200,3 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/events.po b/docs/locale/fr/LC_MESSAGES/events.po index b6794e6c1..b91a1dc02 100644 --- a/docs/locale/fr/LC_MESSAGES/events.po +++ b/docs/locale/fr/LC_MESSAGES/events.po @@ -333,4 +333,3 @@ msgid "" "the methods *do not take in a guild id*. Please keep that in mind when " "using this event." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/ext.base.po b/docs/locale/fr/LC_MESSAGES/ext.base.po index 3461b2965..5a2fe3730 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.base.po +++ b/docs/locale/fr/LC_MESSAGES/ext.base.po @@ -148,4 +148,3 @@ msgstr "" #: interactions.ext.base.build:1 of msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/ext.converter.po b/docs/locale/fr/LC_MESSAGES/ext.converter.po index 540abf524..fdd604d85 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.converter.po +++ b/docs/locale/fr/LC_MESSAGES/ext.converter.po @@ -114,4 +114,3 @@ msgid "" "Gets a list of keys and values missing from the \"referenced\" or first " "model." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/ext.error.po b/docs/locale/fr/LC_MESSAGES/ext.error.po index 54236e103..ca0f95fca 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.error.po +++ b/docs/locale/fr/LC_MESSAGES/ext.error.po @@ -98,4 +98,3 @@ msgstr "" #: interactions.ext.error.UnknownService:1 of msgid "An exception raised whenever a ``Base`` object cannot find a service." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/fr/LC_MESSAGES/ext.gettingstarted.po index 637ff4e0d..0de3ee399 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/fr/LC_MESSAGES/ext.gettingstarted.po @@ -223,4 +223,3 @@ msgid "" "self-explanitory subject, we recommend :ref:`reading the documentation " "` on this." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/ext.po b/docs/locale/fr/LC_MESSAGES/ext.po index 83b3958a1..f3afe86ec 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.po +++ b/docs/locale/fr/LC_MESSAGES/ext.po @@ -48,4 +48,3 @@ msgid "" " provide out of the box, but you can also create some of your own. We'll " "be covering each one of these tools in great detail." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/ext.version.po b/docs/locale/fr/LC_MESSAGES/ext.version.po index 2c50738fb..850829199 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.version.po +++ b/docs/locale/fr/LC_MESSAGES/ext.version.po @@ -198,4 +198,3 @@ msgstr "" #: interactions.ext.version.Version.extend_version:7 of msgid "The alphanumeric version was incorrectly formatted." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/faq.po b/docs/locale/fr/LC_MESSAGES/faq.po index 0c36e96ff..1bf421161 100644 --- a/docs/locale/fr/LC_MESSAGES/faq.po +++ b/docs/locale/fr/LC_MESSAGES/faq.po @@ -521,4 +521,3 @@ msgid "" "Please join our `Discord Server`_ for any further support regarding our " "library and/or any integration code depending on it." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/get.po b/docs/locale/fr/LC_MESSAGES/get.po index f8332ac15..d5b9fb58f 100644 --- a/docs/locale/fr/LC_MESSAGES/get.po +++ b/docs/locale/fr/LC_MESSAGES/get.po @@ -228,4 +228,3 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/index.po b/docs/locale/fr/LC_MESSAGES/index.po index a9abb220a..91465f9df 100644 --- a/docs/locale/fr/LC_MESSAGES/index.po +++ b/docs/locale/fr/LC_MESSAGES/index.po @@ -247,4 +247,3 @@ msgstr "" #: ../../index.rst:88 msgid ":ref:`modindex`" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/migration.po b/docs/locale/fr/LC_MESSAGES/migration.po index 2bc74d8b8..9f0d8e6aa 100644 --- a/docs/locale/fr/LC_MESSAGES/migration.po +++ b/docs/locale/fr/LC_MESSAGES/migration.po @@ -148,4 +148,3 @@ msgid "" "your argument in your function differently than your option name! " "Example:" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/models.command.po b/docs/locale/fr/LC_MESSAGES/models.command.po index c3c00ca91..5c72da5b0 100644 --- a/docs/locale/fr/LC_MESSAGES/models.command.po +++ b/docs/locale/fr/LC_MESSAGES/models.command.po @@ -525,4 +525,3 @@ msgid "" ":class:`interactions.client.bot.Extension` is passed to the coroutine, if" " any." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/models.component.po b/docs/locale/fr/LC_MESSAGES/models.component.po index 82f44aa6f..ae186054c 100644 --- a/docs/locale/fr/LC_MESSAGES/models.component.po +++ b/docs/locale/fr/LC_MESSAGES/models.component.po @@ -340,4 +340,3 @@ msgstr "" #: interactions.client.models.component.ActionRow.new of msgid "Return type" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/models.misc.po b/docs/locale/fr/LC_MESSAGES/models.misc.po index 9b81beff6..9ea8f4346 100644 --- a/docs/locale/fr/LC_MESSAGES/models.misc.po +++ b/docs/locale/fr/LC_MESSAGES/models.misc.po @@ -149,4 +149,3 @@ msgstr "" #: interactions.client.models.misc.Interaction:13 of msgid "The message of the interaction." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/models.po b/docs/locale/fr/LC_MESSAGES/models.po index f026cf489..04da90614 100644 --- a/docs/locale/fr/LC_MESSAGES/models.po +++ b/docs/locale/fr/LC_MESSAGES/models.po @@ -21,4 +21,3 @@ msgstr "" #: ../../models.rst:4 msgid "Interaction Models" msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/models.utils.po b/docs/locale/fr/LC_MESSAGES/models.utils.po index f220cc8c5..7976e9c30 100644 --- a/docs/locale/fr/LC_MESSAGES/models.utils.po +++ b/docs/locale/fr/LC_MESSAGES/models.utils.po @@ -85,4 +85,3 @@ msgstr "" #: interactions.client.models.utils.spread_to_rows:28 of msgid "The maximum number of components in a single row. Defaults to ``5``." msgstr "" - diff --git a/docs/locale/fr/LC_MESSAGES/quickstart.po b/docs/locale/fr/LC_MESSAGES/quickstart.po index 23ad7a1da..89ed78f26 100644 --- a/docs/locale/fr/LC_MESSAGES/quickstart.po +++ b/docs/locale/fr/LC_MESSAGES/quickstart.po @@ -673,4 +673,3 @@ msgstr "" #: ../../quickstart.rst:675 msgid "Usage of ``@autodefer()``:" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.cache.po b/docs/locale/hi/LC_MESSAGES/api.cache.po index fd96f694d..355cab3ef 100644 --- a/docs/locale/hi/LC_MESSAGES/api.cache.po +++ b/docs/locale/hi/LC_MESSAGES/api.cache.po @@ -114,4 +114,3 @@ msgid "" "A dictionary denoting the Type and the objects that correspond to the " "Type." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.dispatch.po b/docs/locale/hi/LC_MESSAGES/api.dispatch.po index c6ed8f010..2b020e27a 100644 --- a/docs/locale/hi/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/hi/LC_MESSAGES/api.dispatch.po @@ -83,4 +83,3 @@ msgstr "" #: interactions.api.dispatch.Listener.register:9 of msgid "The name to associate the coroutine with. Defaults to None." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.enums.po b/docs/locale/hi/LC_MESSAGES/api.enums.po index 193fdd8eb..dc817a43e 100644 --- a/docs/locale/hi/LC_MESSAGES/api.enums.po +++ b/docs/locale/hi/LC_MESSAGES/api.enums.po @@ -46,4 +46,3 @@ msgstr "" #: interactions.api.enums.OpCodeType:1 of msgid "Valid values are as follows:" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.error.po b/docs/locale/hi/LC_MESSAGES/api.error.po index 248882969..120e140a5 100644 --- a/docs/locale/hi/LC_MESSAGES/api.error.po +++ b/docs/locale/hi/LC_MESSAGES/api.error.po @@ -59,4 +59,3 @@ msgstr "" #: interactions.api.error.LibraryException.log:1 of msgid "Log the error message." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.gateway.po b/docs/locale/hi/LC_MESSAGES/api.gateway.po index da05b0a24..aad9d8772 100644 --- a/docs/locale/hi/LC_MESSAGES/api.gateway.po +++ b/docs/locale/hi/LC_MESSAGES/api.gateway.po @@ -314,4 +314,3 @@ msgstr "" #: interactions.api.gateway.heartbeat._Heartbeat:1 of msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.http.po b/docs/locale/hi/LC_MESSAGES/api.http.po index ae506eb7a..b141f2d87 100644 --- a/docs/locale/hi/LC_MESSAGES/api.http.po +++ b/docs/locale/hi/LC_MESSAGES/api.http.po @@ -2743,4 +2743,3 @@ msgstr "" #: of msgid "Deletes the original message object sent." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.models.channel.po b/docs/locale/hi/LC_MESSAGES/api.models.channel.po index 35238dac7..1ca5f1ac3 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.channel.po @@ -793,4 +793,3 @@ msgstr "" #: interactions.api.models.channel.ThreadMetadata:11 of msgid "The ability to invite users to the thread." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.models.flags.po b/docs/locale/hi/LC_MESSAGES/api.models.flags.po index 25875e2c5..af66fea34 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.flags.po @@ -92,4 +92,3 @@ msgid "" "An integer flag bitshift object representing the different member " "permissions given by Discord." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.models.guild.po b/docs/locale/hi/LC_MESSAGES/api.models.guild.po index e0efe0450..a233b694b 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.guild.po @@ -1897,4 +1897,3 @@ msgstr "" #: interactions.api.models.guild.Invite.delete:1 of msgid "Deletes the invite" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.models.gw.po b/docs/locale/hi/LC_MESSAGES/api.models.gw.po index 336c6f136..fe823c232 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.gw.po @@ -823,4 +823,3 @@ msgstr "" #: interactions.api.models.gw.GuildRole:5 of msgid "The role ID of the event." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.models.member.po b/docs/locale/hi/LC_MESSAGES/api.models.member.po index 305534611..ce23f99ac 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.member.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.member.po @@ -294,4 +294,3 @@ msgid "" "guild_id: Union[int, Snowflake, \"Guild\"] :return: URL of the members's " "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.models.message.po b/docs/locale/hi/LC_MESSAGES/api.models.message.po index 968309461..5bcd77f9c 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.message.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.message.po @@ -1093,4 +1093,3 @@ msgstr "" #: interactions.api.models.message.Sticker:14 of msgid "The standard sticker's sort order within its pack" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.models.misc.po b/docs/locale/hi/LC_MESSAGES/api.models.misc.po index e520060de..cfed122db 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.misc.po @@ -287,4 +287,3 @@ msgstr "" #: interactions.api.models.misc.Overwrite:6 of msgid "Permission bit set." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.models.po b/docs/locale/hi/LC_MESSAGES/api.models.po index a658eef9d..4a5447cbe 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.po @@ -21,4 +21,3 @@ msgstr "" #: ../../api.models.rst:4 msgid "Model Objects" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.models.presence.po b/docs/locale/hi/LC_MESSAGES/api.models.presence.po index e9b31f093..347c24dbc 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.presence.po @@ -231,4 +231,3 @@ msgstr "" #: interactions.api.models.presence.ClientPresence:6 of msgid "Whether the client is afk or not." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.models.role.po b/docs/locale/hi/LC_MESSAGES/api.models.role.po index c7d9a1e0b..c78eeec53 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.role.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.role.po @@ -197,4 +197,3 @@ msgstr "" #: interactions.api.models.role.RoleTags:5 of msgid "Whether if this is the guild's premium subscriber role" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.models.team.po b/docs/locale/hi/LC_MESSAGES/api.models.team.po index bb0bc816c..2958a4252 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.team.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.team.po @@ -183,4 +183,3 @@ msgstr "" #: interactions.api.models.team.Application.icon_url of msgid "Return type" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.models.user.po b/docs/locale/hi/LC_MESSAGES/api.models.user.po index 533c1a192..5721c56da 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.user.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.user.po @@ -133,4 +133,3 @@ msgstr "" #: interactions.api.models.user.User.banner_url:3 of msgid "URL of the user's banner (None will be returned if no banner is set)" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.models.webhook.po b/docs/locale/hi/LC_MESSAGES/api.models.webhook.po index 00552e50d..be10a2fd1 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.webhook.po @@ -257,4 +257,3 @@ msgstr "" #: interactions.api.models.webhook.WebhookType:1 of msgid "Valid values are as follows:" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/api.po b/docs/locale/hi/LC_MESSAGES/api.po index bad7d50ca..239f6eb9e 100644 --- a/docs/locale/hi/LC_MESSAGES/api.po +++ b/docs/locale/hi/LC_MESSAGES/api.po @@ -53,4 +53,3 @@ msgstr "" #: ../../api.rst:33 msgid "Discord API" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/client.po b/docs/locale/hi/LC_MESSAGES/client.po index 79f9b0917..854019fc5 100644 --- a/docs/locale/hi/LC_MESSAGES/client.po +++ b/docs/locale/hi/LC_MESSAGES/client.po @@ -639,4 +639,3 @@ msgstr "" #: interactions.client.bot.Extension:5 of msgid "The structure of an extension:" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/context.po b/docs/locale/hi/LC_MESSAGES/context.po index a674e926d..3917f5b73 100644 --- a/docs/locale/hi/LC_MESSAGES/context.po +++ b/docs/locale/hi/LC_MESSAGES/context.po @@ -342,4 +342,3 @@ msgstr "" #: interactions.client.context.ComponentContext.defer:6 of msgid "Whether you want to edit the original message or send a followup message" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/enums.po b/docs/locale/hi/LC_MESSAGES/enums.po index 552bc2e5d..ec2f643f5 100644 --- a/docs/locale/hi/LC_MESSAGES/enums.po +++ b/docs/locale/hi/LC_MESSAGES/enums.po @@ -200,4 +200,3 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/events.po b/docs/locale/hi/LC_MESSAGES/events.po index b6794e6c1..b91a1dc02 100644 --- a/docs/locale/hi/LC_MESSAGES/events.po +++ b/docs/locale/hi/LC_MESSAGES/events.po @@ -333,4 +333,3 @@ msgid "" "the methods *do not take in a guild id*. Please keep that in mind when " "using this event." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/ext.base.po b/docs/locale/hi/LC_MESSAGES/ext.base.po index 3461b2965..5a2fe3730 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.base.po +++ b/docs/locale/hi/LC_MESSAGES/ext.base.po @@ -148,4 +148,3 @@ msgstr "" #: interactions.ext.base.build:1 of msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/ext.converter.po b/docs/locale/hi/LC_MESSAGES/ext.converter.po index 540abf524..fdd604d85 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.converter.po +++ b/docs/locale/hi/LC_MESSAGES/ext.converter.po @@ -114,4 +114,3 @@ msgid "" "Gets a list of keys and values missing from the \"referenced\" or first " "model." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/ext.error.po b/docs/locale/hi/LC_MESSAGES/ext.error.po index 54236e103..ca0f95fca 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.error.po +++ b/docs/locale/hi/LC_MESSAGES/ext.error.po @@ -98,4 +98,3 @@ msgstr "" #: interactions.ext.error.UnknownService:1 of msgid "An exception raised whenever a ``Base`` object cannot find a service." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/hi/LC_MESSAGES/ext.gettingstarted.po index 637ff4e0d..0de3ee399 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/hi/LC_MESSAGES/ext.gettingstarted.po @@ -223,4 +223,3 @@ msgid "" "self-explanitory subject, we recommend :ref:`reading the documentation " "` on this." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/ext.po b/docs/locale/hi/LC_MESSAGES/ext.po index 83b3958a1..f3afe86ec 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.po +++ b/docs/locale/hi/LC_MESSAGES/ext.po @@ -48,4 +48,3 @@ msgid "" " provide out of the box, but you can also create some of your own. We'll " "be covering each one of these tools in great detail." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/ext.version.po b/docs/locale/hi/LC_MESSAGES/ext.version.po index 2c50738fb..850829199 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.version.po +++ b/docs/locale/hi/LC_MESSAGES/ext.version.po @@ -198,4 +198,3 @@ msgstr "" #: interactions.ext.version.Version.extend_version:7 of msgid "The alphanumeric version was incorrectly formatted." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/faq.po b/docs/locale/hi/LC_MESSAGES/faq.po index 0c36e96ff..1bf421161 100644 --- a/docs/locale/hi/LC_MESSAGES/faq.po +++ b/docs/locale/hi/LC_MESSAGES/faq.po @@ -521,4 +521,3 @@ msgid "" "Please join our `Discord Server`_ for any further support regarding our " "library and/or any integration code depending on it." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/get.po b/docs/locale/hi/LC_MESSAGES/get.po index f8332ac15..d5b9fb58f 100644 --- a/docs/locale/hi/LC_MESSAGES/get.po +++ b/docs/locale/hi/LC_MESSAGES/get.po @@ -228,4 +228,3 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/index.po b/docs/locale/hi/LC_MESSAGES/index.po index a9abb220a..91465f9df 100644 --- a/docs/locale/hi/LC_MESSAGES/index.po +++ b/docs/locale/hi/LC_MESSAGES/index.po @@ -247,4 +247,3 @@ msgstr "" #: ../../index.rst:88 msgid ":ref:`modindex`" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/migration.po b/docs/locale/hi/LC_MESSAGES/migration.po index 2bc74d8b8..9f0d8e6aa 100644 --- a/docs/locale/hi/LC_MESSAGES/migration.po +++ b/docs/locale/hi/LC_MESSAGES/migration.po @@ -148,4 +148,3 @@ msgid "" "your argument in your function differently than your option name! " "Example:" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/models.command.po b/docs/locale/hi/LC_MESSAGES/models.command.po index c3c00ca91..5c72da5b0 100644 --- a/docs/locale/hi/LC_MESSAGES/models.command.po +++ b/docs/locale/hi/LC_MESSAGES/models.command.po @@ -525,4 +525,3 @@ msgid "" ":class:`interactions.client.bot.Extension` is passed to the coroutine, if" " any." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/models.component.po b/docs/locale/hi/LC_MESSAGES/models.component.po index 82f44aa6f..ae186054c 100644 --- a/docs/locale/hi/LC_MESSAGES/models.component.po +++ b/docs/locale/hi/LC_MESSAGES/models.component.po @@ -340,4 +340,3 @@ msgstr "" #: interactions.client.models.component.ActionRow.new of msgid "Return type" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/models.misc.po b/docs/locale/hi/LC_MESSAGES/models.misc.po index 9b81beff6..9ea8f4346 100644 --- a/docs/locale/hi/LC_MESSAGES/models.misc.po +++ b/docs/locale/hi/LC_MESSAGES/models.misc.po @@ -149,4 +149,3 @@ msgstr "" #: interactions.client.models.misc.Interaction:13 of msgid "The message of the interaction." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/models.po b/docs/locale/hi/LC_MESSAGES/models.po index f026cf489..04da90614 100644 --- a/docs/locale/hi/LC_MESSAGES/models.po +++ b/docs/locale/hi/LC_MESSAGES/models.po @@ -21,4 +21,3 @@ msgstr "" #: ../../models.rst:4 msgid "Interaction Models" msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/models.utils.po b/docs/locale/hi/LC_MESSAGES/models.utils.po index f220cc8c5..7976e9c30 100644 --- a/docs/locale/hi/LC_MESSAGES/models.utils.po +++ b/docs/locale/hi/LC_MESSAGES/models.utils.po @@ -85,4 +85,3 @@ msgstr "" #: interactions.client.models.utils.spread_to_rows:28 of msgid "The maximum number of components in a single row. Defaults to ``5``." msgstr "" - diff --git a/docs/locale/hi/LC_MESSAGES/quickstart.po b/docs/locale/hi/LC_MESSAGES/quickstart.po index 23ad7a1da..89ed78f26 100644 --- a/docs/locale/hi/LC_MESSAGES/quickstart.po +++ b/docs/locale/hi/LC_MESSAGES/quickstart.po @@ -673,4 +673,3 @@ msgstr "" #: ../../quickstart.rst:675 msgid "Usage of ``@autodefer()``:" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.cache.po b/docs/locale/it/LC_MESSAGES/api.cache.po index fd96f694d..355cab3ef 100644 --- a/docs/locale/it/LC_MESSAGES/api.cache.po +++ b/docs/locale/it/LC_MESSAGES/api.cache.po @@ -114,4 +114,3 @@ msgid "" "A dictionary denoting the Type and the objects that correspond to the " "Type." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.dispatch.po b/docs/locale/it/LC_MESSAGES/api.dispatch.po index c6ed8f010..2b020e27a 100644 --- a/docs/locale/it/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/it/LC_MESSAGES/api.dispatch.po @@ -83,4 +83,3 @@ msgstr "" #: interactions.api.dispatch.Listener.register:9 of msgid "The name to associate the coroutine with. Defaults to None." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.enums.po b/docs/locale/it/LC_MESSAGES/api.enums.po index 193fdd8eb..dc817a43e 100644 --- a/docs/locale/it/LC_MESSAGES/api.enums.po +++ b/docs/locale/it/LC_MESSAGES/api.enums.po @@ -46,4 +46,3 @@ msgstr "" #: interactions.api.enums.OpCodeType:1 of msgid "Valid values are as follows:" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.error.po b/docs/locale/it/LC_MESSAGES/api.error.po index 248882969..120e140a5 100644 --- a/docs/locale/it/LC_MESSAGES/api.error.po +++ b/docs/locale/it/LC_MESSAGES/api.error.po @@ -59,4 +59,3 @@ msgstr "" #: interactions.api.error.LibraryException.log:1 of msgid "Log the error message." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.gateway.po b/docs/locale/it/LC_MESSAGES/api.gateway.po index da05b0a24..aad9d8772 100644 --- a/docs/locale/it/LC_MESSAGES/api.gateway.po +++ b/docs/locale/it/LC_MESSAGES/api.gateway.po @@ -314,4 +314,3 @@ msgstr "" #: interactions.api.gateway.heartbeat._Heartbeat:1 of msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.http.po b/docs/locale/it/LC_MESSAGES/api.http.po index ae506eb7a..b141f2d87 100644 --- a/docs/locale/it/LC_MESSAGES/api.http.po +++ b/docs/locale/it/LC_MESSAGES/api.http.po @@ -2743,4 +2743,3 @@ msgstr "" #: of msgid "Deletes the original message object sent." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.models.channel.po b/docs/locale/it/LC_MESSAGES/api.models.channel.po index 35238dac7..1ca5f1ac3 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/it/LC_MESSAGES/api.models.channel.po @@ -793,4 +793,3 @@ msgstr "" #: interactions.api.models.channel.ThreadMetadata:11 of msgid "The ability to invite users to the thread." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.models.flags.po b/docs/locale/it/LC_MESSAGES/api.models.flags.po index 25875e2c5..af66fea34 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/it/LC_MESSAGES/api.models.flags.po @@ -92,4 +92,3 @@ msgid "" "An integer flag bitshift object representing the different member " "permissions given by Discord." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.models.guild.po b/docs/locale/it/LC_MESSAGES/api.models.guild.po index e0efe0450..a233b694b 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/it/LC_MESSAGES/api.models.guild.po @@ -1897,4 +1897,3 @@ msgstr "" #: interactions.api.models.guild.Invite.delete:1 of msgid "Deletes the invite" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.models.gw.po b/docs/locale/it/LC_MESSAGES/api.models.gw.po index 336c6f136..fe823c232 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/it/LC_MESSAGES/api.models.gw.po @@ -823,4 +823,3 @@ msgstr "" #: interactions.api.models.gw.GuildRole:5 of msgid "The role ID of the event." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.models.member.po b/docs/locale/it/LC_MESSAGES/api.models.member.po index 305534611..ce23f99ac 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.member.po +++ b/docs/locale/it/LC_MESSAGES/api.models.member.po @@ -294,4 +294,3 @@ msgid "" "guild_id: Union[int, Snowflake, \"Guild\"] :return: URL of the members's " "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.models.message.po b/docs/locale/it/LC_MESSAGES/api.models.message.po index 968309461..5bcd77f9c 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.message.po +++ b/docs/locale/it/LC_MESSAGES/api.models.message.po @@ -1093,4 +1093,3 @@ msgstr "" #: interactions.api.models.message.Sticker:14 of msgid "The standard sticker's sort order within its pack" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.models.misc.po b/docs/locale/it/LC_MESSAGES/api.models.misc.po index e520060de..cfed122db 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/it/LC_MESSAGES/api.models.misc.po @@ -287,4 +287,3 @@ msgstr "" #: interactions.api.models.misc.Overwrite:6 of msgid "Permission bit set." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.models.po b/docs/locale/it/LC_MESSAGES/api.models.po index a658eef9d..4a5447cbe 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.po +++ b/docs/locale/it/LC_MESSAGES/api.models.po @@ -21,4 +21,3 @@ msgstr "" #: ../../api.models.rst:4 msgid "Model Objects" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.models.presence.po b/docs/locale/it/LC_MESSAGES/api.models.presence.po index e9b31f093..347c24dbc 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/it/LC_MESSAGES/api.models.presence.po @@ -231,4 +231,3 @@ msgstr "" #: interactions.api.models.presence.ClientPresence:6 of msgid "Whether the client is afk or not." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.models.role.po b/docs/locale/it/LC_MESSAGES/api.models.role.po index c7d9a1e0b..c78eeec53 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.role.po +++ b/docs/locale/it/LC_MESSAGES/api.models.role.po @@ -197,4 +197,3 @@ msgstr "" #: interactions.api.models.role.RoleTags:5 of msgid "Whether if this is the guild's premium subscriber role" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.models.team.po b/docs/locale/it/LC_MESSAGES/api.models.team.po index bb0bc816c..2958a4252 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.team.po +++ b/docs/locale/it/LC_MESSAGES/api.models.team.po @@ -183,4 +183,3 @@ msgstr "" #: interactions.api.models.team.Application.icon_url of msgid "Return type" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.models.user.po b/docs/locale/it/LC_MESSAGES/api.models.user.po index 533c1a192..5721c56da 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.user.po +++ b/docs/locale/it/LC_MESSAGES/api.models.user.po @@ -133,4 +133,3 @@ msgstr "" #: interactions.api.models.user.User.banner_url:3 of msgid "URL of the user's banner (None will be returned if no banner is set)" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.models.webhook.po b/docs/locale/it/LC_MESSAGES/api.models.webhook.po index 00552e50d..be10a2fd1 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/it/LC_MESSAGES/api.models.webhook.po @@ -257,4 +257,3 @@ msgstr "" #: interactions.api.models.webhook.WebhookType:1 of msgid "Valid values are as follows:" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/api.po b/docs/locale/it/LC_MESSAGES/api.po index bad7d50ca..239f6eb9e 100644 --- a/docs/locale/it/LC_MESSAGES/api.po +++ b/docs/locale/it/LC_MESSAGES/api.po @@ -53,4 +53,3 @@ msgstr "" #: ../../api.rst:33 msgid "Discord API" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/client.po b/docs/locale/it/LC_MESSAGES/client.po index 79f9b0917..854019fc5 100644 --- a/docs/locale/it/LC_MESSAGES/client.po +++ b/docs/locale/it/LC_MESSAGES/client.po @@ -639,4 +639,3 @@ msgstr "" #: interactions.client.bot.Extension:5 of msgid "The structure of an extension:" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/context.po b/docs/locale/it/LC_MESSAGES/context.po index a674e926d..3917f5b73 100644 --- a/docs/locale/it/LC_MESSAGES/context.po +++ b/docs/locale/it/LC_MESSAGES/context.po @@ -342,4 +342,3 @@ msgstr "" #: interactions.client.context.ComponentContext.defer:6 of msgid "Whether you want to edit the original message or send a followup message" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/enums.po b/docs/locale/it/LC_MESSAGES/enums.po index 552bc2e5d..ec2f643f5 100644 --- a/docs/locale/it/LC_MESSAGES/enums.po +++ b/docs/locale/it/LC_MESSAGES/enums.po @@ -200,4 +200,3 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/events.po b/docs/locale/it/LC_MESSAGES/events.po index b6794e6c1..b91a1dc02 100644 --- a/docs/locale/it/LC_MESSAGES/events.po +++ b/docs/locale/it/LC_MESSAGES/events.po @@ -333,4 +333,3 @@ msgid "" "the methods *do not take in a guild id*. Please keep that in mind when " "using this event." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/ext.base.po b/docs/locale/it/LC_MESSAGES/ext.base.po index 3461b2965..5a2fe3730 100644 --- a/docs/locale/it/LC_MESSAGES/ext.base.po +++ b/docs/locale/it/LC_MESSAGES/ext.base.po @@ -148,4 +148,3 @@ msgstr "" #: interactions.ext.base.build:1 of msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/ext.converter.po b/docs/locale/it/LC_MESSAGES/ext.converter.po index 540abf524..fdd604d85 100644 --- a/docs/locale/it/LC_MESSAGES/ext.converter.po +++ b/docs/locale/it/LC_MESSAGES/ext.converter.po @@ -114,4 +114,3 @@ msgid "" "Gets a list of keys and values missing from the \"referenced\" or first " "model." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/ext.error.po b/docs/locale/it/LC_MESSAGES/ext.error.po index 54236e103..ca0f95fca 100644 --- a/docs/locale/it/LC_MESSAGES/ext.error.po +++ b/docs/locale/it/LC_MESSAGES/ext.error.po @@ -98,4 +98,3 @@ msgstr "" #: interactions.ext.error.UnknownService:1 of msgid "An exception raised whenever a ``Base`` object cannot find a service." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/it/LC_MESSAGES/ext.gettingstarted.po index 637ff4e0d..0de3ee399 100644 --- a/docs/locale/it/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/it/LC_MESSAGES/ext.gettingstarted.po @@ -223,4 +223,3 @@ msgid "" "self-explanitory subject, we recommend :ref:`reading the documentation " "` on this." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/ext.po b/docs/locale/it/LC_MESSAGES/ext.po index 83b3958a1..f3afe86ec 100644 --- a/docs/locale/it/LC_MESSAGES/ext.po +++ b/docs/locale/it/LC_MESSAGES/ext.po @@ -48,4 +48,3 @@ msgid "" " provide out of the box, but you can also create some of your own. We'll " "be covering each one of these tools in great detail." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/ext.version.po b/docs/locale/it/LC_MESSAGES/ext.version.po index 2c50738fb..850829199 100644 --- a/docs/locale/it/LC_MESSAGES/ext.version.po +++ b/docs/locale/it/LC_MESSAGES/ext.version.po @@ -198,4 +198,3 @@ msgstr "" #: interactions.ext.version.Version.extend_version:7 of msgid "The alphanumeric version was incorrectly formatted." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/faq.po b/docs/locale/it/LC_MESSAGES/faq.po index 0c36e96ff..1bf421161 100644 --- a/docs/locale/it/LC_MESSAGES/faq.po +++ b/docs/locale/it/LC_MESSAGES/faq.po @@ -521,4 +521,3 @@ msgid "" "Please join our `Discord Server`_ for any further support regarding our " "library and/or any integration code depending on it." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/get.po b/docs/locale/it/LC_MESSAGES/get.po index f8332ac15..d5b9fb58f 100644 --- a/docs/locale/it/LC_MESSAGES/get.po +++ b/docs/locale/it/LC_MESSAGES/get.po @@ -228,4 +228,3 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/index.po b/docs/locale/it/LC_MESSAGES/index.po index a9abb220a..91465f9df 100644 --- a/docs/locale/it/LC_MESSAGES/index.po +++ b/docs/locale/it/LC_MESSAGES/index.po @@ -247,4 +247,3 @@ msgstr "" #: ../../index.rst:88 msgid ":ref:`modindex`" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/migration.po b/docs/locale/it/LC_MESSAGES/migration.po index 2bc74d8b8..9f0d8e6aa 100644 --- a/docs/locale/it/LC_MESSAGES/migration.po +++ b/docs/locale/it/LC_MESSAGES/migration.po @@ -148,4 +148,3 @@ msgid "" "your argument in your function differently than your option name! " "Example:" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/models.command.po b/docs/locale/it/LC_MESSAGES/models.command.po index c3c00ca91..5c72da5b0 100644 --- a/docs/locale/it/LC_MESSAGES/models.command.po +++ b/docs/locale/it/LC_MESSAGES/models.command.po @@ -525,4 +525,3 @@ msgid "" ":class:`interactions.client.bot.Extension` is passed to the coroutine, if" " any." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/models.component.po b/docs/locale/it/LC_MESSAGES/models.component.po index 82f44aa6f..ae186054c 100644 --- a/docs/locale/it/LC_MESSAGES/models.component.po +++ b/docs/locale/it/LC_MESSAGES/models.component.po @@ -340,4 +340,3 @@ msgstr "" #: interactions.client.models.component.ActionRow.new of msgid "Return type" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/models.misc.po b/docs/locale/it/LC_MESSAGES/models.misc.po index 9b81beff6..9ea8f4346 100644 --- a/docs/locale/it/LC_MESSAGES/models.misc.po +++ b/docs/locale/it/LC_MESSAGES/models.misc.po @@ -149,4 +149,3 @@ msgstr "" #: interactions.client.models.misc.Interaction:13 of msgid "The message of the interaction." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/models.po b/docs/locale/it/LC_MESSAGES/models.po index f026cf489..04da90614 100644 --- a/docs/locale/it/LC_MESSAGES/models.po +++ b/docs/locale/it/LC_MESSAGES/models.po @@ -21,4 +21,3 @@ msgstr "" #: ../../models.rst:4 msgid "Interaction Models" msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/models.utils.po b/docs/locale/it/LC_MESSAGES/models.utils.po index f220cc8c5..7976e9c30 100644 --- a/docs/locale/it/LC_MESSAGES/models.utils.po +++ b/docs/locale/it/LC_MESSAGES/models.utils.po @@ -85,4 +85,3 @@ msgstr "" #: interactions.client.models.utils.spread_to_rows:28 of msgid "The maximum number of components in a single row. Defaults to ``5``." msgstr "" - diff --git a/docs/locale/it/LC_MESSAGES/quickstart.po b/docs/locale/it/LC_MESSAGES/quickstart.po index 23ad7a1da..89ed78f26 100644 --- a/docs/locale/it/LC_MESSAGES/quickstart.po +++ b/docs/locale/it/LC_MESSAGES/quickstart.po @@ -673,4 +673,3 @@ msgstr "" #: ../../quickstart.rst:675 msgid "Usage of ``@autodefer()``:" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.cache.po b/docs/locale/pl/LC_MESSAGES/api.cache.po index fd96f694d..355cab3ef 100644 --- a/docs/locale/pl/LC_MESSAGES/api.cache.po +++ b/docs/locale/pl/LC_MESSAGES/api.cache.po @@ -114,4 +114,3 @@ msgid "" "A dictionary denoting the Type and the objects that correspond to the " "Type." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.dispatch.po b/docs/locale/pl/LC_MESSAGES/api.dispatch.po index c6ed8f010..2b020e27a 100644 --- a/docs/locale/pl/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/pl/LC_MESSAGES/api.dispatch.po @@ -83,4 +83,3 @@ msgstr "" #: interactions.api.dispatch.Listener.register:9 of msgid "The name to associate the coroutine with. Defaults to None." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.enums.po b/docs/locale/pl/LC_MESSAGES/api.enums.po index 193fdd8eb..dc817a43e 100644 --- a/docs/locale/pl/LC_MESSAGES/api.enums.po +++ b/docs/locale/pl/LC_MESSAGES/api.enums.po @@ -46,4 +46,3 @@ msgstr "" #: interactions.api.enums.OpCodeType:1 of msgid "Valid values are as follows:" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.error.po b/docs/locale/pl/LC_MESSAGES/api.error.po index 248882969..120e140a5 100644 --- a/docs/locale/pl/LC_MESSAGES/api.error.po +++ b/docs/locale/pl/LC_MESSAGES/api.error.po @@ -59,4 +59,3 @@ msgstr "" #: interactions.api.error.LibraryException.log:1 of msgid "Log the error message." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.gateway.po b/docs/locale/pl/LC_MESSAGES/api.gateway.po index da05b0a24..aad9d8772 100644 --- a/docs/locale/pl/LC_MESSAGES/api.gateway.po +++ b/docs/locale/pl/LC_MESSAGES/api.gateway.po @@ -314,4 +314,3 @@ msgstr "" #: interactions.api.gateway.heartbeat._Heartbeat:1 of msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.http.po b/docs/locale/pl/LC_MESSAGES/api.http.po index ae506eb7a..b141f2d87 100644 --- a/docs/locale/pl/LC_MESSAGES/api.http.po +++ b/docs/locale/pl/LC_MESSAGES/api.http.po @@ -2743,4 +2743,3 @@ msgstr "" #: of msgid "Deletes the original message object sent." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.models.channel.po b/docs/locale/pl/LC_MESSAGES/api.models.channel.po index 35238dac7..1ca5f1ac3 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.channel.po @@ -793,4 +793,3 @@ msgstr "" #: interactions.api.models.channel.ThreadMetadata:11 of msgid "The ability to invite users to the thread." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.models.flags.po b/docs/locale/pl/LC_MESSAGES/api.models.flags.po index 25875e2c5..af66fea34 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.flags.po @@ -92,4 +92,3 @@ msgid "" "An integer flag bitshift object representing the different member " "permissions given by Discord." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.models.guild.po b/docs/locale/pl/LC_MESSAGES/api.models.guild.po index e0efe0450..a233b694b 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.guild.po @@ -1897,4 +1897,3 @@ msgstr "" #: interactions.api.models.guild.Invite.delete:1 of msgid "Deletes the invite" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.models.gw.po b/docs/locale/pl/LC_MESSAGES/api.models.gw.po index 336c6f136..fe823c232 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.gw.po @@ -823,4 +823,3 @@ msgstr "" #: interactions.api.models.gw.GuildRole:5 of msgid "The role ID of the event." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.models.member.po b/docs/locale/pl/LC_MESSAGES/api.models.member.po index 305534611..ce23f99ac 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.member.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.member.po @@ -294,4 +294,3 @@ msgid "" "guild_id: Union[int, Snowflake, \"Guild\"] :return: URL of the members's " "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.models.message.po b/docs/locale/pl/LC_MESSAGES/api.models.message.po index 968309461..5bcd77f9c 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.message.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.message.po @@ -1093,4 +1093,3 @@ msgstr "" #: interactions.api.models.message.Sticker:14 of msgid "The standard sticker's sort order within its pack" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.models.misc.po b/docs/locale/pl/LC_MESSAGES/api.models.misc.po index e520060de..cfed122db 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.misc.po @@ -287,4 +287,3 @@ msgstr "" #: interactions.api.models.misc.Overwrite:6 of msgid "Permission bit set." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.models.po b/docs/locale/pl/LC_MESSAGES/api.models.po index a658eef9d..4a5447cbe 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.po @@ -21,4 +21,3 @@ msgstr "" #: ../../api.models.rst:4 msgid "Model Objects" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.models.presence.po b/docs/locale/pl/LC_MESSAGES/api.models.presence.po index e9b31f093..347c24dbc 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.presence.po @@ -231,4 +231,3 @@ msgstr "" #: interactions.api.models.presence.ClientPresence:6 of msgid "Whether the client is afk or not." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.models.role.po b/docs/locale/pl/LC_MESSAGES/api.models.role.po index c7d9a1e0b..c78eeec53 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.role.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.role.po @@ -197,4 +197,3 @@ msgstr "" #: interactions.api.models.role.RoleTags:5 of msgid "Whether if this is the guild's premium subscriber role" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.models.team.po b/docs/locale/pl/LC_MESSAGES/api.models.team.po index bb0bc816c..2958a4252 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.team.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.team.po @@ -183,4 +183,3 @@ msgstr "" #: interactions.api.models.team.Application.icon_url of msgid "Return type" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.models.user.po b/docs/locale/pl/LC_MESSAGES/api.models.user.po index 533c1a192..5721c56da 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.user.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.user.po @@ -133,4 +133,3 @@ msgstr "" #: interactions.api.models.user.User.banner_url:3 of msgid "URL of the user's banner (None will be returned if no banner is set)" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.models.webhook.po b/docs/locale/pl/LC_MESSAGES/api.models.webhook.po index 00552e50d..be10a2fd1 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.webhook.po @@ -257,4 +257,3 @@ msgstr "" #: interactions.api.models.webhook.WebhookType:1 of msgid "Valid values are as follows:" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/api.po b/docs/locale/pl/LC_MESSAGES/api.po index bad7d50ca..239f6eb9e 100644 --- a/docs/locale/pl/LC_MESSAGES/api.po +++ b/docs/locale/pl/LC_MESSAGES/api.po @@ -53,4 +53,3 @@ msgstr "" #: ../../api.rst:33 msgid "Discord API" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/client.po b/docs/locale/pl/LC_MESSAGES/client.po index 79f9b0917..854019fc5 100644 --- a/docs/locale/pl/LC_MESSAGES/client.po +++ b/docs/locale/pl/LC_MESSAGES/client.po @@ -639,4 +639,3 @@ msgstr "" #: interactions.client.bot.Extension:5 of msgid "The structure of an extension:" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/context.po b/docs/locale/pl/LC_MESSAGES/context.po index a674e926d..3917f5b73 100644 --- a/docs/locale/pl/LC_MESSAGES/context.po +++ b/docs/locale/pl/LC_MESSAGES/context.po @@ -342,4 +342,3 @@ msgstr "" #: interactions.client.context.ComponentContext.defer:6 of msgid "Whether you want to edit the original message or send a followup message" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/enums.po b/docs/locale/pl/LC_MESSAGES/enums.po index 552bc2e5d..ec2f643f5 100644 --- a/docs/locale/pl/LC_MESSAGES/enums.po +++ b/docs/locale/pl/LC_MESSAGES/enums.po @@ -200,4 +200,3 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/events.po b/docs/locale/pl/LC_MESSAGES/events.po index b6794e6c1..b91a1dc02 100644 --- a/docs/locale/pl/LC_MESSAGES/events.po +++ b/docs/locale/pl/LC_MESSAGES/events.po @@ -333,4 +333,3 @@ msgid "" "the methods *do not take in a guild id*. Please keep that in mind when " "using this event." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/ext.base.po b/docs/locale/pl/LC_MESSAGES/ext.base.po index 3461b2965..5a2fe3730 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.base.po +++ b/docs/locale/pl/LC_MESSAGES/ext.base.po @@ -148,4 +148,3 @@ msgstr "" #: interactions.ext.base.build:1 of msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/ext.converter.po b/docs/locale/pl/LC_MESSAGES/ext.converter.po index 540abf524..fdd604d85 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.converter.po +++ b/docs/locale/pl/LC_MESSAGES/ext.converter.po @@ -114,4 +114,3 @@ msgid "" "Gets a list of keys and values missing from the \"referenced\" or first " "model." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/ext.error.po b/docs/locale/pl/LC_MESSAGES/ext.error.po index 54236e103..ca0f95fca 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.error.po +++ b/docs/locale/pl/LC_MESSAGES/ext.error.po @@ -98,4 +98,3 @@ msgstr "" #: interactions.ext.error.UnknownService:1 of msgid "An exception raised whenever a ``Base`` object cannot find a service." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/pl/LC_MESSAGES/ext.gettingstarted.po index 637ff4e0d..0de3ee399 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/pl/LC_MESSAGES/ext.gettingstarted.po @@ -223,4 +223,3 @@ msgid "" "self-explanitory subject, we recommend :ref:`reading the documentation " "` on this." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/ext.po b/docs/locale/pl/LC_MESSAGES/ext.po index 83b3958a1..f3afe86ec 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.po +++ b/docs/locale/pl/LC_MESSAGES/ext.po @@ -48,4 +48,3 @@ msgid "" " provide out of the box, but you can also create some of your own. We'll " "be covering each one of these tools in great detail." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/ext.version.po b/docs/locale/pl/LC_MESSAGES/ext.version.po index 2c50738fb..850829199 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.version.po +++ b/docs/locale/pl/LC_MESSAGES/ext.version.po @@ -198,4 +198,3 @@ msgstr "" #: interactions.ext.version.Version.extend_version:7 of msgid "The alphanumeric version was incorrectly formatted." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/faq.po b/docs/locale/pl/LC_MESSAGES/faq.po index 0c36e96ff..1bf421161 100644 --- a/docs/locale/pl/LC_MESSAGES/faq.po +++ b/docs/locale/pl/LC_MESSAGES/faq.po @@ -521,4 +521,3 @@ msgid "" "Please join our `Discord Server`_ for any further support regarding our " "library and/or any integration code depending on it." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/get.po b/docs/locale/pl/LC_MESSAGES/get.po index f8332ac15..d5b9fb58f 100644 --- a/docs/locale/pl/LC_MESSAGES/get.po +++ b/docs/locale/pl/LC_MESSAGES/get.po @@ -228,4 +228,3 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/index.po b/docs/locale/pl/LC_MESSAGES/index.po index a9abb220a..91465f9df 100644 --- a/docs/locale/pl/LC_MESSAGES/index.po +++ b/docs/locale/pl/LC_MESSAGES/index.po @@ -247,4 +247,3 @@ msgstr "" #: ../../index.rst:88 msgid ":ref:`modindex`" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/migration.po b/docs/locale/pl/LC_MESSAGES/migration.po index 2bc74d8b8..9f0d8e6aa 100644 --- a/docs/locale/pl/LC_MESSAGES/migration.po +++ b/docs/locale/pl/LC_MESSAGES/migration.po @@ -148,4 +148,3 @@ msgid "" "your argument in your function differently than your option name! " "Example:" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/models.command.po b/docs/locale/pl/LC_MESSAGES/models.command.po index c3c00ca91..5c72da5b0 100644 --- a/docs/locale/pl/LC_MESSAGES/models.command.po +++ b/docs/locale/pl/LC_MESSAGES/models.command.po @@ -525,4 +525,3 @@ msgid "" ":class:`interactions.client.bot.Extension` is passed to the coroutine, if" " any." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/models.component.po b/docs/locale/pl/LC_MESSAGES/models.component.po index 82f44aa6f..ae186054c 100644 --- a/docs/locale/pl/LC_MESSAGES/models.component.po +++ b/docs/locale/pl/LC_MESSAGES/models.component.po @@ -340,4 +340,3 @@ msgstr "" #: interactions.client.models.component.ActionRow.new of msgid "Return type" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/models.misc.po b/docs/locale/pl/LC_MESSAGES/models.misc.po index 9b81beff6..9ea8f4346 100644 --- a/docs/locale/pl/LC_MESSAGES/models.misc.po +++ b/docs/locale/pl/LC_MESSAGES/models.misc.po @@ -149,4 +149,3 @@ msgstr "" #: interactions.client.models.misc.Interaction:13 of msgid "The message of the interaction." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/models.po b/docs/locale/pl/LC_MESSAGES/models.po index f026cf489..04da90614 100644 --- a/docs/locale/pl/LC_MESSAGES/models.po +++ b/docs/locale/pl/LC_MESSAGES/models.po @@ -21,4 +21,3 @@ msgstr "" #: ../../models.rst:4 msgid "Interaction Models" msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/models.utils.po b/docs/locale/pl/LC_MESSAGES/models.utils.po index f220cc8c5..7976e9c30 100644 --- a/docs/locale/pl/LC_MESSAGES/models.utils.po +++ b/docs/locale/pl/LC_MESSAGES/models.utils.po @@ -85,4 +85,3 @@ msgstr "" #: interactions.client.models.utils.spread_to_rows:28 of msgid "The maximum number of components in a single row. Defaults to ``5``." msgstr "" - diff --git a/docs/locale/pl/LC_MESSAGES/quickstart.po b/docs/locale/pl/LC_MESSAGES/quickstart.po index 23ad7a1da..89ed78f26 100644 --- a/docs/locale/pl/LC_MESSAGES/quickstart.po +++ b/docs/locale/pl/LC_MESSAGES/quickstart.po @@ -673,4 +673,3 @@ msgstr "" #: ../../quickstart.rst:675 msgid "Usage of ``@autodefer()``:" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.cache.po b/docs/locale/ru/LC_MESSAGES/api.cache.po index fd96f694d..355cab3ef 100644 --- a/docs/locale/ru/LC_MESSAGES/api.cache.po +++ b/docs/locale/ru/LC_MESSAGES/api.cache.po @@ -114,4 +114,3 @@ msgid "" "A dictionary denoting the Type and the objects that correspond to the " "Type." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.dispatch.po b/docs/locale/ru/LC_MESSAGES/api.dispatch.po index c6ed8f010..2b020e27a 100644 --- a/docs/locale/ru/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/ru/LC_MESSAGES/api.dispatch.po @@ -83,4 +83,3 @@ msgstr "" #: interactions.api.dispatch.Listener.register:9 of msgid "The name to associate the coroutine with. Defaults to None." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.enums.po b/docs/locale/ru/LC_MESSAGES/api.enums.po index 193fdd8eb..dc817a43e 100644 --- a/docs/locale/ru/LC_MESSAGES/api.enums.po +++ b/docs/locale/ru/LC_MESSAGES/api.enums.po @@ -46,4 +46,3 @@ msgstr "" #: interactions.api.enums.OpCodeType:1 of msgid "Valid values are as follows:" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.error.po b/docs/locale/ru/LC_MESSAGES/api.error.po index 248882969..120e140a5 100644 --- a/docs/locale/ru/LC_MESSAGES/api.error.po +++ b/docs/locale/ru/LC_MESSAGES/api.error.po @@ -59,4 +59,3 @@ msgstr "" #: interactions.api.error.LibraryException.log:1 of msgid "Log the error message." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.gateway.po b/docs/locale/ru/LC_MESSAGES/api.gateway.po index da05b0a24..aad9d8772 100644 --- a/docs/locale/ru/LC_MESSAGES/api.gateway.po +++ b/docs/locale/ru/LC_MESSAGES/api.gateway.po @@ -314,4 +314,3 @@ msgstr "" #: interactions.api.gateway.heartbeat._Heartbeat:1 of msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.http.po b/docs/locale/ru/LC_MESSAGES/api.http.po index ae506eb7a..b141f2d87 100644 --- a/docs/locale/ru/LC_MESSAGES/api.http.po +++ b/docs/locale/ru/LC_MESSAGES/api.http.po @@ -2743,4 +2743,3 @@ msgstr "" #: of msgid "Deletes the original message object sent." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.models.channel.po b/docs/locale/ru/LC_MESSAGES/api.models.channel.po index 35238dac7..1ca5f1ac3 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.channel.po @@ -793,4 +793,3 @@ msgstr "" #: interactions.api.models.channel.ThreadMetadata:11 of msgid "The ability to invite users to the thread." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.models.flags.po b/docs/locale/ru/LC_MESSAGES/api.models.flags.po index 25875e2c5..af66fea34 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.flags.po @@ -92,4 +92,3 @@ msgid "" "An integer flag bitshift object representing the different member " "permissions given by Discord." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.models.guild.po b/docs/locale/ru/LC_MESSAGES/api.models.guild.po index e0efe0450..a233b694b 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.guild.po @@ -1897,4 +1897,3 @@ msgstr "" #: interactions.api.models.guild.Invite.delete:1 of msgid "Deletes the invite" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.models.gw.po b/docs/locale/ru/LC_MESSAGES/api.models.gw.po index 336c6f136..fe823c232 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.gw.po @@ -823,4 +823,3 @@ msgstr "" #: interactions.api.models.gw.GuildRole:5 of msgid "The role ID of the event." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.models.member.po b/docs/locale/ru/LC_MESSAGES/api.models.member.po index 305534611..ce23f99ac 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.member.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.member.po @@ -294,4 +294,3 @@ msgid "" "guild_id: Union[int, Snowflake, \"Guild\"] :return: URL of the members's " "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.models.message.po b/docs/locale/ru/LC_MESSAGES/api.models.message.po index 968309461..5bcd77f9c 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.message.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.message.po @@ -1093,4 +1093,3 @@ msgstr "" #: interactions.api.models.message.Sticker:14 of msgid "The standard sticker's sort order within its pack" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.models.misc.po b/docs/locale/ru/LC_MESSAGES/api.models.misc.po index e520060de..cfed122db 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.misc.po @@ -287,4 +287,3 @@ msgstr "" #: interactions.api.models.misc.Overwrite:6 of msgid "Permission bit set." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.models.po b/docs/locale/ru/LC_MESSAGES/api.models.po index a658eef9d..4a5447cbe 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.po @@ -21,4 +21,3 @@ msgstr "" #: ../../api.models.rst:4 msgid "Model Objects" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.models.presence.po b/docs/locale/ru/LC_MESSAGES/api.models.presence.po index e9b31f093..347c24dbc 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.presence.po @@ -231,4 +231,3 @@ msgstr "" #: interactions.api.models.presence.ClientPresence:6 of msgid "Whether the client is afk or not." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.models.role.po b/docs/locale/ru/LC_MESSAGES/api.models.role.po index c7d9a1e0b..c78eeec53 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.role.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.role.po @@ -197,4 +197,3 @@ msgstr "" #: interactions.api.models.role.RoleTags:5 of msgid "Whether if this is the guild's premium subscriber role" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.models.team.po b/docs/locale/ru/LC_MESSAGES/api.models.team.po index bb0bc816c..2958a4252 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.team.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.team.po @@ -183,4 +183,3 @@ msgstr "" #: interactions.api.models.team.Application.icon_url of msgid "Return type" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.models.user.po b/docs/locale/ru/LC_MESSAGES/api.models.user.po index 533c1a192..5721c56da 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.user.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.user.po @@ -133,4 +133,3 @@ msgstr "" #: interactions.api.models.user.User.banner_url:3 of msgid "URL of the user's banner (None will be returned if no banner is set)" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.models.webhook.po b/docs/locale/ru/LC_MESSAGES/api.models.webhook.po index 00552e50d..be10a2fd1 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.webhook.po @@ -257,4 +257,3 @@ msgstr "" #: interactions.api.models.webhook.WebhookType:1 of msgid "Valid values are as follows:" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/api.po b/docs/locale/ru/LC_MESSAGES/api.po index bad7d50ca..239f6eb9e 100644 --- a/docs/locale/ru/LC_MESSAGES/api.po +++ b/docs/locale/ru/LC_MESSAGES/api.po @@ -53,4 +53,3 @@ msgstr "" #: ../../api.rst:33 msgid "Discord API" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/client.po b/docs/locale/ru/LC_MESSAGES/client.po index 79f9b0917..854019fc5 100644 --- a/docs/locale/ru/LC_MESSAGES/client.po +++ b/docs/locale/ru/LC_MESSAGES/client.po @@ -639,4 +639,3 @@ msgstr "" #: interactions.client.bot.Extension:5 of msgid "The structure of an extension:" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/context.po b/docs/locale/ru/LC_MESSAGES/context.po index a674e926d..3917f5b73 100644 --- a/docs/locale/ru/LC_MESSAGES/context.po +++ b/docs/locale/ru/LC_MESSAGES/context.po @@ -342,4 +342,3 @@ msgstr "" #: interactions.client.context.ComponentContext.defer:6 of msgid "Whether you want to edit the original message or send a followup message" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/enums.po b/docs/locale/ru/LC_MESSAGES/enums.po index 552bc2e5d..ec2f643f5 100644 --- a/docs/locale/ru/LC_MESSAGES/enums.po +++ b/docs/locale/ru/LC_MESSAGES/enums.po @@ -200,4 +200,3 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/events.po b/docs/locale/ru/LC_MESSAGES/events.po index b6794e6c1..b91a1dc02 100644 --- a/docs/locale/ru/LC_MESSAGES/events.po +++ b/docs/locale/ru/LC_MESSAGES/events.po @@ -333,4 +333,3 @@ msgid "" "the methods *do not take in a guild id*. Please keep that in mind when " "using this event." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/ext.base.po b/docs/locale/ru/LC_MESSAGES/ext.base.po index 3461b2965..5a2fe3730 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.base.po +++ b/docs/locale/ru/LC_MESSAGES/ext.base.po @@ -148,4 +148,3 @@ msgstr "" #: interactions.ext.base.build:1 of msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/ext.converter.po b/docs/locale/ru/LC_MESSAGES/ext.converter.po index 540abf524..fdd604d85 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.converter.po +++ b/docs/locale/ru/LC_MESSAGES/ext.converter.po @@ -114,4 +114,3 @@ msgid "" "Gets a list of keys and values missing from the \"referenced\" or first " "model." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/ext.error.po b/docs/locale/ru/LC_MESSAGES/ext.error.po index 54236e103..ca0f95fca 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.error.po +++ b/docs/locale/ru/LC_MESSAGES/ext.error.po @@ -98,4 +98,3 @@ msgstr "" #: interactions.ext.error.UnknownService:1 of msgid "An exception raised whenever a ``Base`` object cannot find a service." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/ru/LC_MESSAGES/ext.gettingstarted.po index 637ff4e0d..0de3ee399 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/ru/LC_MESSAGES/ext.gettingstarted.po @@ -223,4 +223,3 @@ msgid "" "self-explanitory subject, we recommend :ref:`reading the documentation " "` on this." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/ext.po b/docs/locale/ru/LC_MESSAGES/ext.po index 83b3958a1..f3afe86ec 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.po +++ b/docs/locale/ru/LC_MESSAGES/ext.po @@ -48,4 +48,3 @@ msgid "" " provide out of the box, but you can also create some of your own. We'll " "be covering each one of these tools in great detail." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/ext.version.po b/docs/locale/ru/LC_MESSAGES/ext.version.po index 2c50738fb..850829199 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.version.po +++ b/docs/locale/ru/LC_MESSAGES/ext.version.po @@ -198,4 +198,3 @@ msgstr "" #: interactions.ext.version.Version.extend_version:7 of msgid "The alphanumeric version was incorrectly formatted." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/faq.po b/docs/locale/ru/LC_MESSAGES/faq.po index 0c36e96ff..1bf421161 100644 --- a/docs/locale/ru/LC_MESSAGES/faq.po +++ b/docs/locale/ru/LC_MESSAGES/faq.po @@ -521,4 +521,3 @@ msgid "" "Please join our `Discord Server`_ for any further support regarding our " "library and/or any integration code depending on it." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/get.po b/docs/locale/ru/LC_MESSAGES/get.po index f8332ac15..d5b9fb58f 100644 --- a/docs/locale/ru/LC_MESSAGES/get.po +++ b/docs/locale/ru/LC_MESSAGES/get.po @@ -228,4 +228,3 @@ msgid "" "count: the number of existing members last_value: the last value assigned" " or None" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/index.po b/docs/locale/ru/LC_MESSAGES/index.po index a9abb220a..91465f9df 100644 --- a/docs/locale/ru/LC_MESSAGES/index.po +++ b/docs/locale/ru/LC_MESSAGES/index.po @@ -247,4 +247,3 @@ msgstr "" #: ../../index.rst:88 msgid ":ref:`modindex`" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/migration.po b/docs/locale/ru/LC_MESSAGES/migration.po index 2bc74d8b8..9f0d8e6aa 100644 --- a/docs/locale/ru/LC_MESSAGES/migration.po +++ b/docs/locale/ru/LC_MESSAGES/migration.po @@ -148,4 +148,3 @@ msgid "" "your argument in your function differently than your option name! " "Example:" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/models.command.po b/docs/locale/ru/LC_MESSAGES/models.command.po index c3c00ca91..5c72da5b0 100644 --- a/docs/locale/ru/LC_MESSAGES/models.command.po +++ b/docs/locale/ru/LC_MESSAGES/models.command.po @@ -525,4 +525,3 @@ msgid "" ":class:`interactions.client.bot.Extension` is passed to the coroutine, if" " any." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/models.component.po b/docs/locale/ru/LC_MESSAGES/models.component.po index 82f44aa6f..ae186054c 100644 --- a/docs/locale/ru/LC_MESSAGES/models.component.po +++ b/docs/locale/ru/LC_MESSAGES/models.component.po @@ -340,4 +340,3 @@ msgstr "" #: interactions.client.models.component.ActionRow.new of msgid "Return type" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/models.misc.po b/docs/locale/ru/LC_MESSAGES/models.misc.po index 9b81beff6..9ea8f4346 100644 --- a/docs/locale/ru/LC_MESSAGES/models.misc.po +++ b/docs/locale/ru/LC_MESSAGES/models.misc.po @@ -149,4 +149,3 @@ msgstr "" #: interactions.client.models.misc.Interaction:13 of msgid "The message of the interaction." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/models.po b/docs/locale/ru/LC_MESSAGES/models.po index f026cf489..04da90614 100644 --- a/docs/locale/ru/LC_MESSAGES/models.po +++ b/docs/locale/ru/LC_MESSAGES/models.po @@ -21,4 +21,3 @@ msgstr "" #: ../../models.rst:4 msgid "Interaction Models" msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/models.utils.po b/docs/locale/ru/LC_MESSAGES/models.utils.po index f220cc8c5..7976e9c30 100644 --- a/docs/locale/ru/LC_MESSAGES/models.utils.po +++ b/docs/locale/ru/LC_MESSAGES/models.utils.po @@ -85,4 +85,3 @@ msgstr "" #: interactions.client.models.utils.spread_to_rows:28 of msgid "The maximum number of components in a single row. Defaults to ``5``." msgstr "" - diff --git a/docs/locale/ru/LC_MESSAGES/quickstart.po b/docs/locale/ru/LC_MESSAGES/quickstart.po index 23ad7a1da..89ed78f26 100644 --- a/docs/locale/ru/LC_MESSAGES/quickstart.po +++ b/docs/locale/ru/LC_MESSAGES/quickstart.po @@ -673,4 +673,3 @@ msgstr "" #: ../../quickstart.rst:675 msgid "Usage of ``@autodefer()``:" msgstr "" -