import "clsx"; import { B as BlurFade, a as attr, N as Navigations } from "../../../chunks/navigations.js"; const nexo_screenshot = "/_app/immutable/assets/nexo_screenshot.Bcm4Ri0h.png"; function Nexo_desc($$payload) { BlurFade($$payload, { delay: 0.1, children: ($$payload2) => { $$payload2.out += `

Nexo bot for Discord

`; BlurFade($$payload2, { delay: 0.1 * 2, children: ($$payload3) => { $$payload3.out += `

My own personal bot for Discord, written in Python using the discord.py library. It's purpose is to use on my own Discord server, and it has or will have a lot of features, such as: moderation, fun, and more. It's still under development, but it's already usable. It contains commands such as:

  • /mute
  • /warn
  • /warnlist
  • /clear
  • /ping
  • /kick
  • /ban

and much more, also I'm still adding new features. Suggestions are welcome.

`; }, $$slots: { default: true } }); $$payload2.out += `
`; }, $$slots: { default: true } }); } function _page($$payload) { Nexo_desc($$payload); $$payload.out += ` `; Navigations($$payload); $$payload.out += ``; } export { _page as default };