Merge pull request 'Replace #!/bin/env with #!/usr/bin/env in bot.py' (#9) from noisytoot/matchmaking-bot:fix-shebang into master

Reviewed-on: #9
This commit is contained in:
Skyflare 2024-04-16 06:35:00 +02:00
commit 1a014238c5
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -1,4 +1,4 @@
#!/bin/env python3
#!/usr/bin/env python3
# SPDX-License-Identifier: MIT
import asyncio, configparser
from irctokens import build, Line