Files
discord-plugins/lune.config.js
2026-05-19 01:53:46 +03:00

10 lines
242 B
JavaScript

// Welcome to your Lune config file!
// You can view documentation on Lune here:
// https://github.com/uwu/shelter/tree/main/packages/lune
import { defineConfig } from "@uwu/lune";
export default defineConfig({
// configure lune here
});