Initial commit
This commit is contained in:
13
Bot/utils/constants.py
Normal file
13
Bot/utils/constants.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
__all__ = (
|
||||
'BASE_DIR',
|
||||
'BOT_NAME',
|
||||
'MSG_AWAIT_THRESHOLD',
|
||||
)
|
||||
|
||||
|
||||
BOT_NAME = 'CraftSleuthBot'
|
||||
BASE_DIR = Path(__file__).parent.parent.parent
|
||||
MSG_AWAIT_THRESHOLD = 5
|
||||
Reference in New Issue
Block a user