forked from Firepup650/FireBot
Monke
This commit is contained in:
parent
7c43d8afc2
commit
1a1cd3e8bd
1 changed files with 1 additions and 0 deletions
1
bot.py
1
bot.py
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue