Skip to content

Instantly share code, notes, and snippets.

View InvisibleOS's full-sized avatar
💻
On my laptop

InvisibleOS

💻
On my laptop
View GitHub Profile
import disnake
import os
from disnake.ext import commands
from disnake.ext.commands import Param
import motor.motor_asyncio as motor
import datetime
import asyncio
client=motor.AsyncIOMotorClient(os.environ["DB_login"])