mirror of
https://github.com/Xevion/unbelievaselfbot.git
synced 2025-12-10 02:09:00 -06:00
proper path constants, logging level constant, file & stream logging
This commit is contained in:
@@ -3,7 +3,7 @@ from pprint import pprint
|
||||
import discord
|
||||
|
||||
|
||||
def print(embed: discord.Embed) -> None:
|
||||
def print_embed(embed: discord.Embed) -> None:
|
||||
pprint((
|
||||
embed.title,
|
||||
embed.description,
|
||||
|
||||
Reference in New Issue
Block a user