mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
4 lines
No EOL
157 B
JavaScript
4 lines
No EOL
157 B
JavaScript
module.exports.init = function (client) {
|
|
const { DiscordTogether } = require("discord-together");
|
|
client.discordTogether = new DiscordTogether(client);
|
|
}; |