https://discord.gg/botpress logo
global code functions that can be dropped into cod...
# 👀feature-requests
g
I use alot of execute code cards in my bots, sometimes that means i re write helper functions (duplicated in each code block that requires it) I think a good idea would be if users (me) can create global helper functions and be able to use them accross all code blocks, actions, or hooks. for example, i encrypt user tokens, and decrypt them, in each code block I write, i need to duplicate the helper functions for these tasks.