mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 08:10:10 +00:00
Refactor member actions into members.py
This commit is contained in:
parent
05cf04df03
commit
cae394b4e8
7 changed files with 214 additions and 109 deletions
|
|
@ -28,6 +28,7 @@ def status(text: str) -> discord.Embed:
|
|||
embed.colour = discord.Colour.blue()
|
||||
return embed
|
||||
|
||||
|
||||
def exception_log(message_content, author_name, author_discriminator, server_id, channel_id) -> discord.Embed:
|
||||
embed = discord.Embed()
|
||||
embed.colour = discord.Colour.dark_red()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue