mirror of
				https://gitlab.com/ceda_ei/Quadnite-Bot
				synced 2025-10-31 01:00:05 +01:00 
			
		
		
		
	
			
				
					
						
					
					7cf9689420189d7edb94878eca80a1c39282a2ee
				
			
			
		
	Telegram's pseudo-DRM prevents bots from forwarding messages in chats with "Restrict Saving Content"
Quadnite-Bot
Source code for @quadnite_bot
Running your own instance
Quadnite bot depends on Ugoki for providing roleplay gifs. Once you have an instance of Ugoki (and optionally Ugoki Frontend) running:
- Clone this repo
- npm install
- export BOT_API_KEY="your-token-for-bot"
- export FEEDBACK_ID="chat-id-where-feedback-is-forwarded-to"
- export UGOKI_ROOT="https://root.of.ugoki.api/server/"
- export RATE_TIMEFRAME=5000 # rate limit time interval in milliseconds
- export RATE_LIMIT=5 # number of requests allowed in the timeframe
- npm start
Description
				
					Languages
				
				
								
								
									JavaScript
								
								100%