Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cogs/staff_applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
logger = logging.getLogger(__name__)

# Constants
STAFF_ROLE_ID = 1403059755001577543
STAFF_ROLE_ID = 1479382718239346809
DEFAULT_REVIEW_CHANNEL_ID = 1396353386429026304
DB_PATH = Path("data/staff_applications.db")
MAX_APPLICATIONS_PER_MONTH = 2
Expand Down
Loading