1
1
mirror of https://gitlab.com/ceda_ei/Quadnite-Bot synced 2025-03-31 01:46:52 +02:00
Ceda EI 7cf9689420 Copy message text for feedback instead of forwarding
Telegram's pseudo-DRM prevents bots from forwarding messages in chats
with "Restrict Saving Content"
2024-10-13 20:26:07 +05:30
2024-02-06 18:16:42 +05:30
2019-02-11 00:45:45 +05:30
2024-10-02 22:39:36 +05:30
2018-03-31 11:19:15 +05:30
2024-09-30 10:39:07 +05:30
2024-09-30 10:39:07 +05:30

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
Source code for Quadnite Bot
Readme 887 KiB
Languages
JavaScript 100%