# bit/core

### [.log(type, "Plugin Name", force\_console, "Log")](https://bit.lockyzdev.com/docs/dev/create-plugins/functions/bit-core/logs)

Sends a log in the "standard" format for Bit.

### [.find\_emoji(unicode\_emoji)](https://bit.lockyzdev.com/docs/dev/create-plugins/functions/bit-core/.find_emoji-unicode_emoji)

Returns an emoji in a format Discord can read.

### [.add\_intent(IntentGatewayBits)](https://bit.lockyzdev.com/docs/dev/create-plugins/functions/bit-core/.add_intent-intentgatewaybits)

Adds an intent to the bot. MUST BE RUN WITHIN THE define\_intents FUNCTION IN YOUR main.js FILE

### [.install\_module(npm\_package)](https://bit.lockyzdev.com/docs/dev/create-plugins/functions/bit-core/.install_module-npm_package)

Installs a node module using npm
