mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
7 lines
172 B
TypeScript
7 lines
172 B
TypeScript
/**
|
|
* Destroy a tribe. Non-reversible.
|
|
*/
|
|
|
|
import { Command } from '../utils/mod.ts';
|
|
|
|
export const destroy = new Command('destroy', 'Destroy a tribe. NON-REVERSIBLE!');
|