threading & locked applications

This commit is contained in:
nin0 2025-05-24 09:34:32 -04:00
parent 9191b156d7
commit 97d607871c
Signed by: nin0
SSH key fingerprint: SHA256:NOoDnFVvZNFvqfXCIhzr6oCTDImZAbTTuyAysZ8Ufk8
5 changed files with 259 additions and 137 deletions

View file

@ -1,4 +1,10 @@
export const Constants = {
PENDING_CHANNEL_ID: "1370539719842070683",
REJECTION_CHANNEL_ID: "1371073658403164261"
REJECTION_CHANNEL_ID: "1371073658403164261",
COLORS: {
NEW_REQ: 0xaaaaff,
BAD: 0xffaaaa,
YELLOW: 0xeadb77,
GOOD: 0xaaffaa
}
};