Triangle-Chan is a Discord application with a variety of functions.
Users can create "Reaction Roles," "Counter Channels," and more to organize their servers.
-
Reaction & Appointed Roles
-
Counter Channels
-
About Member / Channel / Server
-
Text Syling
-
Random Numbers
-
General Utility
CLIENT_ID=the bot has a user id
BOT_TOKEN=your super secret token goes here
LOG_LEVEL=leave this on info
DB_HOST=usually localhost
DB_NAME=name of the schema
DB_USER=username for the schema
DB_PASS=password for the user
./tag.py -h
usage: tag [-h] [--dev] [--force] V
Tags a version for release
positional arguments:
V the new release tag
optional arguments:
-h, --help show this help message and exit
--dev, -d development release, does not commit
--force, -f skip bad version check
Running ./tag.py 1.2.3-b4 -d
will locally make changes to AppInfo
and package.json
.
Running ./tag.py 1.2.3
will make changes to the above files, commit, push, merge into main
, and push again.