Fixed Import

This commit is contained in:
Alex Orid 2020-10-15 02:57:19 -04:00
parent bbe77195ac
commit d88871abef

View File

@ -1,4 +1,3 @@
from os import name
import random
import re
@ -7,7 +6,6 @@ from datetime import timedelta
import time
from time import sleep
from typing import Optional
class Cooldown_Action:
def __init__(self):