ClemBot
ClemBot copied to clipboard
@ext.command decorator must be at the top of command functions for claims to work
the @ext.command() decorator must be at the top for the @ext.required_claims() decorator to work properly. should work in any order of the decorator.