Skip to content

Commit

Permalink
Adds shebang to .venv so I don't have to activate it manually
Browse files Browse the repository at this point in the history
  • Loading branch information
isFakeAccount committed Mar 24, 2024
1 parent 7f374d5 commit 0fe1c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basedcount_bot.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!.venv/bin/python
from __future__ import annotations

import asyncio
Expand Down

0 comments on commit 0fe1c04

Please sign in to comment.