7 lines
63 B
JavaScript
7 lines
63 B
JavaScript
|
const store = {
|
||
|
'bot': [],
|
||
|
'channel': {}
|
||
|
};
|
||
|
|
||
|
export {store};
|