Skip to content

Commit 8195196

Browse files
committed
Add join/leave message in thread channel resolves #121
1 parent 113b4b2 commit 8195196

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -914,10 +914,9 @@ async def autoupdate_loop(self):
914914

915915
await asyncio.sleep(3600)
916916

917-
918917
if __name__ == '__main__':
919918
if os.name != 'nt':
920919
import uvloop
921920
uvloop.install()
922-
bot = ModmailBot() # pylint: disable=invalid-name
921+
bot = ModmailBot()
923922
bot.run()

0 commit comments

Comments
 (0)