Skip to content

modules

Tux bot modules package.

This package contains all the feature modules for the Tux Discord bot. Each module is a self-contained package that provides specific functionality.

This is a namespace package - individual modules are imported directly (e.g., from tux.modules.moderation import cases) rather than through this package.

Modules:

  • admin

    Admin cog group for Tux Bot.

  • config

    Config cog group for Tux Bot.

  • features

    Services cog group for Tux Bot.

  • fun

    Fun cog group for Tux Bot.

  • guild

    Guild cog group for Tux Bot.

  • info

    Info cog group for Tux Bot.

  • levels

    Levels cog group for Tux Bot.

  • moderation

    Moderation Module for Tux Bot.

  • snippets

    Base utilities and classes for snippet management.

  • tools

    Tools cog group for Tux Bot.

  • utility

    Utility Module for Tux Bot.