mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2026-08-06 01:07:13 +00:00
Export modules in typescript
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = function loadState(client, guild){
|
||||
export default function loadState(client, guild){
|
||||
let data = client.datastore.getEntry(guild.id);
|
||||
if(!data) return;
|
||||
let state;
|
||||
|
||||
Reference in New Issue
Block a user