import { slash } from "https://deno.land/x/harmony@v2.8.0/src/interactions/decorators.ts";
Decorator to create a Slash Command handler.
Example:
class MyClient extends Client {
// ...
import { slash } from "https://deno.land/x/harmony@v2.8.0/src/interactions/decorators.ts";
Decorator to create a Slash Command handler.
Example:
class MyClient extends Client {
// ...