feat: implement configurable welcomer cog with settings

Refactors simple welcomer to support custom messages, channels, and toggles.

Adds command group for admins to manage server-specific settings, placeholders for personalization, and built-in safety checks for permissions and channel validity.

Enhances event handling with better error management and logging.
This commit is contained in:
2025-09-11 19:46:27 -04:00
parent 8a7621836f
commit e552ba7552
3 changed files with 260 additions and 31 deletions

View File

@@ -0,0 +1 @@
from .welcomer import setup