threading & locked applications
This commit is contained in:
parent
9191b156d7
commit
97d607871c
5 changed files with 259 additions and 137 deletions
|
@ -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
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue