function createchannelcommand(guildId, embed) {
testeSchema.findOne({ Guild: guildId }, async (err, data) => {
const testChannel = client.channels.cache.get(data.Channel);
testChannel.
});
}