Spaces:
Sleeping
Sleeping
Rifat Azad commited on
Commit ·
b4d2f05
1
Parent(s): 4842d3b
update 2
Browse files- pydvpl_bot.py +1 -2
pydvpl_bot.py
CHANGED
|
@@ -5,6 +5,7 @@ import asyncio
|
|
| 5 |
import psutil
|
| 6 |
import discord
|
| 7 |
import requests
|
|
|
|
| 8 |
from datetime import datetime
|
| 9 |
from dotenv import load_dotenv
|
| 10 |
from discord.ext import commands, tasks
|
|
@@ -428,8 +429,6 @@ async def ping(ctx):
|
|
| 428 |
|
| 429 |
# FUNCTION ------------------------------------------------------ SPLIT
|
| 430 |
|
| 431 |
-
import socket
|
| 432 |
-
import time
|
| 433 |
|
| 434 |
@bot.command()
|
| 435 |
async def pinger(ctx, target):
|
|
|
|
| 5 |
import psutil
|
| 6 |
import discord
|
| 7 |
import requests
|
| 8 |
+
import socket
|
| 9 |
from datetime import datetime
|
| 10 |
from dotenv import load_dotenv
|
| 11 |
from discord.ext import commands, tasks
|
|
|
|
| 429 |
|
| 430 |
# FUNCTION ------------------------------------------------------ SPLIT
|
| 431 |
|
|
|
|
|
|
|
| 432 |
|
| 433 |
@bot.command()
|
| 434 |
async def pinger(ctx, target):
|