This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import asyncio | |
| import os | |
| import aiohttp | |
| from datetime import datetime, timezone, timedelta | |
| import nextcord | |
| from nextcord import Message, utils | |
| from dotenv import load_dotenv | |
| from nextcord.ext import commands, tasks | |
| from pymongo import MongoClient, ASCENDING |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import asyncio | |
| import os | |
| import aiohttp | |
| from datetime import datetime, timezone, timedelta | |
| import nextcord | |
| from nextcord import Message, utils | |
| from dotenv import load_dotenv | |
| from nextcord.ext import commands, tasks | |
| from pymongo import MongoClient, ASCENDING |
NewerOlder