diff --git a/scripts/_common.sh b/scripts/_common.sh new file mode 100644 index 0000000..6518df2 --- /dev/null +++ b/scripts/_common.sh @@ -0,0 +1,20 @@ +#!/bin/bash + +# ====================================== +# COMMON VARIBLES +# ====================================== + +# dependencies used by the app +pkg_dependencies="python3-venv hikari hikari[server] hikari[speedups] hikari-lightbulb" + +# ====================================== +# PERSONAL HELPERS +# ====================================== + +# ====================================== +# EXPERIMENTAL HELPERS +# ====================================== + +# ====================================== +# FUTURE OFFICIAL HELPERS +# ====================================== \ No newline at end of file