UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

7 lines (6 loc) 235 B
let automodExe = require("./results/automodexecute") module.exports = async (bot, datas) => { let result = new automodExe(datas, bot) bot.emit(name(), bot, result) } function name(){ return "AUTO_MODERATION_ACTION_EXECUTION" }