MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / _bounty_currency_symbol

Function _bounty_currency_symbol

Scripts/ButSystem.py:15482–15486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15480 return redirect(url_for("group_chat", gid=gid))
15481 conn = db_connect()
15482 conn.execute("UPDATE group_members SET role='member' WHERE group_id=? AND username=?", (gid, username))
15483 conn.commit()
15484 conn.close()
15485 flash("Admin removed.")
15486 return redirect(url_for("group_chat", gid=gid))
15487
15488def _group_store_voice(gm_id: int, file_storage) -> Tuple[int, str]:
15489 """Store a group voice message (plaintext on disk)."""

Callers 1

_fmt_bounty_priceFunction · 0.70

Calls 1

get_langFunction · 0.70

Tested by

no test coverage detected