LogoLogo
Back to Website
  • Changelog
  • LICENSE
  • WizBot v4
  • Privacy Policy
  • docs
    • Readme for Commands List
    • Config
    • How to contribute
    • Creds Guide
    • Donate
    • expressions
    • WizBot Documentation
    • jsons-explained
    • Permissions Overview
    • Placeholders
    • guides
      • docker-guide
      • Setting up WizBot on Linux
      • osx-guide
      • windows-guide
    • medusa
      • Creating A Medusa
      • Getting Started
      • Snek Lifecycle
  • .gitlab
    • issue_templates
      • Bug
      • Feature_Request
      • Question
    • merge_request_templates
      • Merge_Request
  • src
    • Coordinator project
    • Generators
    • WizBot.Medusa
    • WizBot.Tests
    • Votes Api
Powered by GitBook

WizBot

  • Invite
  • Commands
  • Blacklist
  • Donate

Selfhosting

  • Docs and Guides
  • Source Code
  • Release / Builds
  • Changelog

Features

  • Permissions
  • Expressions
  • Config
  • Placeholders

Utilities

  • Embed Builder
  • Permissions Calculator

© Copyright 2023 WizNet - All Rights Reserved.

On this page
  • What is the Medusa system?
  • How to make one?
  • Where to get medusae other people made?

Was this helpful?

  1. docs
  2. medusa

Getting Started

PreviousCreating A MedusaNextSnek Lifecycle

Last updated 1 year ago

Was this helpful?

What is the Medusa system?

  • It is a dynamic module/plugin/cog system for WizBot introduced in WizBot 4.1.0

  • Allows developers to add custom functionality to WizBot without modifying the original code

  • Allows for those custom features to be updated during bot runtime (if properly written), without the need for bot restart.

  • They are added to data/medusae folder and are loaded, unloaded and handled through discord commands.

    • .meload Loads the specified medusa (see .h .meload)

    • .meunload Unloads the specified medusa (see .h .meunload)

    • .meinfo Checks medusae information (see .h .meinfo)

    • .melist Lists the available medusae (see .h .melist)

How to make one?

Medusae are written in programming language, so you will need at least low-intermediate knowledge of it in order to make a useful Medusa.

Follow the

Where to get medusae other people made?

⚠ It is EXTREMELY, and I repeat EXTREMELY dangerous to run medusae of strangers or people you don't FULLY trust. ⚠ ⚠ It can not only lead to your bot being stolen, but it also puts your entire computer and personal files in jeopardy. ⚠

It is strongly recommended to run only the medusae you yourself wrote, and only on a hosted VPS or dedicated server which ONLY hosts your bot, to minimize the potential damage caused by bad actors.

No easy way at the moment.

C#
creating a medusa guide