mirror of
https://github.com/home-assistant/core.git
synced 2025-08-14 18:11:41 +02:00
Added an extra space
This commit is contained in:
@@ -44,7 +44,7 @@ class DiscordNotificationService(BaseNotificationService):
|
|||||||
|
|
||||||
@discord_bot.event
|
@discord_bot.event
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
def on_ready(): # pylint: disable=unused-variable
|
def on_ready(): # pylint: disable=unused-variable
|
||||||
"""Send the messages when the bot is ready."""
|
"""Send the messages when the bot is ready."""
|
||||||
for channelid in kwargs[ATTR_TARGET]:
|
for channelid in kwargs[ATTR_TARGET]:
|
||||||
channel = discord.Object(id=channelid)
|
channel = discord.Object(id=channelid)
|
||||||
|
Reference in New Issue
Block a user