Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Examples

This folder contains a few examples that demonstrate the main features provided by Automate.

  • Basic: Basic example with a few stateless listeners listening to messages and reactions and that responds by sending messages and creating invites
  • Counter: Simple per guild and per user message counter, also shows two stateless listeners (invite generator and simple use of reactions).
  • Levels: Example demonstrating the custom storage feature by creating a Count storage and using the provided ones.
  • Sharded: Shows how the sharding API works