This commit is contained in:
Firepup Sixfifty 2023-11-07 18:30:06 -06:00
parent 7c43d8afc2
commit 1a1cd3e8bd
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

1
bot.py
View file

@ -8,6 +8,7 @@ import commands as cmds
import config as conf import config as conf
from time import sleep from time import sleep
from importlib import reload from importlib import reload
import random as r
def mfind(message: str, find: list, usePrefix: bool = True) -> bool: def mfind(message: str, find: list, usePrefix: bool = True) -> bool:
if usePrefix: if usePrefix: