Volantic

A Volantic product · Modular Discord bot

One bot.
Shaped to your server.

Polymorph is built from modules — currency, minigames, moderation and more. Switch on what you need, configure every detail in your browser, and write your own plugins when you want something nobody else has.

Free to add · No code required · Configure everything from the web

CurrencyMinigamesModerationLevelingPluginsAutomations

Everything is a module

Turn on exactly what your server needs.

No bloat, no “close enough”. Every feature is a self-contained module you can enable, disable and tune per server — and the list keeps growing.

CurrencyCore

A full economy: balances, daily rewards, a shop, transfers and leaderboards — all earned in your server.

MinigamesCore

Trivia, blackjack, slots, duels — games members actually play, with your currency on the line.

ModerationCore

Auto-mod, warnings, timed mutes and full logging. Keep things clean without lifting a finger.

LevelingBeta

XP, ranks and role rewards that turn everyday activity into visible progression.

PluginsCore

Anyone can extend Polymorph. Write a plugin against the open API and drop it straight in.

AutomationsSoon

Trigger actions on events — welcome flows, scheduled posts, reaction roles and more.

Per-server control

Make it yours.

Every server runs its own Polymorph. The same bot can be a tight moderation tool in one place and a full game economy in another.

  • Enable and disable modules with a single switch
  • Rename commands, set prefixes and pick a language
  • Tune permissions, channels and roles per module
  • Brand embeds with your own colors and emojis
  • Roll out changes instantly — no restarts, no code
gaming-lounge · modules
Currency
Minigames
Moderation
Leveling
Automations
¢
48,250coins
Rank #3 in gaming-lounge
+12%
Daily reward+250
Won blackjack+1,200
Bought · Custom role−5,000
Tip from @mara+300

Currency system

An economy your members care about.

Coins are earned by being active, spent in your shop, and gambled in minigames. You decide what they're worth.

  • Daily rewards, work commands and activity payouts
  • A configurable shop — sell roles, perks and custom items
  • Peer-to-peer transfers and server leaderboards
  • Sinks and limits to keep the economy balanced

Open plugin API

If it doesn't exist yet, build it.

Polymorph's core is a runtime for plugins. Register commands, listen to events and store data — the same API every built-in module uses.

  • Typed SDK with slash-command and event hooks
  • Per-guild storage and a shared currency API
  • Sandboxed permissions — plugins only get what you grant
  • Publish to the marketplace or keep it private to your server
// greet new members & pay a welcome bonusexport default definePlugin({  name: "welcome-bonus",  setup(poly) {    poly.on("memberJoin", async (m) => {      await poly.currency.grant(m.id, 500)      await m.dm(`Welcome! +500 coins 🎉`)    })  }})

Ready to shape your server?

Add Polymorph in seconds, then sign in to configure every module from your browser. A blank server is enough to get started.