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 installexport 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 millisecondsexport RATE_LIMIT=5 # number of requests allowed in the timeframenpm start
Description
Languages
JavaScript
100%