Giter Site home page Giter Site logo

Ev cmnd not working about musico HOT 4 CLOSED

whirl21 avatar whirl21 commented on August 17, 2024
Ev cmnd not working

from musico.

Comments (4)

Whirl21 avatar Whirl21 commented on August 17, 2024

clean is not a function?
ig that's reffering to the clean function.
since i don't have a lot of time to guide you throught this
just paste this on top of the eval.js file

const clean = async (client, text) => {
	// If our input is a promise, await it before continuing
	if (text && text.constructor.name == "Promise") text = await text;

	if (typeof text !== "string")
		text = require("util").inspect(text, { depth: 1 });

	text = text
		.replace(/`/g, "`" + String.fromCharCode(8203))
		.replace(/@/g, "@" + String.fromCharCode(8203))
		.replaceAll(client.token, "T0$&N^");

	// Send off the cleaned up result
	return text;
};

this will work

from musico.

AGILITY-ff avatar AGILITY-ff commented on August 17, 2024

Ok I will try , ty

from musico.

AGILITY-ff avatar AGILITY-ff commented on August 17, 2024

Could you provide your server link? I m not able contact u coz that discord profile link is not opening.

from musico.

Whirl21 avatar Whirl21 commented on August 17, 2024

uh sure
https://discord.gg/zXbV7AR8TV

from musico.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.