mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-12-16 14:19:20 +00:00
Export modules in typescript
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = function check(client, interaction, command) {
|
||||
export default function check(client, interaction, command) {
|
||||
let message = {};
|
||||
const radio = client.radio.get(interaction.guild.id);
|
||||
if(client.config.maintenanceMode){
|
||||
|
||||
Reference in New Issue
Block a user