proper path constants, logging level constant, file & stream logging

This commit is contained in:
Xevion
2021-01-24 14:22:09 -06:00
parent bc1a6c5d7e
commit bf09c13d6c
6 changed files with 34 additions and 7 deletions

View File

@@ -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,