Skip to content

Latest commit

 

History

History
80 lines (65 loc) · 2.01 KB

index.rst

File metadata and controls

80 lines (65 loc) · 2.01 KB

Welcome to Discord Anti-Spam's documentation!

In order to tell AntiSpamHandler what library you are using you should pass the library kwarg. For the supported libraries, please see the Library enum in the Enum reference page.

The package features some built in punishments, these are:

  • Per member spam:
    • Warn -> Kick -> Ban. This is default in versions lower then 1.3.0
    • Discord timeouts. This is default in versions 1.3.0 or higher.

modules/main/main.rst modules/main/caches.rst modules/main/modes.rst modules/main/examples.rst modules/main/logging.rst modules/main/template.rst modules/migrating.rst modules/changelog.rst

modules/interactions/enums.rst modules/interactions/options.rst modules/interactions/core.rst

modules/plugins/plugins.rst modules/plugins/schema.rst modules/plugins/storage.rst modules/plugins/tracker.rst modules/plugins/mentions.rst modules/plugins/stats.rst modules/plugins/logs.rst modules/plugins/limiter.rst

modules/objects/objects.rst modules/objects/abc.rst modules/objects/exceptions.rst modules/objects/guild.rst modules/objects/member.rst modules/objects/message.rst modules/objects/redis.rst modules/objects/memory.rst modules/objects/mongo.rst modules/objects/data.rst modules/objects/base.rst modules/objects/substitute_args.rst modules/objects/base_plugin.rst

Install Notes

Initial install will get you a working version of this lib, however it is recommended you also install python-Levenshtein to speed this up. This does require c++ build tools, hence why it is not included by default.

Indices and tables

  • genindex
  • modindex
  • search