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

Neither is POSIX, but /usr/bin/env is more widely used and /bin/env
does not exist on GNU Guix System.
This commit is contained in:
Ron Nazarov 2023-10-15 18:44:30 +01:00
parent e92c453c4f
commit 3fc14cbaad
Signed by untrusted user: noisytoot
GPG Key ID: 1D43EF4F4492268B
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