Skip to content

Your First Plugin — Ori Discord Bot

This guide walks you through enabling and configuring your first plugin. We’ll use the Welcome plugin as the example — it’s the most popular starting point and takes about 60 seconds to set up.

Go to oribot.org, sign in with Discord, and select your server.

In the sidebar, find Welcome under Plugins. Click the toggle to enable it, then click into the plugin to open its settings.

Choose the Discord channel where welcome messages should appear. This is usually a #welcome or #general channel.

Type your welcome message. Use variables to personalize it:

  • {user} — mentions the new member
  • {server} — your server name
  • {server.members} — current member count

Example: Welcome to {server}, {user}! You're member #{server.members}.

Pick text for a simple message or embed for a rich message with colors and formatting. Embeds look more polished — most admins prefer them.

Click the Test button. Ori sends a real welcome message to your selected channel immediately. Check Discord to verify it looks right.

That’s it. Every new member who joins your server will now receive your welcome message automatically.

Every plugin follows the same pattern: enable → configure → test → done.