Remove Extension
Remove an installed BallsDex package.
Syntax
Arguments
| Argument | Type | Description |
|---|---|---|
package_name |
Required | Name of the installed package |
Behavior
- Removes package from
config/extra.toml - Attempts to unload the extension
- Shows confirmation message
Examples
Remove a Package
Output
Successful Removal
✅ Extension Removed
Removed `ballsdex_merchant_package` from configuration.
Note:
The package files remain installed. Restart the bot to fully unload.
Package Not Found
❌ Package `unknown_package` not found in configuration.
Use `m.dexadmin extension list` to see installed packages.
Notes
- Package files remain in Python environment
- Restart bot to fully unload extension
- Use
m.dexadmin extension listto find exact package names
See Also
- Add Extension - Install packages
- List Extensions - View installed packages
- Update Extension - Update packages