Skip to content

Commit

Permalink
move functions to proper folders
Browse files Browse the repository at this point in the history
  • Loading branch information
NervN committed Oct 25, 2023
1 parent 6b4afe3 commit 1fc31d3
Show file tree
Hide file tree
Showing 34 changed files with 65 additions and 33 deletions.
1 change: 1 addition & 0 deletions guide/.vuepress/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module.exports= {
getSideBar('Text/Condition','Condition Functions',{collapsible:true}),
getSideBar('Stickers','Sticker Functions',{collapsible:true}),
getSideBar('Events','Event Functions',{collapsible:true}),
getSideBar('Timeout','User Timeout Functions',{collapsible:true}),
getSideBar('Text/Embed','Embed functions',{collapsible:true}),
getSideBar('Text/Components','Button Functions',{collapsible:true}),
getSideBar('Text/Math','Math Functions',{collapsible:true}),
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
31 changes: 31 additions & 0 deletions guide/function-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,19 @@
"editchannel": "Channel/editChannel.md",
"editforum": "Channel/editForum.md",
"eventchannelid": "Channel/eventChannelID.md",
"eventchannelparent": "Channel/eventChannelParent.md",
"findchannel": "Channel/findChannel.md",
"findserverchannel": "Channel/findServerChannel.md",
"getchannelmessages": "Channel/getChannelMessages.md",
"getchannelslowmode": "Channel/getChannelSlowmode.md",
"latestmessage": "Channel/latestMessage.md",
"modifychannelperms": "Channel/modifyChannelPerms.md",
"newticket": "Message/newTicket.md",
"removecontains": "Channel/removeContains.md",
"serverchannels": "Channel/serverChannels.md",
"setchanneltopic": "Channel/setChannelTopic.md",
"slowmode": "Channel/slowmode.md",
"transcriptchannel": "Channel/transcriptChannel.md",
"usechannel": "Channel/useChannel.md",
"vcafter": "Channel/vcAfter.md",
"vcbefore": "Channel/vcBefore.md",
Expand Down Expand Up @@ -126,14 +131,18 @@
"changenickname": "Member/changeNickname.md",
"discriminator": "Member/discriminator.md",
"displayname": "Member/displayName.md",
"eventnewnickname": "Member/eventNewNickname.md",
"eventoldnickname": "Member/eventOldNickname.md",
"findmember": "Member/findMember.md",
"getuserbadges": "Member/getUserBadges.md",
"hasanyperm": "Member/hasAnyPerm.md",
"hasanyrole": "Member/hasAnyRole.md",
"hasperms": "Member/hasPerms.md",
"hasroles": "Member/hasRoles.md",
"isbanned": "Member/isBanned.md",
"isuserdmenabled": "Member/isUserDMEnabled.md",
"kick": "Member/kick.md",
"memberswithstatus": "Member/membersWithStatus.md",
"mention": "Member/mention.md",
"moveuser": "Member/moveUser.md",
"muteuser": "Member/muteUser.md",
Expand Down Expand Up @@ -170,19 +179,28 @@
"deletein": "Message/deleteIn.md",
"deletemessage": "Message/deleteMessage.md",
"deletewebhook": "Message/deleteWebhook.md",
"deletewebhookmessage": "Message/deleteWebhookMessage.md",
"deletecommand": "Message/deletecommand.md",
"disablechannelmentions": "Message/disableChannelMentions.md",
"disableeveryonementions": "Message/disableEveryoneMentions.md",
"disablerolementions": "Message/disableRoleMentions.md",
"editembed": "Message/editEmbed.md",
"editin": "Message/editIn.md",
"editmessage": "Message/editMessage.md",
"editwebhookmessage": "Message/editWebhookMessage.md",
"emoji": "Message/emoji.md",
"emojiid": "Message/emojiID.md",
"emojiname": "Message/emojiName.md",
"emojitostring": "Message/emojiToString.md",
"emojisfrommessage": "Message/emojisFromMessage.md",
"enableeveryonementions": "Message/enableEveryoneMentions.md",
"getcommandoption": "Message/getCommandOption.md",
"getembed": "Message/getEmbed.md",
"getmessage": "Message/getMessage.md",
"getmessagereactions": "Message/getMessageReactions.md",
"getreactioncount": "Message/getReactionCount.md",
"getreactions": "Message/getReactions.md",
"hasembeds": "Message/hasEmbeds.md",
"hyperlink": "Message/hyperlink.md",
"message": "Message/message.md",
"messageattachment": "Message/messageAttachment.md",
Expand All @@ -198,6 +216,8 @@
"noescapingmessage": "Message/noEscapingMessage.md",
"nomentionmessage": "Text/noMentionMessage.md",
"pinmessage": "Message/pinMessage.md",
"referencechannelid": "Message/referenceChannelID.md",
"referencemessageid": "Message/referenceMessageID.md",
"reply": "Message/reply.md",
"sendcrosspostingmessage": "Message/sendCrosspostingMessage.md",
"senddm": "Message/sendDM.md",
Expand Down Expand Up @@ -259,6 +279,7 @@
"guild": "Server/guild.md",
"memberscount": "Server/membersCount.md",
"ownerid": "Server/ownerID.md",
"resolveemojiid": "Server/resolveEmojiID.md",
"serverbanner": "Server/serverBanner.md",
"serverboostcount": "Server/serverBoostCount.md",
"serverboostlevel": "Server/serverBoostLevel.md",
Expand Down Expand Up @@ -388,6 +409,7 @@
"customemoji": "Text/customEmoji.md",
"disablementions": "Text/disableMentions.md",
"filtermessage": "Text/filterMessage.md",
"filtermessagewords": "Text/filterMessageWords.md",
"findchars": "Text/findChars.md",
"findnumbers": "Text/findNumbers.md",
"findspecialchars": "Text/findSpecialChars.md",
Expand All @@ -411,6 +433,7 @@
"isvalidinvite": "Text/isandhas/isValidInvite.md",
"isvalidlink": "Text/isandhas/isValidLink.md",
"isvalidobject": "Text/isandhas/isValidObject.md",
"mentiontype": "Text/mentionType.md",
"mentioned": "Text/mentioned.md",
"mentionedchannels": "Text/mentionedChannels.md",
"mentionedroles": "Text/mentionedRoles.md",
Expand Down Expand Up @@ -468,17 +491,25 @@
"pinpost": "Threads/pinPost.md",
"removeusersfromthread": "Threads/removeUsersFromThread.md",
"thread": "Threads/thread.md",
"timeoutaction": "Timeout/timeoutAction.md",
"timeoutby": "Timeout/timeoutBy.md",
"timeoutreason": "Timeout/timeoutReason.md",
"usergettimeout": "Timeout/userGetTimeout.md",
"userremovetimeout": "Timeout/userRemoveTimeout.md",
"usersettimeout": "Timeout/userSetTimeout.md",
"callfunction": "Useful/callFunction.md",
"commandcode": "Useful/commandCode.md",
"deletetrigger": "Useful/deleteTrigger.md",
"edittrigger": "Useful/editTrigger.md",
"endforeach": "Useful/endForEach.md",
"endfunction": "Useful/endFunction.md",
"endtimeout": "Useful/endTimeout.md",
"error": "Useful/error.md",
"foreach": "Useful/forEach.md",
"function": "Useful/function.md",
"gettrigger": "Useful/getTrigger.md",
"ignoreerrors": "Useful/ignoreErrors.md",
"includelibrary": "Useful/includeLibrary.md",
"jsonrequest": "Useful/jsonRequest.md",
"redirecterrors": "Useful/redirectErrors.md",
"return": "Useful/return.md",
Expand Down
66 changes: 33 additions & 33 deletions guide/undone.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Done (94.13%)
# Done (99.82%)
* ~~cacheMember~~
* ~~setServerVar~~
* ~~serverCount~~
Expand Down Expand Up @@ -175,11 +175,13 @@
* ~~randomChannelID~~
* ~~randomMention~~
* ~~roundTenth~~
* ~~getMessage~~
* ~~colorRole~~
* ~~isValidObject~~
* ~~onlyIfMessageContains~~
* ~~removeSplitTextElement~~
* ~~usersInChannel~~
* ~~slowmode~~
* ~~usersBanned~~
* ~~isBanned~~
* ~~modifyChannelPerms~~
Expand All @@ -191,6 +193,7 @@
* ~~isMuted~~
* ~~argsCount~~
* ~~messageExists~~
* ~~hasEmbeds~~
* ~~clearReaction~~
* ~~clearReactions~~
* ~~getReactions~~
Expand All @@ -209,12 +212,15 @@
* ~~isMentioned~~
* ~~createWebhook~~
* ~~sendWebhook~~
* ~~referenceChannelID~~
* ~~referenceMessageID~~
* ~~setChannelTopic~~
* ~~deleteWebhook~~
* ~~pinMessage~~
* ~~unpinMessage~~
* ~~getInviteInfo~~
* ~~channelCategoryID~~
* ~~isUserDMEnabled~~
* ~~addMessageReactions~~
* ~~advancedTextSplit~~
* ~~isMentionable~~
Expand Down Expand Up @@ -271,11 +277,17 @@
* ~~hasAnyRole~~
* ~~isTicket~~
* ~~roleMembersCount~~
* ~~getChannelSlowmode~~
* ~~emojiExists~~
* ~~spliceTextJoin~~
* ~~removeContains~~
* ~~stringEndsWith~~
* ~~userReacted~~
* ~~disableRoleMentions~~
* ~~boostingSince~~
* ~~disableChannelMentions~~
* ~~disableEveryoneMentions~~
* ~~enableEveryoneMentions~~
* ~~abbreviate~~
* ~~channel~~
* ~~emoji~~
Expand All @@ -289,10 +301,13 @@
* ~~get~~
* ~~formatDate~~
* ~~humanizeMS~~
* ~~resolveEmojiID~~
* ~~filterMessageWords~~
* ~~concatTextSplit~~
* ~~indexOf~~
* ~~textSlice~~
* ~~textTrim~~
* ~~mentionType~~
* ~~initVar~~
* ~~deleteUserVar~~
* ~~deleteServerVar~~
Expand All @@ -302,6 +317,7 @@
* ~~regexMatch~~
* ~~stop~~
* ~~setTimeout~~
* ~~endTimeout~~
* ~~parseTime~~
* ~~button~~
* ~~buttonID~~
Expand Down Expand Up @@ -332,12 +348,14 @@
* ~~botTier~~
* ~~modifyRolePerms~~
* ~~void~~
* ~~transcriptChannel~~
* ~~redirectErrors~~
* ~~spread~~
* ~~toggleRoles~~
* ~~awaitButton~~
* ~~reply~~
* ~~eventChannelID~~
* ~~eventChannelParent~~
* ~~createThread~~
* ~~thread~~
* ~~getThreads~~
Expand Down Expand Up @@ -386,6 +404,9 @@
* ~~removeMenu~~
* ~~editMenu~~
* ~~editEmbed~~
* ~~userSetTimeout~~
* ~~userRemoveTimeout~~
* ~~userGetTimeout~~
* ~~getTrigger~~
* ~~editTrigger~~
* ~~deleteTrigger~~
Expand All @@ -395,13 +416,20 @@
* ~~roleIcon~~
* ~~serverChannels~~
* ~~clearCoolDown~~
* ~~membersWithStatus~~
* ~~textShuffle~~
* ~~userBanner~~
* ~~editWebhookMessage~~
* ~~deleteWebhookMessage~~
* ~~userVarRank~~
* ~~getMessageReactions~~
* ~~getReactionCount~~
* ~~vcBefore~~
* ~~vcAfter~~
* ~~menuId~~
* ~~timeoutBy~~
* ~~timeoutReason~~
* ~~timeoutAction~~
* ~~disableButtons~~
* ~~enableButtons~~
* ~~abs~~
Expand All @@ -416,13 +444,16 @@
* ~~modalAnswer~~
* ~~getChannelMessages~~
* ~~arrayUnique~~
* ~~eventOldNickname~~
* ~~eventNewNickname~~
* ~~modifyUserRoles~~
* ~~messageStickers~~
* ~~sticker~~
* ~~deleteSticker~~
* ~~editSticker~~
* ~~serverStickers~~
* ~~arrayLoop~~
* ~~includeLibrary~~
* ~~arrayClear~~
* ~~randomTextBiased~~
* ~~triggerExists~~
Expand Down Expand Up @@ -513,36 +544,5 @@
* ~~deleteAutomod~~
* ~~imageLineHeight~~

# Not done (5.87%)
* [getMessage](./Unclassified/getMessage.md)
* [slowmode](./Unclassified/slowmode.md)
* [hasEmbeds](./Unclassified/hasEmbeds.md)
* [referenceChannelID](./Unclassified/referenceChannelID.md)
* [referenceMessageID](./Unclassified/referenceMessageID.md)
* [isUserDMEnabled](./Unclassified/isUserDMEnabled.md)
* [getChannelSlowmode](./Unclassified/getChannelSlowmode.md)
* [removeContains](./Unclassified/removeContains.md)
* [disableRoleMentions](./Unclassified/disableRoleMentions.md)
* [disableChannelMentions](./Unclassified/disableChannelMentions.md)
* [disableEveryoneMentions](./Unclassified/disableEveryoneMentions.md)
* [enableEveryoneMentions](./Unclassified/enableEveryoneMentions.md)
* [resolveEmojiID](./Unclassified/resolveEmojiID.md)
* [filterMessageWords](./Unclassified/filterMessageWords.md)
* [mentionType](./Unclassified/mentionType.md)
* [endTimeout](./Unclassified/endTimeout.md)
* [transcriptChannel](./Unclassified/transcriptChannel.md)
* [eventChannelParent](./Unclassified/eventChannelParent.md)
* [userSetTimeout](./Unclassified/userSetTimeout.md)
* [userRemoveTimeout](./Unclassified/userRemoveTimeout.md)
* [userGetTimeout](./Unclassified/userGetTimeout.md)
* [membersWithStatus](./Unclassified/membersWithStatus.md)
* [editWebhookMessage](./Unclassified/editWebhookMessage.md)
* [deleteWebhookMessage](./Unclassified/deleteWebhookMessage.md)
* [getMessageReactions](./Unclassified/getMessageReactions.md)
* [timeoutBy](./Unclassified/timeoutBy.md)
* [timeoutReason](./Unclassified/timeoutReason.md)
* [timeoutAction](./Unclassified/timeoutAction.md)
* [eventOldNickname](./Unclassified/eventOldNickname.md)
* [eventNewNickname](./Unclassified/eventNewNickname.md)
* [includeLibrary](./Unclassified/includeLibrary.md)
# Not done (0.18%)
* [OnTemplate](./Unclassified/OnTemplate.md)

0 comments on commit 1fc31d3

Please sign in to comment.