/** * Destroy a tribe. Non-reversible. */ import { Command } from '../utils/mod.ts'; export const destroy = new Command('destroy', 'Destroy a tribe. NON-REVERSIBLE!');