LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
bTagScript/__init__.py
bTagScript/exceptions.py
bTagScript/interpreter.py
bTagScript/utils.py
bTagScript/verb.py
bTagScript.egg-info/PKG-INFO
bTagScript.egg-info/SOURCES.txt
bTagScript.egg-info/dependency_links.txt
bTagScript.egg-info/requires.txt
bTagScript.egg-info/top_level.txt
bTagScript/adapter/__init__.py
bTagScript/adapter/discordadapters.py
bTagScript/adapter/functionadapter.py
bTagScript/adapter/intadapter.py
bTagScript/adapter/objectadapter.py
bTagScript/adapter/stringadapter.py
bTagScript/block/__init__.py
bTagScript/block/assign.py
bTagScript/block/breakblock.py
bTagScript/block/command.py
bTagScript/block/control.py
bTagScript/block/cooldown.py
bTagScript/block/embedblock.py
bTagScript/block/fiftyfifty.py
bTagScript/block/getdiscord.py
bTagScript/block/helpers.py
bTagScript/block/loosevariablegetter.py
bTagScript/block/mathblock.py
bTagScript/block/randomblock.py
bTagScript/block/range.py
bTagScript/block/redirect.py
bTagScript/block/replaceblock.py
bTagScript/block/require_blacklist.py
bTagScript/block/shortcutredirect.py
bTagScript/block/stopblock.py
bTagScript/block/strf.py
bTagScript/block/strictvariablegetter.py
bTagScript/block/substr.py
bTagScript/block/urldecodeblock.py
bTagScript/block/urlencodeblock.py
bTagScript/interface/__init__.py
bTagScript/interface/adapter.py
bTagScript/interface/block.py