bundle.discord.cogs.greet

Welcome new members joining a guild.

Attributes

log

Classes

GreetCog

Welcomes new members in the guild's system channel or the bot channel.

Module Contents

bundle.discord.cogs.greet.log
class bundle.discord.cogs.greet.GreetCog(bot: bundle.discord.bot.Bot)

Bases: discord.ext.commands.Cog

Welcomes new members in the guild’s system channel or the bot channel.

bot
async on_member_join(member: discord.Member) None