Tools Cog¶
-
class
cogs.tools.Tools(client)¶ A collection of functions used as utilities for other cogs
-
async
clear(ctx: Context, amount: int = 1) → None¶ Deletes the number of most recent messages specified by amount, which defaults to just itself
-
async
on_member_join(member) → None¶ On new student joining guild assign them student role and send them a welcome message
-
async