README.md
setup.py
Amisynth/__init__.py
Amisynth/client.py
Amisynth/utils.py
Amisynth.egg-info/PKG-INFO
Amisynth.egg-info/SOURCES.txt
Amisynth.egg-info/dependency_links.txt
Amisynth.egg-info/requires.txt
Amisynth.egg-info/top_level.txt
Amisynth/Collector/__init__.py
Amisynth/Functions/__init__.py
Amisynth/Functions/setPrefix.py
Amisynth/Functions/storage.py
Amisynth/Functions/Buttons/__init__.py
Amisynth/Functions/Buttons/addButton.py
Amisynth/Functions/Buttons/customID.py
Amisynth/Functions/Channels/__init__.py
Amisynth/Functions/Channels/categorysIDs.py
Amisynth/Functions/Channels/categorysNames.py
Amisynth/Functions/Channels/channelID.py
Amisynth/Functions/Channels/channelNames.py
Amisynth/Functions/Channels/channelSystem.py
Amisynth/Functions/Channels/channelsIDs.py
Amisynth/Functions/Channels/mentionedChannels.py
Amisynth/Functions/Conditions/__init__.py
Amisynth/Functions/Conditions/and.py
Amisynth/Functions/Conditions/argsCheck.py
Amisynth/Functions/Conditions/checkCondition.py
Amisynth/Functions/Conditions/checkContains.py
Amisynth/Functions/Conditions/or.py
Amisynth/Functions/Embeds/__init__.py
Amisynth/Functions/Embeds/addField.py
Amisynth/Functions/Embeds/addTimestamp.py
Amisynth/Functions/Embeds/author.py
Amisynth/Functions/Embeds/authorIcon.py
Amisynth/Functions/Embeds/authorURL.py
Amisynth/Functions/Embeds/color.py
Amisynth/Functions/Embeds/description.py
Amisynth/Functions/Embeds/footer.py
Amisynth/Functions/Embeds/footerIcon.py
Amisynth/Functions/Embeds/image.py
Amisynth/Functions/Embeds/sendEmbedMessage.py
Amisynth/Functions/Embeds/thumbnail.py
Amisynth/Functions/Embeds/titile.py
Amisynth/Functions/Embeds/titleURL.py
Amisynth/Functions/Emojis/__init__.py
Amisynth/Functions/Emojis/emojiAdd.py
Amisynth/Functions/Images/__init__.py
Amisynth/Functions/Images/userAvatar.py
Amisynth/Functions/JSON/__init__.py
Amisynth/Functions/JSON/json.py
Amisynth/Functions/JSON/jsonArray.py
Amisynth/Functions/JSON/jsonArrayAppend.py
Amisynth/Functions/JSON/jsonArrayCount.py
Amisynth/Functions/JSON/jsonArrayIndex.py
Amisynth/Functions/JSON/jsonArrayJoin.py
Amisynth/Functions/JSON/jsonArrayPop.py
Amisynth/Functions/JSON/jsonArrayReverse.py
Amisynth/Functions/JSON/jsonArrayShift.py
Amisynth/Functions/JSON/jsonArraySort.py
Amisynth/Functions/JSON/jsonArrayUnshift.py
Amisynth/Functions/JSON/jsonExists.py
Amisynth/Functions/JSON/jsonParser.py
Amisynth/Functions/JSON/jsonPretty.py
Amisynth/Functions/JSON/jsonSet.py
Amisynth/Functions/JSON/jsonSetString.py
Amisynth/Functions/JSON/jsonStringify.py
Amisynth/Functions/JSON/jsonUnClear.py
Amisynth/Functions/JSON/jsonUnSet.py
Amisynth/Functions/Math/__init__.py
Amisynth/Functions/Math/divide.py
Amisynth/Functions/Math/sum.py
Amisynth/Functions/Messages/__init__.py
Amisynth/Functions/Messages/clear.py
Amisynth/Functions/Messages/editMessageAfter.py
Amisynth/Functions/Messages/editMessageBefore.py
Amisynth/Functions/Messages/getMessage.py
Amisynth/Functions/Messages/getMessageDelete.py
Amisynth/Functions/Messages/message.py
Amisynth/Functions/Messages/repeatMessage.py
Amisynth/Functions/Messages/replaceText.py
Amisynth/Functions/Messages/sendMessage.py
Amisynth/Functions/Messages/typingTime.py
Amisynth/Functions/Messages/typingUser.py
Amisynth/Functions/Roles/__init__.py
Amisynth/Functions/Roles/mentionedRoles.py
Amisynth/Functions/Roles/roleGrant.py
Amisynth/Functions/SelectMenus/__init__.py
Amisynth/Functions/SelectMenus/addSelectMenuOption.py
Amisynth/Functions/SelectMenus/getMenuID.py
Amisynth/Functions/SelectMenus/getMenuValueOption.py
Amisynth/Functions/SelectMenus/newSelectMenu.py
Amisynth/Functions/Slash/__init__.py
Amisynth/Functions/Slash/getCreateSlash.py
Amisynth/Functions/Slash/getSlashID.py
Amisynth/Functions/Slash/getTypeSlash.py
Amisynth/Functions/Slash/messageSlash.py
Amisynth/Functions/TextSplitting/__init__.py
Amisynth/Functions/TextSplitting/editSplitText.py
Amisynth/Functions/TextSplitting/getTextSplitIndex.py
Amisynth/Functions/TextSplitting/getTextSplitLength.py
Amisynth/Functions/TextSplitting/joinSplitText.py
Amisynth/Functions/TextSplitting/removeSplitTextElement.py
Amisynth/Functions/TextSplitting/splitText.py
Amisynth/Functions/TextSplitting/textSplit.py
Amisynth/Functions/Timestamp/__init__.py
Amisynth/Functions/Timestamp/getTimestamp.py
Amisynth/Functions/Users/__init__.py
Amisynth/Functions/Users/authorID.py
Amisynth/Functions/Users/mentioned.py
Amisynth/Functions/Users/nickname.py
Amisynth/Functions/Users/username.py
Amisynth/Functions/Variables/__init__.py
Amisynth/Functions/Variables/getChannelVar.py
Amisynth/Functions/Variables/getLeaderboardPosition.py
Amisynth/Functions/Variables/getLeaderoardValue.py
Amisynth/Functions/Variables/getServerVar.py
Amisynth/Functions/Variables/getUserVar.py
Amisynth/Functions/Variables/getVar.py
Amisynth/Functions/Variables/setChannelVar.py
Amisynth/Functions/Variables/setServerVar.py
Amisynth/Functions/Variables/setUserVar.py
Amisynth/Functions/Variables/setVar.py
Amisynth/Handler/__init__.py