Re-add format_output and fix git cog

This commit is contained in:
Dustin Pianalto
2020-04-07 22:10:33 -08:00
parent 0abe44cb05
commit 06cc1ab2ef
2 changed files with 47 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from geeksbot.imports.utils import Book, Paginator, run_command
git_log = logging.getLogger("git")
class Git:
class Git(commands.Cog):
def __init__(self, bot):
self.bot = bot