fix(aurora): fixing some stuff relating to embed generation
This commit is contained in:
parent
4795fac5ac
commit
0bf6143bf3
3 changed files with 19 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue