fix: ensure newline termination (#37)
This commit is contained in:
parent
fd31a3162b
commit
f91c6917b8
@ -58,4 +58,4 @@ class HybridCommand(SlashCommand, PrefixCommand): # Inherit from both
|
|||||||
# The correct one will be called depending on how the command is dispatched.
|
# The correct one will be called depending on how the command is dispatched.
|
||||||
# The AppCommandHandler will use AppCommand.invoke (via SlashCommand).
|
# The AppCommandHandler will use AppCommand.invoke (via SlashCommand).
|
||||||
# The prefix CommandHandler will use PrefixCommand.invoke.
|
# The prefix CommandHandler will use PrefixCommand.invoke.
|
||||||
# This seems acceptable.
|
# This seems acceptable.
|
||||||
|
@ -1 +1 @@
|
|||||||
-e .[test,dev]
|
-e .[test,dev]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user