Extract commands to separate file

This commit is contained in:
Simon Ser
2020-07-13 17:22:24 +02:00
parent 9312edc20e
commit 476c135379
3 changed files with 102 additions and 88 deletions

View File

@@ -1,3 +1,5 @@
export const SERVER_BUFFER = "*";
export const BufferType = {
SERVER: "server",
CHANNEL: "channel",