mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
import { Command } from '../utils/mod.ts';
|
|
|
|
/**
|
|
* Change a tribe's configuration.
|
|
*/
|
|
export const config = new Command('config', "Modify a tribe's configuration");
|