mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 09:22:31 -05:00
Remove llsetup alias for llset (#5953)
Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
@@ -85,7 +85,7 @@ class MixinMeta(ABC):
|
||||
_disconnected_shard: Set[int]
|
||||
|
||||
@abstractmethod
|
||||
async def command_llsetup(self, ctx: commands.Context):
|
||||
async def command_llset(self, ctx: commands.Context):
|
||||
raise NotImplementedError()
|
||||
|
||||
@commands.command()
|
||||
|
||||
Reference in New Issue
Block a user