You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
549 B
Bash
20 lines
549 B
Bash
#!/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
|
|
# ====================================== |