20 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| import os
 | |
| 
 | |
| # Directories
 | |
| COMMANDS_DIR = "commands"
 | |
| DOWNLOADS_DIR = "downloads"
 | |
| 
 | |
| # Files
 | |
| TRACKED_CHANNELS_FILE = "tracked_channels.json"
 | |
| 
 | |
| # User IDs for special handling
 | |
| BLACKLISTED_USERS = []
 | |
| BUCKET_REACT_USERS = []
 | |
| AUTO_DELETE_USERS = []
 | |
| SPECIAL_RESPONSES = {
 | |
| #    1236667927944761396: {"trigger": "<@1168626335942455326>", "response": "shut the fuck up"}
 | |
| }
 | |
| 
 | |
| # Channels
 | |
| WELCOME_BACK_CHANNEL_ID = 0
 | 
