Extract commands to separate file
This commit is contained in:
parent
9312edc20e
commit
476c135379
3 changed files with 102 additions and 88 deletions
2
state.js
2
state.js
|
@ -1,3 +1,5 @@
|
|||
export const SERVER_BUFFER = "*";
|
||||
|
||||
export const BufferType = {
|
||||
SERVER: "server",
|
||||
CHANNEL: "channel",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue