Added Cooldowns to limit messages and commands. #8

Merged
alex_orid merged 5 commits from cooldowns into master 2020-10-15 10:09:05 +00:00
Showing only changes of commit d88871abef - Show all commits

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):