mirror of
https://github.com/Xevion/unbelievaselfbot.git
synced 2025-12-07 16:09:03 -06:00
module init, helpers class, custom exceptions
This commit is contained in:
15
bot/helpers.py
Normal file
15
bot/helpers.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from pprint import pprint
|
||||
|
||||
import discord
|
||||
|
||||
|
||||
def print(embed: discord.Embed) -> None:
|
||||
pprint((
|
||||
embed.title,
|
||||
embed.description,
|
||||
embed.footer,
|
||||
embed.color,
|
||||
embed.fields,
|
||||
embed.author,
|
||||
embed.timestamp
|
||||
))
|
||||
Reference in New Issue
Block a user