logmania/webroot/js/store.js

7 lines
63 B
JavaScript

const store = {
'bot': [],
'channel': {}
};
export {store};