CHANGELOG.md
LICENSE
License
MANIFEST.in
NOTICE
README.md
pyproject.toml
examples/advanced.py
examples/automation.py
examples/basic_bot.py
examples/bot.py
examples/embeds.py
examples/mixing.py
examples/variables.py
tests/test_bot.py
tests/test_conditionals.py
tests/test_embed.py
tests/test_engine.py
tests/test_events.py
tests/test_functions.py
tests/test_guards.py
tests/test_loader.py
tests/test_registry.py
tests/test_scheduler.py
tests/test_slash.py
tests/test_state.py
tflows/__init__.py
tflows/bot.py
tflows/builtins.py
tflows/conditionals.py
tflows/context.py
tflows/engine.py
tflows/events.py
tflows/guards.py
tflows/loader.py
tflows/registry.py
tflows/scheduler.py
tflows/slash.py
tflows/state.py
tflows/utils.py
tflows/version.py
tflows.egg-info/PKG-INFO
tflows.egg-info/SOURCES.txt
tflows.egg-info/dependency_links.txt
tflows.egg-info/requires.txt
tflows.egg-info/top_level.txt
tflows/function/__init__.py
tflows/function/args.py
tflows/function/avatar.py
tflows/function/botinfo.py
tflows/function/channel.py
tflows/function/clear.py
tflows/function/delete.py
tflows/function/embed.py
tflows/function/guild.py
tflows/function/id.py
tflows/function/image.py
tflows/function/membercount.py
tflows/function/ping.py
tflows/function/random.py
tflows/function/react.py
tflows/function/reply.py
tflows/function/roles.py
tflows/function/send.py
tflows/function/state_funcs.py
tflows/function/time.py
tflows/function/uptime.py
tflows/function/user.py
tflows/function/wait.py