feat(aurora): added aurora settings guild command
This commit is contained in:
parent
f97f010dec
commit
45286ded55
3 changed files with 89 additions and 61 deletions
|
@ -40,6 +40,10 @@ class Mixin(ABC):
|
|||
async def aurora_settings_overrides(self, ctx: commands.Context) -> None:
|
||||
raise NotImplementedError()
|
||||
|
||||
@abstractmethod
|
||||
async def aurora_settings_guild(self, ctx: commands.Context) -> None:
|
||||
raise NotImplementedError()
|
||||
|
||||
@abstractmethod
|
||||
async def aurora_settings_addrole(self, ctx: commands.Context) -> None:
|
||||
raise NotImplementedError()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue