diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-15 22:16:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-15 22:16:22 -0300 |
commit | 9e9e3e9555693f8eb5da999e05bb792de602f296 (patch) | |
tree | 4fe8ce25f90061081e67fba589850655a6f48768 /db | |
parent | 3347809ecedd324ac862c6bde3caa813d0fc8914 (diff) | |
download | serverdata-9e9e3e9555693f8eb5da999e05bb792de602f296.tar.gz serverdata-9e9e3e9555693f8eb5da999e05bb792de602f296.tar.bz2 serverdata-9e9e3e9555693f8eb5da999e05bb792de602f296.tar.xz serverdata-9e9e3e9555693f8eb5da999e05bb792de602f296.zip |
Refactor @discord command.
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index c5b6f099a..b103b5f5e 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1519,6 +1519,7 @@ constants_db: { /** evol constants **/ comment__: "API codes" + API_DISCORD: 301 API_PINCODE: 302 API_SENDMAIL: 501 API_FLUSHVAULT: 607 |