feat: (description) move invite to make all general commands ep and more

Moved the invite command from general to owner cogs and updated help command category mapping accordingly. Improved ephemeral response handling in botinfo, ping, and serverinfo commands. Enhanced help command to avoid duplicate command listings and include application commands. Cleaned up serverinfo code and added guild-only enforcement.
This commit is contained in:
neoarz
2025-09-15 13:50:24 -04:00
parent d817223bbd
commit 26c28fcc7a
6 changed files with 52 additions and 30 deletions

View File

@@ -41,7 +41,8 @@ class Feedback(commands.Cog, name="feedback"):
title="Thank You!",
description="Your feedback has been submitted, the owners have been notified about it.",
color=0x7289DA,
).set_author(name="Feedback System", icon_url="https://yes.nighty.works/raw/y5SEZ9.webp")
).set_author(name="Feedback System", icon_url="https://yes.nighty.works/raw/y5SEZ9.webp"),
ephemeral=True,
)
app_owner = (await self.bot.application_info()).owner