Improved logging for BootLog module
This commit is contained in:
		| @@ -1,7 +1,9 @@ | ||||
| from abc import ABC, abstractmethod | ||||
|  | ||||
| from discord.ext import commands | ||||
|  | ||||
| class BotServiceABC(ABC): | ||||
|  | ||||
| class BotServiceABC(ABC, commands.Bot): | ||||
|  | ||||
|     @abstractmethod | ||||
|     def __init__(self): pass | ||||
|   | ||||
		Reference in New Issue
	
	Block a user