Replace #!/bin/env with #!/usr/bin/env in bot.py #9

Merged
Skyflare merged 1 commits from noisytoot/matchmaking-bot:fix-shebang into master 2024-04-16 06:35:01 +02:00
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