An extension for endcord discord TUI client, that implements bot used in Endcord Testing Ground server.
This extension is intended for bots only.
- "Thank you mooncake" - user receives mooncake when someone thanks to them. Mooncakes can be eaten or gifted.
- Show system stats
- Show battery info (in termux only)
- Ping
- Admin: start/stop ssh server over TOR hidden service and show address
- Admin: start/stop ssh server over ngrok and show address
See official extensions documentation for installing instructions. Available options:
- Git clone into
Extensionsdirectory located in endcord config directory. - Run
endcord -i https://github.com/sparklost/endcord-bot - Or use endcord client-side command
install_extension sparklost/endcord-bot
Edit commands.json to add commands, but it wont do anything on its own.
After updating commands.json run bot inside endcord, and run bot_register_commands. It will register new and update old commands one-by-one. Check log for any issues.
Note that there is a limit of 200 command registrations per day.
ext_endcord_server_bot_guild_id = Noneext_endcord_server_bot_admin_id = Noneext_endcord_server_bot_mooncake_cooldown = 15ext_endcord_server_bot_ui = Trueext_endcord_server_bot_db_postgresql_host = Noneext_endcord_server_bot_db_postgresql_user = "user"ext_endcord_server_bot_db_postgresql_password = "password"ext_endcord_server_bot_db_dir_path = None
This extension is usable only by bots which should not be breaking any ToS, byt here's a warning anyway:
Warning
Using third-party client is against Discord's Terms of Service and may cause your account to be banned!
Use endcord and/or this extension at your own risk!
If this extension is modified, it may be used for harmful or unintended purposes.
The developer is not responsible for any misuse or for actions taken by users.