...
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
TOKEN=
|
||||
ADMIN_ID=
|
||||
token=
|
||||
admin_id=
|
||||
|
@ -9,8 +9,8 @@ load_dotenv()
|
||||
|
||||
@dataclass
|
||||
class Secrets:
|
||||
token: str = os.environ.get("TOKEN")
|
||||
admin_id: int = os.environ.get("ADMIN_ID")
|
||||
token: str = os.environ.get("token")
|
||||
admin_id: int = os.environ.get("admin_id")
|
||||
|
||||
|
||||
bot = Bot(token=Secrets.token)
|
||||
|
Reference in New Issue
Block a user