mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 11:29:12 +00:00
* feat: add discord interactions worker * feat(interactions): update CI/CD and terraform to add interactions * chore: fix lint issues * chore: fix build & emulation * fix(interactions): deployment + handler * chore: remove worker-dist via gitignore * feat: add /pickable-roles and /pick-role basis * feat: add pick, remove, and update the general /roleypoly command * fix: lint missing Member import
21 lines
874 B
Text
21 lines
874 B
Text
# Make an application at https://discord.com/developers/applications
|
|
BOT_CLIENT_ID=000000000000000000
|
|
BOT_CLIENT_SECRET=RnX8pXXXXXXXXXXXXXXXXXXXXXXXXXu-
|
|
BOT_TOKEN=Mzk2MjI3MTM0MjI3NXXXXXXXXXXXXXXXXXXXXXPUlYoARXXXXXXXXXXXXXX
|
|
DISCORD_PUBLIC_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx
|
|
|
|
# Comma separated; put your user ID here. Gives elevated permissions to everything.
|
|
ROOT_USERS=62601275618889728
|
|
|
|
# Comma separated; list any bot IDs that are allowed to operate upon this bot.
|
|
ALLOWED_BOTS=
|
|
|
|
# If 6600 or 6601 is taken, change this, and all other 6600/6601 references.
|
|
PORT=6609
|
|
UI_PORT=6601
|
|
|
|
# Again, probably right. Do not put a trailing /
|
|
UI_PUBLIC_URI=http://localhost:6601
|
|
API_PUBLIC_URI=http://localhost:6609
|
|
|
|
ALLOWED_CALLBACK_HOSTS=http://localhost:6601,https://stage.roleypoly.com,https://next.roleypoly.com,https://roleypoly.com,https://*.roleypoly.pages.dev
|