mirror of
https://github.com/osmarks/autobotrobot
synced 2025-11-08 19:43:41 +00:00
Remove extra newline at end of file
This commit is contained in:
@@ -348,4 +348,4 @@ When you want to end a call, use hangup.
|
|||||||
def setup(bot):
|
def setup(bot):
|
||||||
cog = Telephone(bot)
|
cog = Telephone(bot)
|
||||||
bot.add_cog(cog)
|
bot.add_cog(cog)
|
||||||
asyncio.create_task(cog.initial_load_webhooks())
|
asyncio.create_task(cog.initial_load_webhooks())
|
||||||
Reference in New Issue
Block a user