You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

intro-scopes-bot.png 17 kB

Documentation Overhaul (#1161) * Add XML docs * Clean up style switcher * Squash commits on branch docs/faq-n-patches * Fix broken theme selector * Add local image embed instruction * Add a bunch of XML docs * Add a bunch of XML docs * Fix broken search + DocFX by default ships with an older version of jQuery, switching to a newer version confuses parts of the DocFX Javascript. * Minor fixes for CONTRIBUTING.md and README.md * Clean up filterConfig.yml + New config exposes Discord.Net namespace since it has several common public exceptions that may be helpful to users * Add XML docs * Read token from Environment Variable instead of hardcode * Add XMLDocs * Compress some assets & add OAuth2 URL generator * Fix sample link & add missing pictures * Add tag examples * Fix embed docs consistency * Add details regarding userbot support * Add XML Docs * Add XML Docs * Add XML Docs * Minor fixes in documentations + Fix unescaped '<' + Fix typo * Fix seealso for preconditions and add missing descriptions * Add missing exceptions * Document exposed TypeReaders * Fix letter-casing for files * Add 'last modified' plugin Source: https://github.com/Still34/DocFx.Plugin.LastModified Licensed under MIT License * XML Docs * Fix minor consistencies & redundant impl * Add properties examples to overwrite * Fix missing Username prop * Add warning for bulk-delete endpoint * Replace note block * Add BaseSocketClient docs * Add XML docs * Replace langword null to code block null instead - Because DocFX sucks at rendering langword * Replace all langword placements with code block * Add more IGuild docs * Add details to SpotifyGame * Initial proofread of the articles * Add explanation for RunMode * Add event docs - MessageReceived - ChannelUpdated/Destroyed/Created * Fix light theme link color * Fix xml docs error * Add partial documentation for audit log impl * Add documentation for some REST-based objects * Add partial documentation for audit log objects * Add more XML comments to quotation mark alias map stuff, including an example * Add reference to CommandServiceConfig from the util docs' * Add explanation that if " is removed then it wont work * Fix missing service provider in example * Add documentation for new INestedChannel * Add documentation * Add documentation for new API version & few events * Revise guide paragraphs/samples + Fix various formatting. + Provide a more detailed walkthrough for dependency injection. + Add C# note at intro. * Fix typos & formatting * Improve group module example * Small amount to see if I'm doing it right * Remove/cleanup redundant variables * Fix EnterTypingState impl for doc inheritance * Fix Test to resolve changes made in 15b58e * Improve precondition documentation + Add precondition usage sample + Add precondition group usage sample + Move precondition samples to its own sample folder * Move samples to individual folders * Clarify token source * Cleanup styling of README.md for docs * Replace InvalidPathChars for NS1.3 * InvalidPathChars does not exist in NS1.3; replaced with GetInvalidPathChars instead. * Add a missing change for 2c7cc738 * Update LastModified to v1.1.0 & add license * Rewrite installation page for Core 2.1 * Fix anchor link * Bump post-processor to v1.1.1 * Add fixes to partial file & add license * Moved theme-switcher code to scripts partial file + Add author's MIT license to featherlight javascript * Remove unused bootstrap plugin * Bump LastModified plugin * Changed the path from 'lastmodified' to 'last-modified' for consistency * Cleanup README & Contribution guide * Changes to last pr * Fix GetCategoryAsync docs * Proofread and cleanup articles * Change passive voice in "Get Started" to active * Fix improper preposition in Commands Introduction page * Fix minor grammar mistakes in "Your First Bot" (future tense -> present tense/subjunctive mood -> indicative mood/proper noun casing/incorrect noun/add missing article) * Fix minor grammar mistakes in "Installation" (missing article) * no hablo ingles * Try try try again * I'm sure you're having as much fun as I am * Cleanup TOC & fix titles * Improve styling + Change title font to Noto Sans + Add materialized design for commit message box * Add DescriptionGenerator plugin * Add nightly section for clarification * Fix typos in Nightlies & Post-execution * Bump DescriptionGenerator to v1.1.0 + This build adds the functionality of generating managed references' summary into the description tag. * Initial emoji article draft * Add 'additional information' section for emoji article * Add cosmetic changes to the master css * Alter info box color + Add transition to article content * Add clarification in the emoji article * Emphasize that normal emoji string will not translate to its Unicode representation. * Clean up or add some of the samples featured in the article. + Add emoji/emote declaration section for clarification. + Add WebSocket emote sample. - Remove inconsistent styling ('wacky memes' proves to be too out of place). * Improve readability for nightlies article * Move 'Bundled Preconditions' section * Bump LastModified to fix UTC DateTime parsing * Add langwordMapping.yml * Add XML docs * Add VSC workspace rule * The root workspace limits the ruler to 120 characters for member documentations and excludes folders such as 'samples' and 'docs'. * The docs workspace limits the ruler to 70 characters for standard conceptual article to comply with documentation's CONTRIBUTING.md rule, and excludes temprorary folders created by DocFX. * Update CONTRIBUTING.md * Add documentation style rule * Fix styling of several member documentation * Fix ' />' caused by Agent Smith oddities * Fix styling to be more specific about the mention of IDs * Fix exception summary to comply with official Microsoft Docs style * References https://docs.microsoft.com/en-us/dotnet/api/system.argumentnullexception?view=netframework-4.7.2 https://docs.microsoft.com/en-us/dotnet/api/system.platformnotsupportedexception?view=netframework-4.7.2 https://docs.microsoft.com/en-us/dotnet/api/system.badimageformatexception?view=netframework-4.7.2 * Add XML documentations * Shift color return docs * Fix minor docs * Added documentation for SocketDMChannel, SocketGuildChannel, and SocketTextChannel * Add XML docs * Corrections to SocketGuildChannel * Corrections to SocketTextChannel * Corrections to SocketDMChannel * Swapped out 'id' for 'snowflake identifier * Swapped out 'id' for 'snowflake identifier' * SocketDMChannel amendments * SocketGuildChannel amendments * SocketTextChannel amendments * Add XML docs & patch return types + Starting from this commit, all return types for tasks will use style similar to most documentations featured on docs.microsoft.com References: https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbcontext.-ctor?view=efcore-2.1 https://docs.microsoft.com/en-us/dotnet/api/system.io.filestream.readasync?view=netcore-2.1 https://docs.microsoft.com/en-us/dotnet/api/system.io.textwriter.writelineasync?view=netcore-2.1#System_IO_TextWriter_WriteLineAsync_System_Char___ And many more other asynchronous method documentations featured in the latest BCL. * Added documentation for many audit log data types, fixed vowel indefinite articles * Change audit log data types to start with 'Contains' (verb) instead of an article * Fix some documentation issues and document some more audit log data types * Fix English posession * Add XML doc * Documented two more types * Documented RoleCreateAuditLogData * Document remaining audit log data types * Added RestDMChannel documentation * Added RestGuildChannel documentation * Added RestTextChannel documentation * Added RestVoiceChannel documentation * Added RestUser documentation * Added RestRole documentation * Added RestMessage documentation * Slightly better wording * Contains -> Contains a piece of (describe article) * [EN] Present perf. -> past perf. * Add XML docs * Fix arrow alignment * Clarify supported nullable type * Fixed a typo in ISnowflakeEntity * Added RestUser Documentation * Added RestInvite documentation * Add XML docs & minor optimizations * Minor optimization for doc rendering * Rollback font optimization changes * Amendments to RestUser * Added SocketDMChannel documentation * Added RestDMChannel documentation * Added RestGuild documentation * Adjustment to SocketDMChannel * Added minimal descriptions from the API documentation for Integration types * Added obsolete mention to the ReadMessages flag. * Added remarks about 2FA requirement for guild permissions * Added xmldoc for GuildPermission methods * Added xml doc for ToAllowList and ToDenyList * Added specification of how the bits of the color raw value are packed * Added discord API documentation to IConnection interface * I can spell :^) * Fix whitespace in ChannelPermission * fix spacing of values in guildpermission * Made changes to get field descriptions from feedback, added returns tag to IConnection * Added property get standard for IntegrationAccount * Added property get pattern to xml docs and identical returns tag. * Change all color class references to struct ...because it isn't a class. * Add XML docs * Rewrote the returns tags in IGuildIntegration, removed the ones I was unsure about. * Rewrote the rest of the returns tags * Amendments * Cleanup doc for c1d78189 * Added types to <returns> tags where missing * Added second sample for adding reactions * Added some class summaries * Missed a period * Amendments * restored the removed line break * Removed unnecessary see tag * Use consistent quotation marks around subscribers, the name for these users are dependant on the source of where they are integrated from (youtube or twitch), so we should not use a name that is specific to one platform * Add <remarks> tag to the IGuildIntegration xmldocs * Fix grammar issue * Update DescriptionGenerator * Cleanup of https://github.com/Still34/Discord.Net/pull/8 * Cleanup previous PR * Fix for misleading behaviour in the emoji guide + Original lines stated that sending a emoji wrapped in colon will not be parsed, but that was incorrect; replaced with reactions instead of sending messages as the example * Add strings for dictionary in DotSettings * Add XML docs * Fix lots of typos in comments + Geez, I didn't know there were so many. * Add XML docs & rewrite GetMessagesAsync docs This commit rewrites the remarks section of GetMessagesAsync, as well as adding examples to several methods. * Update 'Your First Bot' + This commit reflects the new changes made to the Discord Application Developer Portal after its major update * Initial optimization for DocFX render & add missing files * Add examples in message methods * Cleanup https://github.com/RogueException/Discord.Net/pull/1128 * Fix first bot note * Cleanup FAQ structure * Add XML docs * Update docfx plugins * Fix navbar collapsing issue * Fix broken xref * Cleanup FAQ section + Add introductory paragraphs to each FAQ section. + Add 'missing dependency' entry to commands FAQ. * Split commands FAQ to 'General' and 'DI' sections. * Cleanup https://github.com/RogueException/Discord.Net/pull/1139 * Fix missing namespace * Add missing highlighting css for the light theme * Add additional clarification for installing packages * Add indentation to example for clarity * Cleanup several articles to be more human-friendly and easier to read * Remove RPC-related notes * Cleanup slow-mode-related documentation strings * Add an additional note about cross-guild emote usage * Add CreateTextChannel sample * Add XMLDocs
7 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. PNG
  2. 
  3. ��� IHDR�������F��PLTE02958>+-3r!#)$qu|RB>>Ur47R@9>qaR6LiS58HX:/1[H8=02ygVH5B]z2t2Xr58D^thR18^trs:Rkq:8>-/[-34<U^K>RizG`|48as175<N9Jc׫‹npiprsbPB,+-D[tj]O573F/5NQVIA>N;>+E8=Ld{fpz;=Chl]03C+-Lә_q{-3mt|:29ߺpk\Z8=mZH=c=.0kmjc1Rթ3˖jcX`/55a3kfsg{V=`h6;L_rO˓;⮌bVJC촧yJaXOy8>޸qeWG8kO8>ZlxHYgt聨xHqCy-Gft:=rI9J3Բ\PHzzڮh]{͡9DRLmc6{5Ly:H[%'.:Fgu_-30Ev޲BC,j-LbIџPNLJ共^Vf2?dL6,eperxJh3\HDI,xCKYtKѯ⛓ɱٓ+eYyr+I›jE1Lˣ|cIHVGMntے\_eaz8>{ScǷjJe;bo~ORƆ-` ��@IDATx=hSQ=K&T!.JTYEGIւ%8 . "*"It<5Ů-y眗˹t &aImaRF`Ԇ&aImaRF`Ԇ&aImaRF`Ԇ&a?R6K׎€\-VYR](?^fo{ea[1tHܶC;�0{1GjP.sg#hi ؑJ �~2[|_:ԻEty¹3RntRh6bD*ʩ0(Jo-�YBqZ@WyD2K8F@rΩ\6xi͗V`IM�B,N~mu;buRan =*w]FeJ}7:w9D䗻p$\J9}FxR?H1[bUc/dv֓KO`0̉}uuRq:k|_6=;K zm捻#&?%sGI|Pq5J@{7h|&<K"
  4. X-r.dMI-F]b]x“ZLK}�-&_Fj~^6tޗaPjIzDYSiJJHkf&%u3/_jQzHiفԔJ=G2#o ԪrṠ0ǓZ;JMzPxq�0|ŤF"~w
  5. ֗Z޾Wݪ{v*]$#fꦤ&-Mx``I"2-1",7c
  6. gGVON{npm{(/ ߅EaH԰ ۑ>LAN(]w3u)%:{~"\#F„FxRQ(?azr$ųr(!FI=Vi?LrI-Ӫ-IKS-ޢ_Rk乚;lw #p<WΓ.P$m&I@zCT07-}YA,PRSSƔr=gyJ׹ qdoaIM-Gtj'\CGHM >b0756 WL@'RcLPs='uT֜0<ƭR(' Ro#x|$$v=,Az QRSb0.
  7. U휷TiL,Rkn'5$^A}�*5|[CRl>y(s)\92y}ltKWTzǃЫ�j 0ä>���� W0#5H 3RÌ0#5H 3R>���� W0#5H 3RQ0
  8. ԣ` 3@L6ȸUlBzRETNI-
  9. L%+}LQOHp4G`�h#'sy–;)̬fbIy&sppgb @A%{0\Qxc8`u0liD*UbToI%lF+RL;0ea-yL}xs_nݔRP#Ծs~ o~A bƕ{|Z^"ZCʖw޶/3ck 7GNmv12AYPM:`:aԄ?x4$7&~9,j?4u.uQ ejqOC/#[ӓ�QP3Ozrr_)j.Pl]x<Dyu=]\rӟhuՋTmI:sq-ũWZ}Nc_.MqZT_Sw/:MG&C6i2AMiJPWT_ϒ7-|2?V2|[__'lO
  10. I 3 ¨3ݓDM|vl}^on(PN9wPHt('<<S[Qxx5G{9BͲؘYWؘW1П4P9S BͲZ*gN!KiQ<n+6jv�-Lѷq ީ>^2ua|UcuVQ/+#EېKW}ykUͯcOc
  11. gLl[2Q!68 Pt( dn]w {yX_?7.Gd&=En[^u+e;q$UF`&fʫqFJKCz$kOj(Q3;M&GPNg‚m-FAov"ѡYrQ:@=nQu}鿷 BrAlLڨ+ yj9A(?i?HnꪥjD,>)"bp 1,k#ESB(sQ^L,pVܒt[ ֑*vҸS-e6%&V\q-!g%>uPbsڔm|{yïb.e?;拲Uy4~iI .Ds?@֭0nJ)҃sŐ+2|2 Doe DSx"tX ᖛYWO3y݀%/`6BEvfޮ0.+fYN!E\ڗG
  12. jaPׄCj\Qּ:Zfsuԫ%{ 5}8ZOi5@mr>lKK4=lnfwt4;pƝZJ;$ )y`\>a\$]*dEk#f7GSWr2_e[H4
  13. �5Bs.6&ᎉ`?
  14. Ѐ;uy\OR!9Y+F^*wݩY"bJ0!xԭwG'ΙZZpB]C!!et{kIm݀Z׿׎TujO)~ӟ-PG]Pq ]P•@I`Pt{%nqu�uxID)ؘP)x̠fN)ԧThoPjRD+L,zN.qf jռˠlv(^F}QHYcL9_Enq̽P*~C85о 5I2tK'L =5)[KoJL" M~#:[nRpy(`@ŸLRuڦֶ@B&DkroE]y`B嗨@˂xT\u/+c-C-] w Eه/OA3iCcEx'PU
  15. Mt7J_<h)p!ZNLTa(Il<Ԣazڽ3/?fܞvy|$UF`&:r_+];a)Q�i3fxݦbj[H4 ᓖN~XffeؘQW,N0L ak=NOZy詐C5]pj;ud,y7RDbvO1!@}88uٍotDfڛPs=tU4h}CKSIlKV?I+smjէI @F3?+vU#n<LP:_.d({Yq ?f\l"=0^'UF`.RO%2̭9C:O$v5jC O0/GY'RK@$:R rE/nBEJsrAlL]'-ldi:5ZB}>}D}&]ieE!E C>S~km0!d)F#aUOa޽;3{}zIL.^nsOPn#ꏝ5RwWPۘO͢j{SVGCzg;?عc(
  16. í@b4Pى&�c()\�a5X<y޹7&+)UYRQ+UYCj{ʥ3qꕥ3��Q{ĩnu 0F3lQ\JZ8j"N>G^UEwx4'Քo_5{i/qia RQ.N!ʥT-w5ZMّzܿCfIpn3i5LbSrS5UM=d*H-FgCqmAP..KG|TUE#kRtQ FmgL5Mb95mb{4jU[~ԸBҬO5^擇Ui\D4j5<揷w0p֑¨vkvJ`԰Q.N巪.3_ce8yjw;!Ee&Oe;gbwdұ4T9Eɡ\-{R*VvWӑ")S(u媝Pt`}Pꇝ;4��<Qj{@W)Q6>a5 j!F#j5ĈbD 1QC!F#j53vi#8oyBJhI%Á:ԭr쐿 R6HZ,]X
  17. ⡠Bv-Y29uڥt=/^P3{>ޝe@j�,R`�ˀ�X2 5� H e@j�,R`�ˈI]\ 2ҩ?? fJ4"$PAM8L(\j,ee0 MA䷯NL/JT6
  18. ROmkC?:=N4Qy5F#f'=0 MϔM((Spmg>ܬh)ԐrF7+=y]ΔP_Q4]vOHI/n4Kmt33˪8t: ޅXj≆kC5#9cY uʐHjbugce4KFa_8iܦ >$8d/5ڄdV.Eĥn::UӴa"9;iPgXj4Vh.m*Ǥ A, &j6:NP_߹RٟП t\/M fn=] rT„&4(MZ/Aّ"qˠ! G:HM~9 b+u ]7SImB2QT;,5<#)©CTRo-$e^Q{Q=i-Y`<Bܫ4d:TMgRP8W$H PJn] <$u;o0,MKTIn c 9F]KA ٗ7KmBDvH.iCӒb]kIr%ZZ7n)0
  19. _>ZϟS?R`�ˀ�X2 5� H e@j�,R`dB
  20. �}"1r KXP!XE-z0FJ@AE,h $SZ&>+iCC=uι;z>{>{/}׻ CAJaThuإ\GQYvv+iQQAj%8}Gv"݇HpDj!R;RO;15c-;pj`fj E5ZS$ ޚH1@_k}H Zm@pOj-㟑/Ǣ¶nn%j/ 'YCJ݆)]9sDd1>t'zlשyxYO^ҽ R ۑDbqo]H.
  21. ِ7 �p<FBEK‚~ɈaA3tJIMp~ N"MS_X͖⃞K'Aq.@ܫsQZ6lMP9nwZoN-&8?3/w¶R,QQĎ@7Tb~8׀M΁r.u
  22. צ s&ݿ~jkxOSA-Rd K?vˁ^(5?ROX<ngucFR`-XNϿ.vS:]jاV17?|5YT6 6<d }f`+Ud=ϘOO52Y(J}.EҀ,5Vf}lI,5N:(w?Jѫ_n8WVۋ針064AM8rNyS+*T/^xlC!~O/1-ms'?SBSKA"PYJMS�]V"i}PѹYC[9{d,u/jmZ_sE)!ROTSѽJ({)5_hN Uh xEa:G3{i$5'WI'Qf4qXSvHHSD]R񌙿S :0/cpJk0Wz k4ђ4Ls\όpJ !Xx6
  23. =pޚvR_uO~K#Ϲ
  24. `WB ~RR_R9U5w(uv9RrC)% DA`MPz}eFT2%LN]ZHRוH!Gix7:WeK[/]NiBGFٚ"u9ng kRs-nBv.iJt]Qg*ߣ*k6ȞEi .P=Vֹ'|I |IKEyT^up]Cnp8"H>Dj#RԿٷ{0�&kl WJHA�"rv+kAV^/?pDQ GpQ_Zo%pQ_KzوZɨ[6pQX2u0!QuA¸4!jV L5M­CԢFD-QkdFn,% j5^scZ 풆bF( jFQUe(:6q_Y
  25. Qk4}JFe󞕷q
  26. Qk4ulacM-O늨Bq8%}n٤/D;s߱y]D ݊>ug}7SwYr?$ Q5}6) QkdھCEԞ!j3DQ_me!j�^BhDQFhDQwMEa) ̏p@oB\Y\`,-%CE0:$nIP];u%lq,oN\8҈zq4^G'G*#j@ QbCԀ5 1D !j@ QbCԀ5 1D !j@ QbCԀ5 1 Q^ߥ=Oyx'z~#fH+Gf|-.wJ~ O~d:k{}oG8=!ϭfzĺܹ-놷@2GT9|;_GzuqTQfmλsvR2Y;ݏx#k o`K:RڬuJ{F{@"nA!e|_^=]slX;DZQv0m~|yVj5uWӭѓoAH͢;Uן˨ͯ3?h:�ejt<\ bxLCԀ5 1D !j@ QbCԀI
  27. ʙzc�X9>Q�JK: ҨS"j@ QbCԀ5 1D !j@ QbwMDqMO$HӸ( hNP RZ2PH
  28. `Z4j)B+T`V\` 8w5jwsM'wR�ŀ�(@1 5�P H b@j�R�ŀ�(@1 5�P H b@j�R�؍gӢYu 8qv!GKr=u]H戛&P! 5E[ǁM@qz=K;i<$n΁q2&RWS2̧SP,WDd'XC$ax7g89Ț!ԣZzYR=:KD<2en'pLަqef\6|!{"s 6GH' e19˵m&\SDRkprbdb P4^y'D{e#xwcY,\'%q/b>'F^11ٱ?OBcFxFːhg*G;Dy5>,nqԉ_m + L(-tQxC'`<8a)inDD\-O4{yakE] 72YRGi3N<~qmk샏ncr=ɜ 7dG>3z_(kW~F؇X~kJ^Uص_`e[[ɮ?V)uS{%f\Of30]T.5sWcjmĎe?&6J]:Zotvc¶wm5bƅRsڒkfs RGԴ-$oCjK9ΥAj0EJRD{9>Z|Va['| .cAj*7&'.*5J]]=ԿО&:\e@;(/f]cC[݃+H+.dkWb zTb;Gwn&vp$Z̅10xnspfNzs5Pba</iR𝊮|A+ es1Կ^SQPvun,e.6.}^ c}tkOPVa[yeBߌPZjZs')ϻTMLIM>zZKp,[u#_lٓ7Cѧ3 UU)-HmIb}JgnyUEOi}'Uyǵ}<:7L¶"QWQ .k!=c}l&J68M-B7/fɝ<:\$\[91يe x@j[+rF.<[ .��@1 5�P H b@j�R�ŀ�(@1 5�t4/L5pj�^zq\NׄI<=Nk)Q{<fԻR{kf6>!G>rM'?cdQ}IoJ+?Cj/yE/H}3^ԭj"uu|瑋�fOHQ**,JdѡMou"u$d*ˢX5tYVI t<u( Bo4o$sz|}v޼~YqEFK~<{-uWVqkc";=%Zs]NDpylf9Z@6Eg9S7AV'钮 RjWZssЩn:
  29. vа7^0ԛ\^|ZBɀVRWco0nfCCjn;ds.H-gܩ .0Qe;w%2"̞\/L@^12\9lpӮ eht .5O~uԍN{S#HyNo&w&uMjO^tRaMI]3pG!uI]>г| w/W ߜ^:Cc.p:aHL;.w75ښ~asHX(R'FtRoz;|3Q:)P/
  30. lt:'-1BK xkRore{DF\뷴Pj&uz+1Xs/q|C9R!]]v%}brȥG/!\9?NWzE9Ԑڱ H}R8#
  31. sQ͟AGvzM!~A \Av⺂#q?P{M�RuԐ(.uIɡC@j_JSR%`c].�Cא(%u
  32. +f(!IH *L~ԐtR.W6Ԑt\@\':in7 5>zsK}bS qHC{n%GK78'^_I=UHM thߟHM d#5mort %IuSI*
  33. uarKi _rިeFv9JMSj7|TR(O<w.k>K]@BZ\?4{$~#m\]׬ z}D?%Bm7N{Au: =V[U4>viuh czMԿ8*zN֒X,2)Ή*bUpc\K77KRtڃ_ba3k\-QGJ'Fx[*}*}_Nn5p]RR?XJ2_niu7{Z[ȓ'%m .NQ/L5>YKl(bKNR[Ej9: sr/UGjzLM_MEHrK[ّU΄dn~D`,eMRR洰UOl%7~,6z* rݒd5m5s.NREj9o;ᗲǂIm?fH:vN5p:2)C^9()KӅʍ孫hj?G:U, _yHi0eHm9#6PީdTj䗚W_TaR/B, x^ >ixv256&fkN{2[!u-KM3=U|n6N["_D7~R;zl7蚱Pv1 +yBDIBق"usڢ26P#_>vpXe5|gG/t$J#V4n,Jsxn+=zK筹!%^k`>dҲŅ(o)+s-mHoB[ZfZV-e˩Z-RǓ~+7E𦝲nb܎^Y7S{qG5
  34. Rge?n"ONRg�pcApm Cn�Gr:8��PH b@j�R�ŀ�(@1 5�P H wMaEm)BД)]\]
  35. uȉPbhK8iRu ܊])8DtXQ.h~wK>^g@j� |cK?K۶& !Cn@7zy0yp%_) wn/z'ݔzJ} R9O+35A9_[h=JL~+ZR4 PN~NfY*֓ZyyO}!szG8:Q6Jjb9-CSn.cj¾Ha%'rj5cRi5cZf4}@1O^б˷kG)"$,{m> pHCZyzlDRwImKL4/ݣFZ'N8lFSM3*ڮZkM" |2/WSjZ9,k-u1no%
  36. %_޼31S3!u2hə._RpܲaN7EErQ|I">Sto ~z(=eKgPq> [aėzVŅ[I jQnq7:~qݸr$^=]6M5{ 3Nqs:B7H]zR{K'2>DkOS/wSh3ɧ~#!ͣ2 [J.XԠFoREH!m2u&s7ߜ}Bxɼ\]6ō;D檕9WRٙg3cRѩ|~VR[~WWh 1W=Vm_/9-s%:(Znm 47"||([0;HMkԗW(nRS3AS.(t(ԲmⷴD\!Iy^RSKgqZmf.-o]}ɫɼLbRS"A?1
  37. CGnn/Sg<UAjJ}Qx_7g,uR&>O-g@noApȭ'p[A!�Rg@j� H @>���� WH 3RÌ0#5H 3RÌ0#5H 3RÌ0#5H 3RÌ0#5H 3RÌ0#5H 3RÌ0#5H 3RÌ0#5H 3RÌtP0 �0Y[^1x!wnaaa/w?@#ShH H D2nbLYERC3R0R0R0Ro}!m]a>aA{e! Cu+&2*<H|%ݸn(yd>s3 )c9Qj]a0xs@W͊kw~;GH0)/PWe'S%4zD/F\;ÒڇZ~yrrP@]n3/nHeSc$RGvwlfp=s)p\U % #VE,oXt]4pH6 auxKp{mh&B<B;R]禿OɋH)\^pƳ>q)l9\vJT.v~L~xp7|+YOӟUM�7
  38. .aj5ీ:{uu"SҽDM2\;~ClHʷC,igOƵ+ n,fOd~m8Ui'~Sk}j�;ެfo&R#;ԶCZ)?N%)а򣂚^6vOnйAݝejL-uX /|}!VuI)2bO4.n0}T3&=WA-:Y'Oʆ:zRR4()7Fƍ'(0r>Z8LP'_7kK7dZ�$s&GԽyA2|K&>hS\ǿ;R,ӫAH#MOD?iÑYAil\_[tͣø21
  39. =0υAiWM!4]@;D3ۍsL[0 "onݮN rc8| "582Fpw,GV+o&+EfG,ug.YQA')O}-Ţ)vy<1#$m�u~!;n?8ucyxWe%]7ޭ<V4Iiq:]sJ=sw)щpu~%gaSE@ vK3b|vh82޳ާg|7]MKi\&_ϧԹϝ
  40. 5YaPËS;.NwT6/+QPJ~0ZBx3ByAҜ_hg,g/3fPǢ։6b $u,=`nOpJ*`>@3{qT+ %<fR];>`kr19K>09  &UI'Fu Ocڷq`
  41. 8V\OļUq')L͠'7 7%@mpΔnGԵ2Ff .ݏ6&RW]mb +"qjN D=Ls*2T[D> Ar҄TR4
  42. j=C^6i:͠F%y!Ѡ~ϬL&D,6/M22VCK SgU+6<{~\: }ji}W.K`e c Cjx+e@>YS51*d*u@Te&(`�;~/6"1AMw]C!-XSMP#rr׸Iz3c`=ƒ^Մ5]>kB1@HX[Eڞ Io,#qU�c�!l^, 0kFsۭ@MEetJZNj:)�&12&jUssi%QߥmW[nXa#7
  43. 35ՠC9dj,�<S<zB|E^T >UnOW,So;tޓhdL\s`']F(_FVk f:W OV&~8Ll9S<5.^oDj 7\S _/#SU0>4r53)~ytP#o3Hh^j@wժ.*-aҋ,ū1{!.A\kb[,\SXOqjM} jxEAA'q 5wkM,m
  44. г՚
  45. jHYPOW(h=$t0cLL-h2UNܕ[[͠#'  ,q
  46. K 1!EC ^&:ϢȰ~3Aa)G+3Uެ f- K7+CFV&JOU:86L{Ps >arH['>ٕ$!vrA !6ݓ{kw܂wf̢XF',f{Z�ʙAcv>oVGӨDmy9Mipک[=;YXr,Ա@+%aMjf^5T==t e[ل�uWmUUH܌ (ѐ -tS՛>+ԢaAMδI=]i _M~6E.Eq c7=0> >Pjx=[Zlx 5yyb[^D6Y}vgm)Le'[A+mS,!Q'7Z*oC:h ҞEĖL:r>ii{.& u*}D)ҲzF<H8R4T+OuIRsB 2R:
  47. QԚJhKǗG[M1x2{ QHeڔϾb[ZTδ <-Yԡ@-,o1b&TVŎBzB[ڤ2 mPi5[Z�KX?3m%m)L=YU[Zp{liL?t0Ε0=ãĉťJvVQ.tv3uޏjI]FΤÁ۪E}颔R*#PנF/a 0ₖ]ߊzEH`qN.00rx9󓨟}yzwe햛#!ja,0000fw <Hc0:َF]ȥF
  48. H=Q5555555555555555Yzk5V ҧ;&b ? .L7nQVÍ&P:{@!F#j5ĈbD 1QC!F#j5ĈbD 1 opc[C����IENDB`