├── .gitbook.yaml ├── .gitbook └── assets │ ├── client-option-json.png │ ├── image (1) (1) (1) (1) (1) (1) (1) (1).png │ ├── image (1) (1) (1) (1) (1) (1) (1).png │ ├── image (10).png │ ├── image (12).png │ ├── image (13).png │ ├── image (14) (4) (4) (3) (1) (1) (1).png │ ├── image (14) (4) (4) (3) (1) (1).png │ ├── image (14) (4) (4) (3) (1) (2).png │ ├── image (14) (4) (4) (3) (1) (3).png │ ├── image (14) (4) (4) (3) (1).png │ ├── image (14) (4) (4) (3) (3) (1).png │ ├── image (14) (4) (4) (3) (3).png │ ├── image (14) (4) (4) (3) (4).png │ ├── image (14) (4) (4) (3) (5).png │ ├── image (14) (4) (4) (3) (6).png │ ├── image (14) (4) (4) (3).png │ ├── image (15).png │ ├── image (16).png │ ├── image (17).png │ ├── image (18).png │ ├── image (19).png │ ├── image (2).png │ ├── image (20).png │ ├── image (21) (1) (1) (1) (2) (3) (3) (1).png │ ├── image (21) (1) (1) (1) (2) (3) (3) (3).png │ ├── image (21) (1) (1) (1) (2) (3) (3).png │ ├── image (23).png │ ├── image (24).png │ ├── image (25).png │ ├── image (27).png │ ├── image (28).png │ ├── image (29) (1) (1) (1) (2) (3) (2) (2).png │ ├── image (29) (1) (1) (1) (2) (3) (2) (3) (1).png │ ├── image (29) (1) (1) (1) (2) (3) (2) (3).png │ ├── image (29) (1) (1) (1) (2) (3) (2).png │ ├── image (3).png │ ├── image (32).png │ ├── image (34) (2) (2).png │ ├── image (34) (2).png │ ├── image (35).png │ ├── image (37).png │ ├── image (38) (1).png │ ├── image (39) (2) (2) (2) (3) (1).png │ ├── image (39) (2) (2) (2) (3) (3).png │ ├── image (39) (2) (2) (2) (3) (4).png │ ├── image (39) (2) (2) (2) (3).png │ ├── image (4).png │ ├── image (40).png │ ├── image (41).png │ ├── image (43).png │ ├── image (44).png │ ├── image (45).png │ ├── image (47).png │ ├── image (48).png │ ├── image (49).png │ ├── image (5).png │ ├── image (50).png │ ├── image (51).png │ ├── image (53).png │ ├── image (54).png │ ├── image (55).png │ ├── image (56).png │ ├── image (57).png │ ├── image (58).png │ ├── image (60).png │ ├── image (62).png │ ├── image (64).png │ ├── image (65).png │ ├── image (66).png │ ├── image (67).png │ ├── image (68).png │ ├── image (69).png │ ├── image (7).png │ ├── image (70).png │ ├── image (72).png │ ├── image (73).png │ ├── image (74).png │ ├── image (8).png │ ├── image (9) (1).png │ ├── image (9).png │ ├── image.png │ ├── mtt45fdb8q.png │ ├── screenshot-2020-11-23-at-10.00.16-pm.png │ ├── screenshot-2020-11-23-at-9.54.22-pm.png │ ├── screenshot-2020-11-23-at-9.57.28-pm.png │ └── screenshot_820.png ├── .github ├── ISSUE_TEMPLATE │ ├── config.yml │ └── improve-docs-content.yaml ├── contributing-example.md └── docs │ ├── CODE_OF_CONDUCT.md │ └── contributing.md ├── LICENSE ├── README.md ├── changelog.md └── src ├── SUMMARY.md ├── advanced-guides ├── custom-events.md ├── customfunctions.md ├── dashboard.md └── music.md ├── class ├── Bot.md ├── README.md ├── Voice.md ├── aoiError.md ├── classSummary.md └── loadCommands.md ├── events ├── README.md ├── bot.loopcommand.md ├── bot.musicendcommand.md ├── bot.musicstartcommand.md ├── bot.onbanadd.md ├── bot.onbanremove.md ├── bot.onchannelcreate.md ├── bot.onchanneldelete.md ├── bot.onchannelupdate.md ├── bot.onfunctionerror.md ├── bot.onguildadd.md ├── bot.onguildleave.md ├── bot.oninteractioncreate.md ├── bot.oninvitecreate.md ├── bot.oninvitedelete.md ├── bot.onjoin.md ├── bot.onleave.md ├── bot.onmemberupdate.md ├── bot.onmessage.md ├── bot.onmessagedelete.md ├── bot.onmessageupdate.md ├── bot.onpresenceupdate.md ├── bot.onratelimit.md ├── bot.onreactionadd.md ├── bot.onreactionremove.md ├── bot.onready.md ├── bot.onrolecreate.md ├── bot.onroledelete.md ├── bot.onroleupdate.md ├── bot.ontypingstart.md ├── bot.onuserupdate.md └── bot.onvoicestateupdate.md ├── functions ├── README.md ├── usdabbreviate.md ├── usdactivity.md ├── usdaddbutton.md ├── usdaddcmdreactions.md ├── usdaddemoji.md ├── usdaddfield.md ├── usdaddfields.md ├── usdaddfilter.md ├── usdaddmessagereactions.md ├── usdaddobjectproperty.md ├── usdaddreactions.md ├── usdaddselectmenu.md ├── usdaddthreadmember.md ├── usdaddtimestamp.md ├── usdadvancecooldown.md ├── usdadvancedtextsplit.md ├── usdallchannelscount.md ├── usdallemojiscount.md ├── usdallmemberscount.md ├── usdalwaysexecute.md ├── usdappendfile.md ├── usdarchivethread.md ├── usdargscheck.md ├── usdargscount.md ├── usdargsslice.md ├── usdarrayat.md ├── usdarrayconcat.md ├── usdarrayevery.md ├── usdarrayfilter.md ├── usdarrayfind.md ├── usdattachment.md ├── usdauthor.md ├── usdauthoraccentcolor.md ├── usdauthoravatar.md ├── usdauthorbanner.md ├── usdauthorid.md ├── usdautocompleterespond.md ├── usdautoplay.md ├── usdawaitcmdreactions.md ├── usdawaitcomponentsuntil.md ├── usdawaitmessagereactions.md ├── usdawaitmessages.md ├── usdban.md ├── usdbancount.md ├── usdblacklist.md ├── usdblacklisterror.md ├── usdblacklistonlycommands.md ├── usdboostingsince.md ├── usdbotcount.md ├── usdbotleave.md ├── usdbotownerid.md ├── usdbottyping.md ├── usdbroadcasteval.md ├── usdcachemembers.md ├── usdcategorychannels.md ├── usdchangenickname.md ├── usdchannel.md ├── usdchannelcategoryid.md ├── usdchannelcooldown.md ├── usdchannelcount.md ├── usdchannelexists.md ├── usdchannelid.md ├── usdchannelname.md ├── usdchannelnsfw.md ├── usdchanneloverwrites.md ├── usdchannelpermissionsfor.md ├── usdchannelsendmessage.md ├── usdchanneltopic.md ├── usdchanneltype.md ├── usdchannelused.md ├── usdcharcount.md ├── usdcheckcondition.md ├── usdcheckcontains.md ├── usdclear.md ├── usdclearqueue.md ├── usdclearreaction.md ├── usdclearreactions.md ├── usdclient.md ├── usdclientid.md ├── usdclienttoken.md ├── usdclonechannel.md ├── usdcloseticket.md ├── usdcolor.md ├── usdcommandcode.md ├── usdcommandinfo.md ├── usdcommandname.md ├── usdcommandscount.md ├── usdconcattextsplit.md ├── usdcooldown.md ├── usdcpu.md ├── usdcreateapplicationcommand.md ├── usdcreatechannel.md ├── usdcreatefile.md ├── usdcreateobject.md ├── usdcreaterole.md ├── usdcreateserverinvite.md ├── usdcreatestageinstance.md ├── usdcreatesticker.md ├── usdcreatethread.md ├── usdcreatevar.md ├── usdcreatewebhook.md ├── usdcreationdate.md ├── usdcroptext.md ├── usdcustomemoji.md ├── usddatestamp.md ├── usdday.md ├── usddbping.md ├── usddeafenuser.md ├── usddefaultmessagenotifications.md ├── usddeleteapplicationcommand.md ├── usddeletechannels.md ├── usddeletecommand.md ├── usddeleteemojis.md ├── usddeletefile.md ├── usddeletein.md ├── usddeleteinvite.md ├── usddeletemessage.md ├── usddeleteroles.md ├── usddeletestageinstance.md ├── usddeletevar.md ├── usddeletewebhook.md ├── usddescription.md ├── usddigitalformat.md ├── usddisablementiontype.md ├── usddiscriminator.md ├── usddivide.md ├── usddjseval.md ├── usddm.md ├── usdeditchannel.md ├── usdeditin.md ├── usdeditmessage.md ├── usdedittextsplitelement.md ├── usdeditwebhookmessage.md ├── usdemoji.md ├── usdemojicount.md ├── usdemojiexists.md ├── usdemojisfrommessage.md ├── usderror.md ├── usdeval.md ├── usdexec.md ├── usdexecutiontime.md ├── usdfetchinvites.md ├── usdfileexists.md ├── usdfilesize.md ├── usdfiltermessage.md ├── usdfindchannel.md ├── usdfindchars.md ├── usdfindmember.md ├── usdfindmembers.md ├── usdfindnumbers.md ├── usdfindrole.md ├── usdfindroles.md ├── usdfindserverchannel.md ├── usdfindspecialchars.md ├── usdfindtextsplitindex.md ├── usdfinduser.md ├── usdfooter.md ├── usdforeachchannel.md ├── usdforeachguild.md ├── usdforeachguildchannel.md ├── usdforeachmember.md ├── usdforeachuser.md ├── usdformatdate.md ├── usdget.md ├── usdgetapplicationcommandid.md ├── usdgetattachments.md ├── usdgetauditlogs.md ├── usdgetbanreason.md ├── usdgetbotinvite.md ├── usdgetchannelslowmode.md ├── usdgetchannelvar.md ├── usdgetcooldowntime.md ├── usdgetcustomstatus.md ├── usdgetembed.md ├── usdgetglobaluservar.md ├── usdgetinviteinfo.md ├── usdgetleaderboardinfo.md ├── usdgetmessage.md ├── usdgetmessagevar.md ├── usdgetobject.md ├── usdgetobjectproperty.md ├── usdgetreactions.md ├── usdgetrolecolor.md ├── usdgetservervar.md ├── usdgettextsplitlength.md ├── usdgetuserbadges.md ├── usdgetuservar.md ├── usdgetvar.md ├── usdgiverole.md ├── usdgiveroles.md ├── usdglobalcooldown.md ├── usdglobaluserleaderboard.md ├── usdguild.md ├── usdguildid.md ├── usdguildroles.md ├── usdhandleerror.md ├── usdhasanyperm.md ├── usdhasanyrole.md ├── usdhasembeds.md ├── usdhasperms.md ├── usdhaspermsinchannel.md ├── usdhasroles.md ├── usdhighestguildrole.md ├── usdhighestrole.md ├── usdhoistedrole.md ├── usdhour.md ├── usdhttprequest.md ├── usdhumanizems.md ├── usdif.md ├── usdimage.md ├── usdindexof.md ├── usdinteractiondefer.md ├── usdinteractiondeferupdate.md ├── usdinteractiondelete.md ├── usdinteractionedit.md ├── usdinteractionfollowup.md ├── usdinteractionmodal.md ├── usdinteractionreply.md ├── usdinteractionupdate.md ├── usdisautocomplete.md ├── usdisbanned.md ├── usdisboosting.md ├── usdisbot.md ├── usdisdeafen.md ├── usdisemoji.md ├── usdiseveryonementioned.md ├── usdishoisted.md ├── usdismentionable.md ├── usdismentioned.md ├── usdismuted.md ├── usdisnumber.md ├── usdisprune.md ├── usdisservermuted.md ├── usdisticket.md ├── usdisuserdmenabled.md ├── usdisvalidhex.md ├── usdisvalidimagelink.md ├── usdisvalidinvite.md ├── usdisvalidlink.md ├── usdisvalidobject.md ├── usdjoinsplittext.md ├── usdjoinvc.md ├── usdjsonrequest.md ├── usdkick.md ├── usdlavalinkexecute.md ├── usdleavevc.md ├── usdlet.md ├── usdlog.md ├── usdloop.md ├── usdloopmode.md ├── usdloopstatus.md ├── usdlowestguildrole.md ├── usdlowestrole.md ├── usdmap.md ├── usdmath.md ├── usdmaximummembers.md ├── usdmemberexists.md ├── usdmemberjoineddate.md ├── usdmemberjoinposition.md ├── usdmemberscount.md ├── usdmentioned.md ├── usdmentionedchannels.md ├── usdmentionedchannelscount.md ├── usdmentionedroles.md ├── usdmentionedrolescount.md ├── usdmentioneduserscount.md ├── usdmentiontype.md ├── usdmessage.md ├── usdmessageattachment.md ├── usdmessageexists.md ├── usdmessageflags.md ├── usdmessageid.md ├── usdmessageping.md ├── usdmessagepublish.md ├── usdmessageslice.md ├── usdmessagetype.md ├── usdmessageurl.md ├── usdmessagewebhookid.md ├── usdminute.md ├── usdmodifychannelperms.md ├── usdmodifyemoji.md ├── usdmodifyrole.md ├── usdmodifyroleperms.md ├── usdmodifywebhook.md ├── usdmodulo.md ├── usdmonth.md ├── usdmoveuser.md ├── usdmsg.md ├── usdmulti.md ├── usdmuteuser.md ├── usdmutualservers.md ├── usdnewchannel.md ├── usdnewmember.md ├── usdnewrole.md ├── usdnewstate.md ├── usdnewticket.md ├── usdnickname.md ├── usdnodeversion.md ├── usdnomentionmessage.md ├── usdnonescape.md ├── usdnumberseparator.md ├── usdoldchannel.md ├── usdoldpresence.md ├── usdoldrole.md ├── usdolduser.md ├── usdonlybotperms.md ├── usdonlyforcategories.md ├── usdonlyforchannels.md ├── usdonlyforids.md ├── usdonlyforroles.md ├── usdonlyforservers.md ├── usdonlyif.md ├── usdonlyifmessagecontains.md ├── usdonlynsfw.md ├── usdonlyperms.md ├── usdordinal.md ├── usdownerid.md ├── usdpackageversion.md ├── usdparsedate.md ├── usdparsetime.md ├── usdpartial.md ├── usdpausetrack.md ├── usdping.md ├── usdpinmessage.md ├── usdplatform.md ├── usdplaytrack.md ├── usdprunemembers.md ├── usdqueue.md ├── usdqueuelength.md ├── usdram.md ├── usdrandom.md ├── usdrandomchannelid.md ├── usdrandomemoji.md ├── usdrandomguildid.md ├── usdrandomroleid.md ├── usdrandomstring.md ├── usdrandomtext.md ├── usdrandomuserid.md ├── usdratelimit.md ├── usdreactioncollector.md ├── usdreactioncount.md ├── usdreadfile.md ├── usdreboot.md ├── usdreferencechannelid.md ├── usdreferenceguildid.md ├── usdreferencemessageid.md ├── usdremovecontains.md ├── usdremovesplittextelement.md ├── usdremovetextsplitelement.md ├── usdrepeatmessage.md ├── usdreplacetext.md ├── usdreplacetextwithregex.md ├── usdreply.md ├── usdresetgloaluservar.md ├── usdresetservervar.md ├── usdresetuservar.md ├── usdresolvecolor.md ├── usdresolveemojiid.md ├── usdresumetrack.md ├── usdrole.md ├── usdrolecount.md ├── usdroleexists.md ├── usdroleid.md ├── usdrolememberscount.md ├── usdrolename.md ├── usdroleperms-1.md ├── usdroleposition.md ├── usdround.md ├── usdroundtenth.md ├── usdsecond.md ├── usdseekto.md ├── usdsendcrosspostingmessage.md ├── usdsenddm.md ├── usdsendmessage.md ├── usdsendtts.md ├── usdsendwebhookmessage.md ├── usdserveravailable.md ├── usdserverbanner.md ├── usdserverboostcount.md ├── usdserverboostlevel.md ├── usdserverchannelexists.md ├── usdservercontentfilter.md ├── usdservercooldown.md ├── usdservercount.md ├── usdserverdescription.md ├── usdserveremojiexists.md ├── usdserveremojis.md ├── usdserverexists.md ├── usdserverfeatures.md ├── usdservericon-1.md ├── usdserverids.md ├── usdservermfalevel.md ├── usdservername.md ├── usdservernames.md ├── usdserverperferredlocale.md ├── usdserversplash.md ├── usdserververificationlevel.md ├── usdsetbotavatar.md ├── usdsetbotusername.md ├── usdsetchanneltopic.md ├── usdsetchannelvar.md ├── usdsetfilter.md ├── usdsetglobaluservar.md ├── usdsetguildicon.md ├── usdsetguildname.md ├── usdsetmessagevar.md ├── usdsetrolecolor.md ├── usdsetroles.md ├── usdsetservervar.md ├── usdsetstatus.md ├── usdsettimeout.md ├── usdsetuservar.md ├── usdsetvar.md ├── usdshardid.md ├── usdshufflequeue.md ├── usdskip.md ├── usdskipto.md ├── usdslashoption.md ├── usdslowmode.md ├── usdsonginfo.md ├── usdsplittext.md ├── usdstatus.md ├── usdstop.md ├── usdstringendswith.md ├── usdstringstartswith.md ├── usdsub.md ├── usdsum.md ├── usdsuppresserrors.md ├── usdsystemchannelid.md ├── usdtakerole.md ├── usdtakeroles.md ├── usdtextinputvalue.md ├── usdtextslice.md ├── usdtextsplit.md ├── usdtextsplitmap.md ├── usdtexttrim.md ├── usdthumbnail.md ├── usdtimezone.md ├── usdtitle.md ├── usdtolocaleuppercase.md ├── usdtolowercase.md ├── usdtouppercase.md ├── usdtruncate.md ├── usdunban.md ├── usdunpinmessage.md ├── usdupdatecommands.md ├── usduptime.md ├── usduri.md ├── usdusechannel.md ├── usduser.md ├── usduseravatar.md ├── usduserexists.md ├── usduserid.md ├── usduserleaderboard.md ├── usdusername.md ├── usduserperms.md ├── usduserreacted.md ├── usduserrolecolor.md ├── usduserroles.md ├── usduserrolescount.md ├── usdusersbanned.md ├── usdusersinchannel.md ├── usduserswithrole.md ├── usdusertag.md ├── usdvanityurl.md ├── usdvanityuses.md ├── usdvariablescount.md ├── usdvoiceid.md ├── usdvolume.md ├── usdwait.md ├── usdwebhook.md ├── usdwebhookexists.md └── usdyear.md ├── guides ├── client-status.md ├── command-handler │ ├── command-aliases.md │ └── command-handler.md ├── setup.md ├── using-events.md └── variables.md ├── home.md ├── message-formatters ├── README.md ├── errorobjects.md └── parsers.md ├── options ├── OptionsSummary.md ├── README.md ├── botOptions.md ├── cacheOptions.md ├── commandTypes.md ├── databaseOptions.md ├── intentOptions.md ├── messageOptions.md ├── respondOnEditOptions.md └── voiceOptions.md └── other ├── character-escaping.md ├── embed-errors.md ├── gateway-intents.md ├── hyperlink.md ├── permissions.md └── sharding.md /.gitbook.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook.yaml -------------------------------------------------------------------------------- /.gitbook/assets/client-option-json.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/client-option-json.png -------------------------------------------------------------------------------- /.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (10).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (10).png -------------------------------------------------------------------------------- /.gitbook/assets/image (12).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (12).png -------------------------------------------------------------------------------- /.gitbook/assets/image (13).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (13).png -------------------------------------------------------------------------------- /.gitbook/assets/image (14) (4) (4) (3) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (14) (4) (4) (3) (1) (1) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (14) (4) (4) (3) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (14) (4) (4) (3) (1) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (14) (4) (4) (3) (1) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (14) (4) (4) (3) (1) (2).png -------------------------------------------------------------------------------- /.gitbook/assets/image (14) (4) (4) (3) (1) (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (14) (4) (4) (3) (1) (3).png -------------------------------------------------------------------------------- /.gitbook/assets/image (14) (4) (4) (3) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (14) (4) (4) (3) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (14) (4) (4) (3) (3) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (14) (4) (4) (3) (3) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (14) (4) (4) (3) (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (14) (4) (4) (3) (3).png -------------------------------------------------------------------------------- /.gitbook/assets/image (14) (4) (4) (3) (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (14) (4) (4) (3) (4).png -------------------------------------------------------------------------------- /.gitbook/assets/image (14) (4) (4) (3) (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (14) (4) (4) (3) (5).png -------------------------------------------------------------------------------- /.gitbook/assets/image (14) (4) (4) (3) (6).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (14) (4) (4) (3) (6).png -------------------------------------------------------------------------------- /.gitbook/assets/image (14) (4) (4) (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (14) (4) (4) (3).png -------------------------------------------------------------------------------- /.gitbook/assets/image (15).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (15).png -------------------------------------------------------------------------------- /.gitbook/assets/image (16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (16).png -------------------------------------------------------------------------------- /.gitbook/assets/image (17).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (17).png -------------------------------------------------------------------------------- /.gitbook/assets/image (18).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (18).png -------------------------------------------------------------------------------- /.gitbook/assets/image (19).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (19).png -------------------------------------------------------------------------------- /.gitbook/assets/image (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (2).png -------------------------------------------------------------------------------- /.gitbook/assets/image (20).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (20).png -------------------------------------------------------------------------------- /.gitbook/assets/image (21) (1) (1) (1) (2) (3) (3) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (21) (1) (1) (1) (2) (3) (3) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (21) (1) (1) (1) (2) (3) (3) (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (21) (1) (1) (1) (2) (3) (3) (3).png -------------------------------------------------------------------------------- /.gitbook/assets/image (21) (1) (1) (1) (2) (3) (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (21) (1) (1) (1) (2) (3) (3).png -------------------------------------------------------------------------------- /.gitbook/assets/image (23).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (23).png -------------------------------------------------------------------------------- /.gitbook/assets/image (24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (24).png -------------------------------------------------------------------------------- /.gitbook/assets/image (25).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (25).png -------------------------------------------------------------------------------- /.gitbook/assets/image (27).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (27).png -------------------------------------------------------------------------------- /.gitbook/assets/image (28).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (28).png -------------------------------------------------------------------------------- /.gitbook/assets/image (29) (1) (1) (1) (2) (3) (2) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (29) (1) (1) (1) (2) (3) (2) (2).png -------------------------------------------------------------------------------- /.gitbook/assets/image (29) (1) (1) (1) (2) (3) (2) (3) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (29) (1) (1) (1) (2) (3) (2) (3) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (29) (1) (1) (1) (2) (3) (2) (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (29) (1) (1) (1) (2) (3) (2) (3).png -------------------------------------------------------------------------------- /.gitbook/assets/image (29) (1) (1) (1) (2) (3) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (29) (1) (1) (1) (2) (3) (2).png -------------------------------------------------------------------------------- /.gitbook/assets/image (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (3).png -------------------------------------------------------------------------------- /.gitbook/assets/image (32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (32).png -------------------------------------------------------------------------------- /.gitbook/assets/image (34) (2) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (34) (2) (2).png -------------------------------------------------------------------------------- /.gitbook/assets/image (34) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (34) (2).png -------------------------------------------------------------------------------- /.gitbook/assets/image (35).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (35).png -------------------------------------------------------------------------------- /.gitbook/assets/image (37).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (37).png -------------------------------------------------------------------------------- /.gitbook/assets/image (38) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (38) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (39) (2) (2) (2) (3) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (39) (2) (2) (2) (3) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (39) (2) (2) (2) (3) (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (39) (2) (2) (2) (3) (3).png -------------------------------------------------------------------------------- /.gitbook/assets/image (39) (2) (2) (2) (3) (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (39) (2) (2) (2) (3) (4).png -------------------------------------------------------------------------------- /.gitbook/assets/image (39) (2) (2) (2) (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (39) (2) (2) (2) (3).png -------------------------------------------------------------------------------- /.gitbook/assets/image (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (4).png -------------------------------------------------------------------------------- /.gitbook/assets/image (40).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (40).png -------------------------------------------------------------------------------- /.gitbook/assets/image (41).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (41).png -------------------------------------------------------------------------------- /.gitbook/assets/image (43).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (43).png -------------------------------------------------------------------------------- /.gitbook/assets/image (44).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (44).png -------------------------------------------------------------------------------- /.gitbook/assets/image (45).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (45).png -------------------------------------------------------------------------------- /.gitbook/assets/image (47).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (47).png -------------------------------------------------------------------------------- /.gitbook/assets/image (48).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (48).png -------------------------------------------------------------------------------- /.gitbook/assets/image (49).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (49).png -------------------------------------------------------------------------------- /.gitbook/assets/image (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (5).png -------------------------------------------------------------------------------- /.gitbook/assets/image (50).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (50).png -------------------------------------------------------------------------------- /.gitbook/assets/image (51).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (51).png -------------------------------------------------------------------------------- /.gitbook/assets/image (53).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (53).png -------------------------------------------------------------------------------- /.gitbook/assets/image (54).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (54).png -------------------------------------------------------------------------------- /.gitbook/assets/image (55).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (55).png -------------------------------------------------------------------------------- /.gitbook/assets/image (56).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (56).png -------------------------------------------------------------------------------- /.gitbook/assets/image (57).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (57).png -------------------------------------------------------------------------------- /.gitbook/assets/image (58).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (58).png -------------------------------------------------------------------------------- /.gitbook/assets/image (60).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (60).png -------------------------------------------------------------------------------- /.gitbook/assets/image (62).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (62).png -------------------------------------------------------------------------------- /.gitbook/assets/image (64).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (64).png -------------------------------------------------------------------------------- /.gitbook/assets/image (65).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (65).png -------------------------------------------------------------------------------- /.gitbook/assets/image (66).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (66).png -------------------------------------------------------------------------------- /.gitbook/assets/image (67).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (67).png -------------------------------------------------------------------------------- /.gitbook/assets/image (68).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (68).png -------------------------------------------------------------------------------- /.gitbook/assets/image (69).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (69).png -------------------------------------------------------------------------------- /.gitbook/assets/image (7).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (7).png -------------------------------------------------------------------------------- /.gitbook/assets/image (70).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (70).png -------------------------------------------------------------------------------- /.gitbook/assets/image (72).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (72).png -------------------------------------------------------------------------------- /.gitbook/assets/image (73).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (73).png -------------------------------------------------------------------------------- /.gitbook/assets/image (74).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (74).png -------------------------------------------------------------------------------- /.gitbook/assets/image (8).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (8).png -------------------------------------------------------------------------------- /.gitbook/assets/image (9) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (9) (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (9).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image (9).png -------------------------------------------------------------------------------- /.gitbook/assets/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/image.png -------------------------------------------------------------------------------- /.gitbook/assets/mtt45fdb8q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/mtt45fdb8q.png -------------------------------------------------------------------------------- /.gitbook/assets/screenshot-2020-11-23-at-10.00.16-pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/screenshot-2020-11-23-at-10.00.16-pm.png -------------------------------------------------------------------------------- /.gitbook/assets/screenshot-2020-11-23-at-9.54.22-pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/screenshot-2020-11-23-at-9.54.22-pm.png -------------------------------------------------------------------------------- /.gitbook/assets/screenshot-2020-11-23-at-9.57.28-pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/screenshot-2020-11-23-at-9.57.28-pm.png -------------------------------------------------------------------------------- /.gitbook/assets/screenshot_820.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.gitbook/assets/screenshot_820.png -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/improve-docs-content.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.github/ISSUE_TEMPLATE/improve-docs-content.yaml -------------------------------------------------------------------------------- /.github/contributing-example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.github/contributing-example.md -------------------------------------------------------------------------------- /.github/docs/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.github/docs/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /.github/docs/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/.github/docs/contributing.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/README.md -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/changelog.md -------------------------------------------------------------------------------- /src/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/SUMMARY.md -------------------------------------------------------------------------------- /src/advanced-guides/custom-events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/advanced-guides/custom-events.md -------------------------------------------------------------------------------- /src/advanced-guides/customfunctions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/advanced-guides/customfunctions.md -------------------------------------------------------------------------------- /src/advanced-guides/dashboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/advanced-guides/dashboard.md -------------------------------------------------------------------------------- /src/advanced-guides/music.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/advanced-guides/music.md -------------------------------------------------------------------------------- /src/class/Bot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/class/Bot.md -------------------------------------------------------------------------------- /src/class/README.md: -------------------------------------------------------------------------------- 1 | # Classes 2 | 3 | -------------------------------------------------------------------------------- /src/class/Voice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/class/Voice.md -------------------------------------------------------------------------------- /src/class/aoiError.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/class/aoiError.md -------------------------------------------------------------------------------- /src/class/classSummary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/class/classSummary.md -------------------------------------------------------------------------------- /src/class/loadCommands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/class/loadCommands.md -------------------------------------------------------------------------------- /src/events/README.md: -------------------------------------------------------------------------------- 1 | # Events 2 | 3 | -------------------------------------------------------------------------------- /src/events/bot.loopcommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.loopcommand.md -------------------------------------------------------------------------------- /src/events/bot.musicendcommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.musicendcommand.md -------------------------------------------------------------------------------- /src/events/bot.musicstartcommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.musicstartcommand.md -------------------------------------------------------------------------------- /src/events/bot.onbanadd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onbanadd.md -------------------------------------------------------------------------------- /src/events/bot.onbanremove.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onbanremove.md -------------------------------------------------------------------------------- /src/events/bot.onchannelcreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onchannelcreate.md -------------------------------------------------------------------------------- /src/events/bot.onchanneldelete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onchanneldelete.md -------------------------------------------------------------------------------- /src/events/bot.onchannelupdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onchannelupdate.md -------------------------------------------------------------------------------- /src/events/bot.onfunctionerror.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onfunctionerror.md -------------------------------------------------------------------------------- /src/events/bot.onguildadd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onguildadd.md -------------------------------------------------------------------------------- /src/events/bot.onguildleave.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onguildleave.md -------------------------------------------------------------------------------- /src/events/bot.oninteractioncreate.md: -------------------------------------------------------------------------------- 1 | # bot.onInteractionCreate 2 | 3 | -------------------------------------------------------------------------------- /src/events/bot.oninvitecreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.oninvitecreate.md -------------------------------------------------------------------------------- /src/events/bot.oninvitedelete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.oninvitedelete.md -------------------------------------------------------------------------------- /src/events/bot.onjoin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onjoin.md -------------------------------------------------------------------------------- /src/events/bot.onleave.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onleave.md -------------------------------------------------------------------------------- /src/events/bot.onmemberupdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onmemberupdate.md -------------------------------------------------------------------------------- /src/events/bot.onmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onmessage.md -------------------------------------------------------------------------------- /src/events/bot.onmessagedelete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onmessagedelete.md -------------------------------------------------------------------------------- /src/events/bot.onmessageupdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onmessageupdate.md -------------------------------------------------------------------------------- /src/events/bot.onpresenceupdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onpresenceupdate.md -------------------------------------------------------------------------------- /src/events/bot.onratelimit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onratelimit.md -------------------------------------------------------------------------------- /src/events/bot.onreactionadd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onreactionadd.md -------------------------------------------------------------------------------- /src/events/bot.onreactionremove.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onreactionremove.md -------------------------------------------------------------------------------- /src/events/bot.onready.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onready.md -------------------------------------------------------------------------------- /src/events/bot.onrolecreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onrolecreate.md -------------------------------------------------------------------------------- /src/events/bot.onroledelete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onroledelete.md -------------------------------------------------------------------------------- /src/events/bot.onroleupdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onroleupdate.md -------------------------------------------------------------------------------- /src/events/bot.ontypingstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.ontypingstart.md -------------------------------------------------------------------------------- /src/events/bot.onuserupdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onuserupdate.md -------------------------------------------------------------------------------- /src/events/bot.onvoicestateupdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/events/bot.onvoicestateupdate.md -------------------------------------------------------------------------------- /src/functions/README.md: -------------------------------------------------------------------------------- 1 | # Functions 2 | 3 | -------------------------------------------------------------------------------- /src/functions/usdabbreviate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdabbreviate.md -------------------------------------------------------------------------------- /src/functions/usdactivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdactivity.md -------------------------------------------------------------------------------- /src/functions/usdaddbutton.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdaddbutton.md -------------------------------------------------------------------------------- /src/functions/usdaddcmdreactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdaddcmdreactions.md -------------------------------------------------------------------------------- /src/functions/usdaddemoji.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdaddemoji.md -------------------------------------------------------------------------------- /src/functions/usdaddfield.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdaddfield.md -------------------------------------------------------------------------------- /src/functions/usdaddfields.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdaddfields.md -------------------------------------------------------------------------------- /src/functions/usdaddfilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdaddfilter.md -------------------------------------------------------------------------------- /src/functions/usdaddmessagereactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdaddmessagereactions.md -------------------------------------------------------------------------------- /src/functions/usdaddobjectproperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdaddobjectproperty.md -------------------------------------------------------------------------------- /src/functions/usdaddreactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdaddreactions.md -------------------------------------------------------------------------------- /src/functions/usdaddselectmenu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdaddselectmenu.md -------------------------------------------------------------------------------- /src/functions/usdaddthreadmember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdaddthreadmember.md -------------------------------------------------------------------------------- /src/functions/usdaddtimestamp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdaddtimestamp.md -------------------------------------------------------------------------------- /src/functions/usdadvancecooldown.md: -------------------------------------------------------------------------------- 1 | # $advanceCooldown 2 | 3 | -------------------------------------------------------------------------------- /src/functions/usdadvancedtextsplit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdadvancedtextsplit.md -------------------------------------------------------------------------------- /src/functions/usdallchannelscount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdallchannelscount.md -------------------------------------------------------------------------------- /src/functions/usdallemojiscount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdallemojiscount.md -------------------------------------------------------------------------------- /src/functions/usdallmemberscount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdallmemberscount.md -------------------------------------------------------------------------------- /src/functions/usdalwaysexecute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdalwaysexecute.md -------------------------------------------------------------------------------- /src/functions/usdappendfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdappendfile.md -------------------------------------------------------------------------------- /src/functions/usdarchivethread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdarchivethread.md -------------------------------------------------------------------------------- /src/functions/usdargscheck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdargscheck.md -------------------------------------------------------------------------------- /src/functions/usdargscount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdargscount.md -------------------------------------------------------------------------------- /src/functions/usdargsslice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdargsslice.md -------------------------------------------------------------------------------- /src/functions/usdarrayat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdarrayat.md -------------------------------------------------------------------------------- /src/functions/usdarrayconcat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdarrayconcat.md -------------------------------------------------------------------------------- /src/functions/usdarrayevery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdarrayevery.md -------------------------------------------------------------------------------- /src/functions/usdarrayfilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdarrayfilter.md -------------------------------------------------------------------------------- /src/functions/usdarrayfind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdarrayfind.md -------------------------------------------------------------------------------- /src/functions/usdattachment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdattachment.md -------------------------------------------------------------------------------- /src/functions/usdauthor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdauthor.md -------------------------------------------------------------------------------- /src/functions/usdauthoraccentcolor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdauthoraccentcolor.md -------------------------------------------------------------------------------- /src/functions/usdauthoravatar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdauthoravatar.md -------------------------------------------------------------------------------- /src/functions/usdauthorbanner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdauthorbanner.md -------------------------------------------------------------------------------- /src/functions/usdauthorid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdauthorid.md -------------------------------------------------------------------------------- /src/functions/usdautocompleterespond.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdautocompleterespond.md -------------------------------------------------------------------------------- /src/functions/usdautoplay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdautoplay.md -------------------------------------------------------------------------------- /src/functions/usdawaitcmdreactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdawaitcmdreactions.md -------------------------------------------------------------------------------- /src/functions/usdawaitcomponentsuntil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdawaitcomponentsuntil.md -------------------------------------------------------------------------------- /src/functions/usdawaitmessagereactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdawaitmessagereactions.md -------------------------------------------------------------------------------- /src/functions/usdawaitmessages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdawaitmessages.md -------------------------------------------------------------------------------- /src/functions/usdban.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdban.md -------------------------------------------------------------------------------- /src/functions/usdbancount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdbancount.md -------------------------------------------------------------------------------- /src/functions/usdblacklist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdblacklist.md -------------------------------------------------------------------------------- /src/functions/usdblacklisterror.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdblacklisterror.md -------------------------------------------------------------------------------- /src/functions/usdblacklistonlycommands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdblacklistonlycommands.md -------------------------------------------------------------------------------- /src/functions/usdboostingsince.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdboostingsince.md -------------------------------------------------------------------------------- /src/functions/usdbotcount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdbotcount.md -------------------------------------------------------------------------------- /src/functions/usdbotleave.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdbotleave.md -------------------------------------------------------------------------------- /src/functions/usdbotownerid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdbotownerid.md -------------------------------------------------------------------------------- /src/functions/usdbottyping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdbottyping.md -------------------------------------------------------------------------------- /src/functions/usdbroadcasteval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdbroadcasteval.md -------------------------------------------------------------------------------- /src/functions/usdcachemembers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcachemembers.md -------------------------------------------------------------------------------- /src/functions/usdcategorychannels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcategorychannels.md -------------------------------------------------------------------------------- /src/functions/usdchangenickname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdchangenickname.md -------------------------------------------------------------------------------- /src/functions/usdchannel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdchannel.md -------------------------------------------------------------------------------- /src/functions/usdchannelcategoryid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdchannelcategoryid.md -------------------------------------------------------------------------------- /src/functions/usdchannelcooldown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdchannelcooldown.md -------------------------------------------------------------------------------- /src/functions/usdchannelcount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdchannelcount.md -------------------------------------------------------------------------------- /src/functions/usdchannelexists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdchannelexists.md -------------------------------------------------------------------------------- /src/functions/usdchannelid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdchannelid.md -------------------------------------------------------------------------------- /src/functions/usdchannelname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdchannelname.md -------------------------------------------------------------------------------- /src/functions/usdchannelnsfw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdchannelnsfw.md -------------------------------------------------------------------------------- /src/functions/usdchanneloverwrites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdchanneloverwrites.md -------------------------------------------------------------------------------- /src/functions/usdchannelpermissionsfor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdchannelpermissionsfor.md -------------------------------------------------------------------------------- /src/functions/usdchannelsendmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdchannelsendmessage.md -------------------------------------------------------------------------------- /src/functions/usdchanneltopic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdchanneltopic.md -------------------------------------------------------------------------------- /src/functions/usdchanneltype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdchanneltype.md -------------------------------------------------------------------------------- /src/functions/usdchannelused.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdchannelused.md -------------------------------------------------------------------------------- /src/functions/usdcharcount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcharcount.md -------------------------------------------------------------------------------- /src/functions/usdcheckcondition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcheckcondition.md -------------------------------------------------------------------------------- /src/functions/usdcheckcontains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcheckcontains.md -------------------------------------------------------------------------------- /src/functions/usdclear.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdclear.md -------------------------------------------------------------------------------- /src/functions/usdclearqueue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdclearqueue.md -------------------------------------------------------------------------------- /src/functions/usdclearreaction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdclearreaction.md -------------------------------------------------------------------------------- /src/functions/usdclearreactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdclearreactions.md -------------------------------------------------------------------------------- /src/functions/usdclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdclient.md -------------------------------------------------------------------------------- /src/functions/usdclientid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdclientid.md -------------------------------------------------------------------------------- /src/functions/usdclienttoken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdclienttoken.md -------------------------------------------------------------------------------- /src/functions/usdclonechannel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdclonechannel.md -------------------------------------------------------------------------------- /src/functions/usdcloseticket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcloseticket.md -------------------------------------------------------------------------------- /src/functions/usdcolor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcolor.md -------------------------------------------------------------------------------- /src/functions/usdcommandcode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcommandcode.md -------------------------------------------------------------------------------- /src/functions/usdcommandinfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcommandinfo.md -------------------------------------------------------------------------------- /src/functions/usdcommandname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcommandname.md -------------------------------------------------------------------------------- /src/functions/usdcommandscount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcommandscount.md -------------------------------------------------------------------------------- /src/functions/usdconcattextsplit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdconcattextsplit.md -------------------------------------------------------------------------------- /src/functions/usdcooldown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcooldown.md -------------------------------------------------------------------------------- /src/functions/usdcpu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcpu.md -------------------------------------------------------------------------------- /src/functions/usdcreateapplicationcommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcreateapplicationcommand.md -------------------------------------------------------------------------------- /src/functions/usdcreatechannel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcreatechannel.md -------------------------------------------------------------------------------- /src/functions/usdcreatefile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcreatefile.md -------------------------------------------------------------------------------- /src/functions/usdcreateobject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcreateobject.md -------------------------------------------------------------------------------- /src/functions/usdcreaterole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcreaterole.md -------------------------------------------------------------------------------- /src/functions/usdcreateserverinvite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcreateserverinvite.md -------------------------------------------------------------------------------- /src/functions/usdcreatestageinstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcreatestageinstance.md -------------------------------------------------------------------------------- /src/functions/usdcreatesticker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcreatesticker.md -------------------------------------------------------------------------------- /src/functions/usdcreatethread.md: -------------------------------------------------------------------------------- 1 | # $createThread 2 | 3 | -------------------------------------------------------------------------------- /src/functions/usdcreatevar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcreatevar.md -------------------------------------------------------------------------------- /src/functions/usdcreatewebhook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcreatewebhook.md -------------------------------------------------------------------------------- /src/functions/usdcreationdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcreationdate.md -------------------------------------------------------------------------------- /src/functions/usdcroptext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcroptext.md -------------------------------------------------------------------------------- /src/functions/usdcustomemoji.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdcustomemoji.md -------------------------------------------------------------------------------- /src/functions/usddatestamp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddatestamp.md -------------------------------------------------------------------------------- /src/functions/usdday.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdday.md -------------------------------------------------------------------------------- /src/functions/usddbping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddbping.md -------------------------------------------------------------------------------- /src/functions/usddeafenuser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddeafenuser.md -------------------------------------------------------------------------------- /src/functions/usddefaultmessagenotifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddefaultmessagenotifications.md -------------------------------------------------------------------------------- /src/functions/usddeleteapplicationcommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddeleteapplicationcommand.md -------------------------------------------------------------------------------- /src/functions/usddeletechannels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddeletechannels.md -------------------------------------------------------------------------------- /src/functions/usddeletecommand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddeletecommand.md -------------------------------------------------------------------------------- /src/functions/usddeleteemojis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddeleteemojis.md -------------------------------------------------------------------------------- /src/functions/usddeletefile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddeletefile.md -------------------------------------------------------------------------------- /src/functions/usddeletein.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddeletein.md -------------------------------------------------------------------------------- /src/functions/usddeleteinvite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddeleteinvite.md -------------------------------------------------------------------------------- /src/functions/usddeletemessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddeletemessage.md -------------------------------------------------------------------------------- /src/functions/usddeleteroles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddeleteroles.md -------------------------------------------------------------------------------- /src/functions/usddeletestageinstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddeletestageinstance.md -------------------------------------------------------------------------------- /src/functions/usddeletevar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddeletevar.md -------------------------------------------------------------------------------- /src/functions/usddeletewebhook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddeletewebhook.md -------------------------------------------------------------------------------- /src/functions/usddescription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddescription.md -------------------------------------------------------------------------------- /src/functions/usddigitalformat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddigitalformat.md -------------------------------------------------------------------------------- /src/functions/usddisablementiontype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddisablementiontype.md -------------------------------------------------------------------------------- /src/functions/usddiscriminator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddiscriminator.md -------------------------------------------------------------------------------- /src/functions/usddivide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddivide.md -------------------------------------------------------------------------------- /src/functions/usddjseval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddjseval.md -------------------------------------------------------------------------------- /src/functions/usddm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usddm.md -------------------------------------------------------------------------------- /src/functions/usdeditchannel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdeditchannel.md -------------------------------------------------------------------------------- /src/functions/usdeditin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdeditin.md -------------------------------------------------------------------------------- /src/functions/usdeditmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdeditmessage.md -------------------------------------------------------------------------------- /src/functions/usdedittextsplitelement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdedittextsplitelement.md -------------------------------------------------------------------------------- /src/functions/usdeditwebhookmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdeditwebhookmessage.md -------------------------------------------------------------------------------- /src/functions/usdemoji.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdemoji.md -------------------------------------------------------------------------------- /src/functions/usdemojicount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdemojicount.md -------------------------------------------------------------------------------- /src/functions/usdemojiexists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdemojiexists.md -------------------------------------------------------------------------------- /src/functions/usdemojisfrommessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdemojisfrommessage.md -------------------------------------------------------------------------------- /src/functions/usderror.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usderror.md -------------------------------------------------------------------------------- /src/functions/usdeval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdeval.md -------------------------------------------------------------------------------- /src/functions/usdexec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdexec.md -------------------------------------------------------------------------------- /src/functions/usdexecutiontime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdexecutiontime.md -------------------------------------------------------------------------------- /src/functions/usdfetchinvites.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfetchinvites.md -------------------------------------------------------------------------------- /src/functions/usdfileexists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfileexists.md -------------------------------------------------------------------------------- /src/functions/usdfilesize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfilesize.md -------------------------------------------------------------------------------- /src/functions/usdfiltermessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfiltermessage.md -------------------------------------------------------------------------------- /src/functions/usdfindchannel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfindchannel.md -------------------------------------------------------------------------------- /src/functions/usdfindchars.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfindchars.md -------------------------------------------------------------------------------- /src/functions/usdfindmember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfindmember.md -------------------------------------------------------------------------------- /src/functions/usdfindmembers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfindmembers.md -------------------------------------------------------------------------------- /src/functions/usdfindnumbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfindnumbers.md -------------------------------------------------------------------------------- /src/functions/usdfindrole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfindrole.md -------------------------------------------------------------------------------- /src/functions/usdfindroles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfindroles.md -------------------------------------------------------------------------------- /src/functions/usdfindserverchannel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfindserverchannel.md -------------------------------------------------------------------------------- /src/functions/usdfindspecialchars.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfindspecialchars.md -------------------------------------------------------------------------------- /src/functions/usdfindtextsplitindex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfindtextsplitindex.md -------------------------------------------------------------------------------- /src/functions/usdfinduser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfinduser.md -------------------------------------------------------------------------------- /src/functions/usdfooter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdfooter.md -------------------------------------------------------------------------------- /src/functions/usdforeachchannel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdforeachchannel.md -------------------------------------------------------------------------------- /src/functions/usdforeachguild.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdforeachguild.md -------------------------------------------------------------------------------- /src/functions/usdforeachguildchannel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdforeachguildchannel.md -------------------------------------------------------------------------------- /src/functions/usdforeachmember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdforeachmember.md -------------------------------------------------------------------------------- /src/functions/usdforeachuser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdforeachuser.md -------------------------------------------------------------------------------- /src/functions/usdformatdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdformatdate.md -------------------------------------------------------------------------------- /src/functions/usdget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdget.md -------------------------------------------------------------------------------- /src/functions/usdgetapplicationcommandid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetapplicationcommandid.md -------------------------------------------------------------------------------- /src/functions/usdgetattachments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetattachments.md -------------------------------------------------------------------------------- /src/functions/usdgetauditlogs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetauditlogs.md -------------------------------------------------------------------------------- /src/functions/usdgetbanreason.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetbanreason.md -------------------------------------------------------------------------------- /src/functions/usdgetbotinvite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetbotinvite.md -------------------------------------------------------------------------------- /src/functions/usdgetchannelslowmode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetchannelslowmode.md -------------------------------------------------------------------------------- /src/functions/usdgetchannelvar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetchannelvar.md -------------------------------------------------------------------------------- /src/functions/usdgetcooldowntime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetcooldowntime.md -------------------------------------------------------------------------------- /src/functions/usdgetcustomstatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetcustomstatus.md -------------------------------------------------------------------------------- /src/functions/usdgetembed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetembed.md -------------------------------------------------------------------------------- /src/functions/usdgetglobaluservar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetglobaluservar.md -------------------------------------------------------------------------------- /src/functions/usdgetinviteinfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetinviteinfo.md -------------------------------------------------------------------------------- /src/functions/usdgetleaderboardinfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetleaderboardinfo.md -------------------------------------------------------------------------------- /src/functions/usdgetmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetmessage.md -------------------------------------------------------------------------------- /src/functions/usdgetmessagevar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetmessagevar.md -------------------------------------------------------------------------------- /src/functions/usdgetobject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetobject.md -------------------------------------------------------------------------------- /src/functions/usdgetobjectproperty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetobjectproperty.md -------------------------------------------------------------------------------- /src/functions/usdgetreactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetreactions.md -------------------------------------------------------------------------------- /src/functions/usdgetrolecolor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetrolecolor.md -------------------------------------------------------------------------------- /src/functions/usdgetservervar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetservervar.md -------------------------------------------------------------------------------- /src/functions/usdgettextsplitlength.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgettextsplitlength.md -------------------------------------------------------------------------------- /src/functions/usdgetuserbadges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetuserbadges.md -------------------------------------------------------------------------------- /src/functions/usdgetuservar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetuservar.md -------------------------------------------------------------------------------- /src/functions/usdgetvar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgetvar.md -------------------------------------------------------------------------------- /src/functions/usdgiverole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgiverole.md -------------------------------------------------------------------------------- /src/functions/usdgiveroles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdgiveroles.md -------------------------------------------------------------------------------- /src/functions/usdglobalcooldown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdglobalcooldown.md -------------------------------------------------------------------------------- /src/functions/usdglobaluserleaderboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdglobaluserleaderboard.md -------------------------------------------------------------------------------- /src/functions/usdguild.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdguild.md -------------------------------------------------------------------------------- /src/functions/usdguildid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdguildid.md -------------------------------------------------------------------------------- /src/functions/usdguildroles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdguildroles.md -------------------------------------------------------------------------------- /src/functions/usdhandleerror.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdhandleerror.md -------------------------------------------------------------------------------- /src/functions/usdhasanyperm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdhasanyperm.md -------------------------------------------------------------------------------- /src/functions/usdhasanyrole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdhasanyrole.md -------------------------------------------------------------------------------- /src/functions/usdhasembeds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdhasembeds.md -------------------------------------------------------------------------------- /src/functions/usdhasperms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdhasperms.md -------------------------------------------------------------------------------- /src/functions/usdhaspermsinchannel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdhaspermsinchannel.md -------------------------------------------------------------------------------- /src/functions/usdhasroles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdhasroles.md -------------------------------------------------------------------------------- /src/functions/usdhighestguildrole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdhighestguildrole.md -------------------------------------------------------------------------------- /src/functions/usdhighestrole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdhighestrole.md -------------------------------------------------------------------------------- /src/functions/usdhoistedrole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdhoistedrole.md -------------------------------------------------------------------------------- /src/functions/usdhour.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdhour.md -------------------------------------------------------------------------------- /src/functions/usdhttprequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdhttprequest.md -------------------------------------------------------------------------------- /src/functions/usdhumanizems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdhumanizems.md -------------------------------------------------------------------------------- /src/functions/usdif.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdif.md -------------------------------------------------------------------------------- /src/functions/usdimage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdimage.md -------------------------------------------------------------------------------- /src/functions/usdindexof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdindexof.md -------------------------------------------------------------------------------- /src/functions/usdinteractiondefer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdinteractiondefer.md -------------------------------------------------------------------------------- /src/functions/usdinteractiondeferupdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdinteractiondeferupdate.md -------------------------------------------------------------------------------- /src/functions/usdinteractiondelete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdinteractiondelete.md -------------------------------------------------------------------------------- /src/functions/usdinteractionedit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdinteractionedit.md -------------------------------------------------------------------------------- /src/functions/usdinteractionfollowup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdinteractionfollowup.md -------------------------------------------------------------------------------- /src/functions/usdinteractionmodal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdinteractionmodal.md -------------------------------------------------------------------------------- /src/functions/usdinteractionreply.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdinteractionreply.md -------------------------------------------------------------------------------- /src/functions/usdinteractionupdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdinteractionupdate.md -------------------------------------------------------------------------------- /src/functions/usdisautocomplete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisautocomplete.md -------------------------------------------------------------------------------- /src/functions/usdisbanned.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisbanned.md -------------------------------------------------------------------------------- /src/functions/usdisboosting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisboosting.md -------------------------------------------------------------------------------- /src/functions/usdisbot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisbot.md -------------------------------------------------------------------------------- /src/functions/usdisdeafen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisdeafen.md -------------------------------------------------------------------------------- /src/functions/usdisemoji.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisemoji.md -------------------------------------------------------------------------------- /src/functions/usdiseveryonementioned.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdiseveryonementioned.md -------------------------------------------------------------------------------- /src/functions/usdishoisted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdishoisted.md -------------------------------------------------------------------------------- /src/functions/usdismentionable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdismentionable.md -------------------------------------------------------------------------------- /src/functions/usdismentioned.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdismentioned.md -------------------------------------------------------------------------------- /src/functions/usdismuted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdismuted.md -------------------------------------------------------------------------------- /src/functions/usdisnumber.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisnumber.md -------------------------------------------------------------------------------- /src/functions/usdisprune.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisprune.md -------------------------------------------------------------------------------- /src/functions/usdisservermuted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisservermuted.md -------------------------------------------------------------------------------- /src/functions/usdisticket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisticket.md -------------------------------------------------------------------------------- /src/functions/usdisuserdmenabled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisuserdmenabled.md -------------------------------------------------------------------------------- /src/functions/usdisvalidhex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisvalidhex.md -------------------------------------------------------------------------------- /src/functions/usdisvalidimagelink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisvalidimagelink.md -------------------------------------------------------------------------------- /src/functions/usdisvalidinvite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisvalidinvite.md -------------------------------------------------------------------------------- /src/functions/usdisvalidlink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisvalidlink.md -------------------------------------------------------------------------------- /src/functions/usdisvalidobject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdisvalidobject.md -------------------------------------------------------------------------------- /src/functions/usdjoinsplittext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdjoinsplittext.md -------------------------------------------------------------------------------- /src/functions/usdjoinvc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdjoinvc.md -------------------------------------------------------------------------------- /src/functions/usdjsonrequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdjsonrequest.md -------------------------------------------------------------------------------- /src/functions/usdkick.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdkick.md -------------------------------------------------------------------------------- /src/functions/usdlavalinkexecute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdlavalinkexecute.md -------------------------------------------------------------------------------- /src/functions/usdleavevc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdleavevc.md -------------------------------------------------------------------------------- /src/functions/usdlet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdlet.md -------------------------------------------------------------------------------- /src/functions/usdlog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdlog.md -------------------------------------------------------------------------------- /src/functions/usdloop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdloop.md -------------------------------------------------------------------------------- /src/functions/usdloopmode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdloopmode.md -------------------------------------------------------------------------------- /src/functions/usdloopstatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdloopstatus.md -------------------------------------------------------------------------------- /src/functions/usdlowestguildrole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdlowestguildrole.md -------------------------------------------------------------------------------- /src/functions/usdlowestrole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdlowestrole.md -------------------------------------------------------------------------------- /src/functions/usdmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmap.md -------------------------------------------------------------------------------- /src/functions/usdmath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmath.md -------------------------------------------------------------------------------- /src/functions/usdmaximummembers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmaximummembers.md -------------------------------------------------------------------------------- /src/functions/usdmemberexists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmemberexists.md -------------------------------------------------------------------------------- /src/functions/usdmemberjoineddate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmemberjoineddate.md -------------------------------------------------------------------------------- /src/functions/usdmemberjoinposition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmemberjoinposition.md -------------------------------------------------------------------------------- /src/functions/usdmemberscount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmemberscount.md -------------------------------------------------------------------------------- /src/functions/usdmentioned.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmentioned.md -------------------------------------------------------------------------------- /src/functions/usdmentionedchannels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmentionedchannels.md -------------------------------------------------------------------------------- /src/functions/usdmentionedchannelscount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmentionedchannelscount.md -------------------------------------------------------------------------------- /src/functions/usdmentionedroles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmentionedroles.md -------------------------------------------------------------------------------- /src/functions/usdmentionedrolescount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmentionedrolescount.md -------------------------------------------------------------------------------- /src/functions/usdmentioneduserscount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmentioneduserscount.md -------------------------------------------------------------------------------- /src/functions/usdmentiontype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmentiontype.md -------------------------------------------------------------------------------- /src/functions/usdmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmessage.md -------------------------------------------------------------------------------- /src/functions/usdmessageattachment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmessageattachment.md -------------------------------------------------------------------------------- /src/functions/usdmessageexists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmessageexists.md -------------------------------------------------------------------------------- /src/functions/usdmessageflags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmessageflags.md -------------------------------------------------------------------------------- /src/functions/usdmessageid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmessageid.md -------------------------------------------------------------------------------- /src/functions/usdmessageping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmessageping.md -------------------------------------------------------------------------------- /src/functions/usdmessagepublish.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmessagepublish.md -------------------------------------------------------------------------------- /src/functions/usdmessageslice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmessageslice.md -------------------------------------------------------------------------------- /src/functions/usdmessagetype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmessagetype.md -------------------------------------------------------------------------------- /src/functions/usdmessageurl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmessageurl.md -------------------------------------------------------------------------------- /src/functions/usdmessagewebhookid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmessagewebhookid.md -------------------------------------------------------------------------------- /src/functions/usdminute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdminute.md -------------------------------------------------------------------------------- /src/functions/usdmodifychannelperms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmodifychannelperms.md -------------------------------------------------------------------------------- /src/functions/usdmodifyemoji.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmodifyemoji.md -------------------------------------------------------------------------------- /src/functions/usdmodifyrole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmodifyrole.md -------------------------------------------------------------------------------- /src/functions/usdmodifyroleperms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmodifyroleperms.md -------------------------------------------------------------------------------- /src/functions/usdmodifywebhook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmodifywebhook.md -------------------------------------------------------------------------------- /src/functions/usdmodulo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmodulo.md -------------------------------------------------------------------------------- /src/functions/usdmonth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmonth.md -------------------------------------------------------------------------------- /src/functions/usdmoveuser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmoveuser.md -------------------------------------------------------------------------------- /src/functions/usdmsg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmsg.md -------------------------------------------------------------------------------- /src/functions/usdmulti.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmulti.md -------------------------------------------------------------------------------- /src/functions/usdmuteuser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmuteuser.md -------------------------------------------------------------------------------- /src/functions/usdmutualservers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdmutualservers.md -------------------------------------------------------------------------------- /src/functions/usdnewchannel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdnewchannel.md -------------------------------------------------------------------------------- /src/functions/usdnewmember.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdnewmember.md -------------------------------------------------------------------------------- /src/functions/usdnewrole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdnewrole.md -------------------------------------------------------------------------------- /src/functions/usdnewstate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdnewstate.md -------------------------------------------------------------------------------- /src/functions/usdnewticket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdnewticket.md -------------------------------------------------------------------------------- /src/functions/usdnickname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdnickname.md -------------------------------------------------------------------------------- /src/functions/usdnodeversion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdnodeversion.md -------------------------------------------------------------------------------- /src/functions/usdnomentionmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdnomentionmessage.md -------------------------------------------------------------------------------- /src/functions/usdnonescape.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdnonescape.md -------------------------------------------------------------------------------- /src/functions/usdnumberseparator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdnumberseparator.md -------------------------------------------------------------------------------- /src/functions/usdoldchannel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdoldchannel.md -------------------------------------------------------------------------------- /src/functions/usdoldpresence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdoldpresence.md -------------------------------------------------------------------------------- /src/functions/usdoldrole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdoldrole.md -------------------------------------------------------------------------------- /src/functions/usdolduser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdolduser.md -------------------------------------------------------------------------------- /src/functions/usdonlybotperms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdonlybotperms.md -------------------------------------------------------------------------------- /src/functions/usdonlyforcategories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdonlyforcategories.md -------------------------------------------------------------------------------- /src/functions/usdonlyforchannels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdonlyforchannels.md -------------------------------------------------------------------------------- /src/functions/usdonlyforids.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdonlyforids.md -------------------------------------------------------------------------------- /src/functions/usdonlyforroles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdonlyforroles.md -------------------------------------------------------------------------------- /src/functions/usdonlyforservers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdonlyforservers.md -------------------------------------------------------------------------------- /src/functions/usdonlyif.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdonlyif.md -------------------------------------------------------------------------------- /src/functions/usdonlyifmessagecontains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdonlyifmessagecontains.md -------------------------------------------------------------------------------- /src/functions/usdonlynsfw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdonlynsfw.md -------------------------------------------------------------------------------- /src/functions/usdonlyperms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdonlyperms.md -------------------------------------------------------------------------------- /src/functions/usdordinal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdordinal.md -------------------------------------------------------------------------------- /src/functions/usdownerid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdownerid.md -------------------------------------------------------------------------------- /src/functions/usdpackageversion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdpackageversion.md -------------------------------------------------------------------------------- /src/functions/usdparsedate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdparsedate.md -------------------------------------------------------------------------------- /src/functions/usdparsetime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdparsetime.md -------------------------------------------------------------------------------- /src/functions/usdpartial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdpartial.md -------------------------------------------------------------------------------- /src/functions/usdpausetrack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdpausetrack.md -------------------------------------------------------------------------------- /src/functions/usdping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdping.md -------------------------------------------------------------------------------- /src/functions/usdpinmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdpinmessage.md -------------------------------------------------------------------------------- /src/functions/usdplatform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdplatform.md -------------------------------------------------------------------------------- /src/functions/usdplaytrack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdplaytrack.md -------------------------------------------------------------------------------- /src/functions/usdprunemembers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdprunemembers.md -------------------------------------------------------------------------------- /src/functions/usdqueue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdqueue.md -------------------------------------------------------------------------------- /src/functions/usdqueuelength.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdqueuelength.md -------------------------------------------------------------------------------- /src/functions/usdram.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdram.md -------------------------------------------------------------------------------- /src/functions/usdrandom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdrandom.md -------------------------------------------------------------------------------- /src/functions/usdrandomchannelid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdrandomchannelid.md -------------------------------------------------------------------------------- /src/functions/usdrandomemoji.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdrandomemoji.md -------------------------------------------------------------------------------- /src/functions/usdrandomguildid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdrandomguildid.md -------------------------------------------------------------------------------- /src/functions/usdrandomroleid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdrandomroleid.md -------------------------------------------------------------------------------- /src/functions/usdrandomstring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdrandomstring.md -------------------------------------------------------------------------------- /src/functions/usdrandomtext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdrandomtext.md -------------------------------------------------------------------------------- /src/functions/usdrandomuserid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdrandomuserid.md -------------------------------------------------------------------------------- /src/functions/usdratelimit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdratelimit.md -------------------------------------------------------------------------------- /src/functions/usdreactioncollector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdreactioncollector.md -------------------------------------------------------------------------------- /src/functions/usdreactioncount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdreactioncount.md -------------------------------------------------------------------------------- /src/functions/usdreadfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdreadfile.md -------------------------------------------------------------------------------- /src/functions/usdreboot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdreboot.md -------------------------------------------------------------------------------- /src/functions/usdreferencechannelid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdreferencechannelid.md -------------------------------------------------------------------------------- /src/functions/usdreferenceguildid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdreferenceguildid.md -------------------------------------------------------------------------------- /src/functions/usdreferencemessageid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdreferencemessageid.md -------------------------------------------------------------------------------- /src/functions/usdremovecontains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdremovecontains.md -------------------------------------------------------------------------------- /src/functions/usdremovesplittextelement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdremovesplittextelement.md -------------------------------------------------------------------------------- /src/functions/usdremovetextsplitelement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdremovetextsplitelement.md -------------------------------------------------------------------------------- /src/functions/usdrepeatmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdrepeatmessage.md -------------------------------------------------------------------------------- /src/functions/usdreplacetext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdreplacetext.md -------------------------------------------------------------------------------- /src/functions/usdreplacetextwithregex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdreplacetextwithregex.md -------------------------------------------------------------------------------- /src/functions/usdreply.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdreply.md -------------------------------------------------------------------------------- /src/functions/usdresetgloaluservar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdresetgloaluservar.md -------------------------------------------------------------------------------- /src/functions/usdresetservervar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdresetservervar.md -------------------------------------------------------------------------------- /src/functions/usdresetuservar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdresetuservar.md -------------------------------------------------------------------------------- /src/functions/usdresolvecolor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdresolvecolor.md -------------------------------------------------------------------------------- /src/functions/usdresolveemojiid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdresolveemojiid.md -------------------------------------------------------------------------------- /src/functions/usdresumetrack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdresumetrack.md -------------------------------------------------------------------------------- /src/functions/usdrole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdrole.md -------------------------------------------------------------------------------- /src/functions/usdrolecount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdrolecount.md -------------------------------------------------------------------------------- /src/functions/usdroleexists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdroleexists.md -------------------------------------------------------------------------------- /src/functions/usdroleid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdroleid.md -------------------------------------------------------------------------------- /src/functions/usdrolememberscount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdrolememberscount.md -------------------------------------------------------------------------------- /src/functions/usdrolename.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdrolename.md -------------------------------------------------------------------------------- /src/functions/usdroleperms-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdroleperms-1.md -------------------------------------------------------------------------------- /src/functions/usdroleposition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdroleposition.md -------------------------------------------------------------------------------- /src/functions/usdround.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdround.md -------------------------------------------------------------------------------- /src/functions/usdroundtenth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdroundtenth.md -------------------------------------------------------------------------------- /src/functions/usdsecond.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsecond.md -------------------------------------------------------------------------------- /src/functions/usdseekto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdseekto.md -------------------------------------------------------------------------------- /src/functions/usdsendcrosspostingmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsendcrosspostingmessage.md -------------------------------------------------------------------------------- /src/functions/usdsenddm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsenddm.md -------------------------------------------------------------------------------- /src/functions/usdsendmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsendmessage.md -------------------------------------------------------------------------------- /src/functions/usdsendtts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsendtts.md -------------------------------------------------------------------------------- /src/functions/usdsendwebhookmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsendwebhookmessage.md -------------------------------------------------------------------------------- /src/functions/usdserveravailable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdserveravailable.md -------------------------------------------------------------------------------- /src/functions/usdserverbanner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdserverbanner.md -------------------------------------------------------------------------------- /src/functions/usdserverboostcount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdserverboostcount.md -------------------------------------------------------------------------------- /src/functions/usdserverboostlevel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdserverboostlevel.md -------------------------------------------------------------------------------- /src/functions/usdserverchannelexists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdserverchannelexists.md -------------------------------------------------------------------------------- /src/functions/usdservercontentfilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdservercontentfilter.md -------------------------------------------------------------------------------- /src/functions/usdservercooldown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdservercooldown.md -------------------------------------------------------------------------------- /src/functions/usdservercount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdservercount.md -------------------------------------------------------------------------------- /src/functions/usdserverdescription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdserverdescription.md -------------------------------------------------------------------------------- /src/functions/usdserveremojiexists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdserveremojiexists.md -------------------------------------------------------------------------------- /src/functions/usdserveremojis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdserveremojis.md -------------------------------------------------------------------------------- /src/functions/usdserverexists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdserverexists.md -------------------------------------------------------------------------------- /src/functions/usdserverfeatures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdserverfeatures.md -------------------------------------------------------------------------------- /src/functions/usdservericon-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdservericon-1.md -------------------------------------------------------------------------------- /src/functions/usdserverids.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdserverids.md -------------------------------------------------------------------------------- /src/functions/usdservermfalevel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdservermfalevel.md -------------------------------------------------------------------------------- /src/functions/usdservername.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdservername.md -------------------------------------------------------------------------------- /src/functions/usdservernames.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdservernames.md -------------------------------------------------------------------------------- /src/functions/usdserverperferredlocale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdserverperferredlocale.md -------------------------------------------------------------------------------- /src/functions/usdserversplash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdserversplash.md -------------------------------------------------------------------------------- /src/functions/usdserververificationlevel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdserververificationlevel.md -------------------------------------------------------------------------------- /src/functions/usdsetbotavatar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsetbotavatar.md -------------------------------------------------------------------------------- /src/functions/usdsetbotusername.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsetbotusername.md -------------------------------------------------------------------------------- /src/functions/usdsetchanneltopic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsetchanneltopic.md -------------------------------------------------------------------------------- /src/functions/usdsetchannelvar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsetchannelvar.md -------------------------------------------------------------------------------- /src/functions/usdsetfilter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsetfilter.md -------------------------------------------------------------------------------- /src/functions/usdsetglobaluservar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsetglobaluservar.md -------------------------------------------------------------------------------- /src/functions/usdsetguildicon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsetguildicon.md -------------------------------------------------------------------------------- /src/functions/usdsetguildname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsetguildname.md -------------------------------------------------------------------------------- /src/functions/usdsetmessagevar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsetmessagevar.md -------------------------------------------------------------------------------- /src/functions/usdsetrolecolor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsetrolecolor.md -------------------------------------------------------------------------------- /src/functions/usdsetroles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsetroles.md -------------------------------------------------------------------------------- /src/functions/usdsetservervar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsetservervar.md -------------------------------------------------------------------------------- /src/functions/usdsetstatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsetstatus.md -------------------------------------------------------------------------------- /src/functions/usdsettimeout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsettimeout.md -------------------------------------------------------------------------------- /src/functions/usdsetuservar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsetuservar.md -------------------------------------------------------------------------------- /src/functions/usdsetvar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsetvar.md -------------------------------------------------------------------------------- /src/functions/usdshardid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdshardid.md -------------------------------------------------------------------------------- /src/functions/usdshufflequeue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdshufflequeue.md -------------------------------------------------------------------------------- /src/functions/usdskip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdskip.md -------------------------------------------------------------------------------- /src/functions/usdskipto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdskipto.md -------------------------------------------------------------------------------- /src/functions/usdslashoption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdslashoption.md -------------------------------------------------------------------------------- /src/functions/usdslowmode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdslowmode.md -------------------------------------------------------------------------------- /src/functions/usdsonginfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsonginfo.md -------------------------------------------------------------------------------- /src/functions/usdsplittext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsplittext.md -------------------------------------------------------------------------------- /src/functions/usdstatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdstatus.md -------------------------------------------------------------------------------- /src/functions/usdstop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdstop.md -------------------------------------------------------------------------------- /src/functions/usdstringendswith.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdstringendswith.md -------------------------------------------------------------------------------- /src/functions/usdstringstartswith.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdstringstartswith.md -------------------------------------------------------------------------------- /src/functions/usdsub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsub.md -------------------------------------------------------------------------------- /src/functions/usdsum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsum.md -------------------------------------------------------------------------------- /src/functions/usdsuppresserrors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsuppresserrors.md -------------------------------------------------------------------------------- /src/functions/usdsystemchannelid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdsystemchannelid.md -------------------------------------------------------------------------------- /src/functions/usdtakerole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdtakerole.md -------------------------------------------------------------------------------- /src/functions/usdtakeroles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdtakeroles.md -------------------------------------------------------------------------------- /src/functions/usdtextinputvalue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdtextinputvalue.md -------------------------------------------------------------------------------- /src/functions/usdtextslice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdtextslice.md -------------------------------------------------------------------------------- /src/functions/usdtextsplit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdtextsplit.md -------------------------------------------------------------------------------- /src/functions/usdtextsplitmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdtextsplitmap.md -------------------------------------------------------------------------------- /src/functions/usdtexttrim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdtexttrim.md -------------------------------------------------------------------------------- /src/functions/usdthumbnail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdthumbnail.md -------------------------------------------------------------------------------- /src/functions/usdtimezone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdtimezone.md -------------------------------------------------------------------------------- /src/functions/usdtitle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdtitle.md -------------------------------------------------------------------------------- /src/functions/usdtolocaleuppercase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdtolocaleuppercase.md -------------------------------------------------------------------------------- /src/functions/usdtolowercase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdtolowercase.md -------------------------------------------------------------------------------- /src/functions/usdtouppercase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdtouppercase.md -------------------------------------------------------------------------------- /src/functions/usdtruncate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdtruncate.md -------------------------------------------------------------------------------- /src/functions/usdunban.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdunban.md -------------------------------------------------------------------------------- /src/functions/usdunpinmessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdunpinmessage.md -------------------------------------------------------------------------------- /src/functions/usdupdatecommands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdupdatecommands.md -------------------------------------------------------------------------------- /src/functions/usduptime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usduptime.md -------------------------------------------------------------------------------- /src/functions/usduri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usduri.md -------------------------------------------------------------------------------- /src/functions/usdusechannel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdusechannel.md -------------------------------------------------------------------------------- /src/functions/usduser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usduser.md -------------------------------------------------------------------------------- /src/functions/usduseravatar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usduseravatar.md -------------------------------------------------------------------------------- /src/functions/usduserexists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usduserexists.md -------------------------------------------------------------------------------- /src/functions/usduserid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usduserid.md -------------------------------------------------------------------------------- /src/functions/usduserleaderboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usduserleaderboard.md -------------------------------------------------------------------------------- /src/functions/usdusername.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdusername.md -------------------------------------------------------------------------------- /src/functions/usduserperms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usduserperms.md -------------------------------------------------------------------------------- /src/functions/usduserreacted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usduserreacted.md -------------------------------------------------------------------------------- /src/functions/usduserrolecolor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usduserrolecolor.md -------------------------------------------------------------------------------- /src/functions/usduserroles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usduserroles.md -------------------------------------------------------------------------------- /src/functions/usduserrolescount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usduserrolescount.md -------------------------------------------------------------------------------- /src/functions/usdusersbanned.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdusersbanned.md -------------------------------------------------------------------------------- /src/functions/usdusersinchannel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdusersinchannel.md -------------------------------------------------------------------------------- /src/functions/usduserswithrole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usduserswithrole.md -------------------------------------------------------------------------------- /src/functions/usdusertag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdusertag.md -------------------------------------------------------------------------------- /src/functions/usdvanityurl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdvanityurl.md -------------------------------------------------------------------------------- /src/functions/usdvanityuses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdvanityuses.md -------------------------------------------------------------------------------- /src/functions/usdvariablescount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdvariablescount.md -------------------------------------------------------------------------------- /src/functions/usdvoiceid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdvoiceid.md -------------------------------------------------------------------------------- /src/functions/usdvolume.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdvolume.md -------------------------------------------------------------------------------- /src/functions/usdwait.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdwait.md -------------------------------------------------------------------------------- /src/functions/usdwebhook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdwebhook.md -------------------------------------------------------------------------------- /src/functions/usdwebhookexists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdwebhookexists.md -------------------------------------------------------------------------------- /src/functions/usdyear.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/functions/usdyear.md -------------------------------------------------------------------------------- /src/guides/client-status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/guides/client-status.md -------------------------------------------------------------------------------- /src/guides/command-handler/command-aliases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/guides/command-handler/command-aliases.md -------------------------------------------------------------------------------- /src/guides/command-handler/command-handler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/guides/command-handler/command-handler.md -------------------------------------------------------------------------------- /src/guides/setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/guides/setup.md -------------------------------------------------------------------------------- /src/guides/using-events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/guides/using-events.md -------------------------------------------------------------------------------- /src/guides/variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/guides/variables.md -------------------------------------------------------------------------------- /src/home.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/home.md -------------------------------------------------------------------------------- /src/message-formatters/README.md: -------------------------------------------------------------------------------- 1 | # MessageFormatters 2 | 3 | -------------------------------------------------------------------------------- /src/message-formatters/errorobjects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/message-formatters/errorobjects.md -------------------------------------------------------------------------------- /src/message-formatters/parsers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/message-formatters/parsers.md -------------------------------------------------------------------------------- /src/options/OptionsSummary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/options/OptionsSummary.md -------------------------------------------------------------------------------- /src/options/README.md: -------------------------------------------------------------------------------- 1 | # Client Options 2 | 3 | -------------------------------------------------------------------------------- /src/options/botOptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/options/botOptions.md -------------------------------------------------------------------------------- /src/options/cacheOptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/options/cacheOptions.md -------------------------------------------------------------------------------- /src/options/commandTypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/options/commandTypes.md -------------------------------------------------------------------------------- /src/options/databaseOptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/options/databaseOptions.md -------------------------------------------------------------------------------- /src/options/intentOptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/options/intentOptions.md -------------------------------------------------------------------------------- /src/options/messageOptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/options/messageOptions.md -------------------------------------------------------------------------------- /src/options/respondOnEditOptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/options/respondOnEditOptions.md -------------------------------------------------------------------------------- /src/options/voiceOptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/options/voiceOptions.md -------------------------------------------------------------------------------- /src/other/character-escaping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/other/character-escaping.md -------------------------------------------------------------------------------- /src/other/embed-errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/other/embed-errors.md -------------------------------------------------------------------------------- /src/other/gateway-intents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/other/gateway-intents.md -------------------------------------------------------------------------------- /src/other/hyperlink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/other/hyperlink.md -------------------------------------------------------------------------------- /src/other/permissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/other/permissions.md -------------------------------------------------------------------------------- /src/other/sharding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aoijs/documentation/HEAD/src/other/sharding.md --------------------------------------------------------------------------------