Remove extra newline at end of file

This commit is contained in:
LyricLy 2021-12-21 05:34:01 +13:00
parent 8bc3277c0e
commit bcf867cc0a
Signed by untrusted user: LyricLy
GPG Key ID: 561E314A55C0B2B8
1 changed files with 1 additions and 1 deletions

View File

@ -348,4 +348,4 @@ When you want to end a call, use hangup.
def setup(bot):
cog = Telephone(bot)
bot.add_cog(cog)
asyncio.create_task(cog.initial_load_webhooks())
asyncio.create_task(cog.initial_load_webhooks())