nyx/unused/client/StarboardClient.js

7 lines
154 B
JavaScript
Raw Normal View History

2021-09-21 01:51:56 +02:00
const { StarboardClient } = require("cath");
const client = require("../..");
2021-09-21 01:51:56 +02:00
module.exports = new StarboardClient({
client,
color: client.color,
2021-09-21 01:51:56 +02:00
});