1
0
Fork 0
mirror of https://github.com/JonnyBro/JaBa.git synced 2025-03-04 22:19:39 +05:00
JaBa/helpers/discordTogether.js
2021-12-12 14:47:06 +05:00

6 lines
No EOL
155 B
JavaScript

module.exports = {
init(client) {
const { DiscordTogether } = require("discord-together");
client.discordTogether = new DiscordTogether(client);
}
};