mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-20 10:43:50 +00:00
Export modules in typescript
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
module.exports = function saveState(client, guild, radio){
|
||||
export default function saveState(client, guild, radio){
|
||||
client.datastore.checkEntry(guild.id);
|
||||
|
||||
let date = new Date();
|
||||
|
Reference in New Issue
Block a user