commandimport { NaticoCommand } from '../../deps.ts';import { BotClient } from '../mod.ts';export class botCommand extends NaticoCommand { declare client: BotClient;}Copyhttps://github.com/naticoo/examplebot/blob/main/extending/extensions/command.ts