fix(aurora): fixing some stuff relating to embed generation
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 11s

This commit is contained in:
SeaswimmerTheFsh 2024-01-16 11:24:39 +00:00
parent 4795fac5ac
commit 0bf6143bf3
Signed by: cswimr
GPG key ID: D74DDDDF420E13DF
3 changed files with 19 additions and 14 deletions

View file

@ -37,7 +37,7 @@ class Mixin(ABC):
raise NotImplementedError()
@abstractmethod
async def aurora_settings_core(self, ctx: commands.Context) -> None:
async def aurora_settings_overrides(self, ctx: commands.Context) -> None:
raise NotImplementedError()
@abstractmethod