dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
680 stars 161 forks source link

Groupchat Join Event #448

Closed elijahgives closed 1 year ago

elijahgives commented 1 year ago

Summary

Event that fires when a group chat is joined.

What is the feature request for?

The core library

The Problem

When a group chat is joined, an event should be fired

The Ideal Solution

Create an on_group_join event.

The Current Solution

None.

Additional Context

No response

dolfies commented 1 year ago

If you mean an event for when the client joins a group DM, this exists as on_private_channel_create() (though make sure to filter the type because DMs are also private channels.

If you mean an event for when someone joins a group DM you are already a part of, this exists as your on_group_join().