more ruff fixes
This commit is contained in:
parent
6025a3ecb3
commit
59aa996895
@ -1,8 +1,11 @@
|
||||
from datetime import datetime
|
||||
from datetime import timezone
|
||||
from discord.ext import commands
|
||||
import core_utils
|
||||
import discord
|
||||
import os
|
||||
import random
|
||||
import requests
|
||||
|
||||
import tarkov
|
||||
|
||||
@ -31,11 +34,6 @@ class Tarkov(commands.Cog):
|
||||
description="Time until trader resets",
|
||||
)
|
||||
async def trader_resets(self, ctx: commands.Context):
|
||||
import requests
|
||||
from datetime import datetime
|
||||
|
||||
from datetime import timezone
|
||||
|
||||
await ctx.defer()
|
||||
# Define the target date and time
|
||||
embed = discord.Embed(
|
||||
|
@ -1,6 +1,7 @@
|
||||
import requests
|
||||
import discord
|
||||
import os
|
||||
import json
|
||||
|
||||
my_guilds = [826547484632678450, 152921472304676865]
|
||||
my_id = 144986109804412928
|
||||
|
Loading…
x
Reference in New Issue
Block a user