robo-welcome-message-plugin
v1.1.1
Published
Welcome to _welcome-message_! This plugin is designed to seamlessly integrate with your existing **[Robo.js](https://robojs.dev)** project and provide new features and enhancements to your robo. The best part? Everything automatically works once you insta
Downloads
34
Maintainers
Readme
🚀 welcome-message
Welcome to welcome-message! This plugin is designed to seamlessly integrate with your existing Robo.js project and provide new features and enhancements to your robo. The best part? Everything automatically works once you install this plugin!
Installation 💻
To add this plugin to your Robo.js project:
npx robo add welcome-message
New to Robo.js? Start your project with this plugin pre-installed:
npx create-robo <project-name> -p welcome-message
How to set custom images
to set a custom image just add it as the path in config\plugins\robo-welcome-message-plugin.ts
eg:
export default {
path: `node_modules\\robo-welcome-message-plugin\\src\\images\\Deafult.jpg`
}
that points to a deafult image stored in the plugin but you can add your own image and change the path to somthing like:
export default {
path: `src\\images\\Custom-welcome.png`
}
it can take most file formates like jpg and png files so use as you wish.
in the end youll get a awsome welcome messagw with a photo and a custom background.
also the image abd path proccsess in exported so you can import in anywhere and make images like this on the fly to just read the code in node_modules\robo-welcome-message-plugin\src\events\guildMemberAdd\welcome_message.ts
to understand more.
commands
| Command | Description |
| ---------------------- | -------------------------------------------------------------------------------------------- |
| /welcome-msg channel
| use this to set the channel that the welcome message get sent to. |
| /welcome-msg content
| use this to change the content in the welcome message like the embed title and desccription. |
| /welcome-msg colour
| use this to change the colour of the embed and the border around the profile in the welcome message. |