/txChungus

Random, badly written, discord bot with almost nothing special whatsoever...

Primary LanguageJavaScriptOtherNOASSERTION

txChungus

License: CC BY-NC-SA 4.0  

Just a random offensive discord bot to do some crap that a bunch of other bots can do but i'm too lazy to look for 🤷‍♂️.

This code was written by multiple people, none of them had remotely any regards for code quality.
Therefore, I have zero intentions to keep this updated and working.


Permissions required:

https://discordapi.com/permissions.html#201681986

systemd

nano /etc/systemd/system/txchungus.service
systemctl daemon-reload
systemctl enable txchungus.service
systemctl start txchungus.service
alias chunguslog='journalctl -fu txchungus --output cat -n 500'
[Unit]
Description=txChungus Service
After=network.target

[Service]
Type=simple
Restart=always
RestartSec=1
User=<your thing>
WorkingDirectory=/home/<your thing>/txChungus
ExecStart=/usr/bin/env FORCE_COLOR=3 node index.js prod

[Install]
WantedBy=multi-user.target

License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

(just some notes, plz ignore, thanks)

Clean hoisters and unicode: https://lingojam.com/StylishTextGenerator

https://matrix.to/#/!rUiwxlJvpdAOiTowFn:cfx.re/$uQDKLJYO9wkohmnVLNrj-c24OPQv8jOVcCTlZ_QCrlo?via=cfx.re&via=matrix.org&via=kng.re https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize

'Amélie'.normalize('NFD').replace(/[^\x00-\x7F]/g, '') 'Amelie'

'𝓬𝓸𝓹𝔂'.normalize('NFKD').replace(/[^\x00-\x7F]/g, '') 'copy'

'Amélie'.normalize('NFKD').replace(/[^\p{L}]/gu, '') 'Amelie' 'блять'.normalize('NFKD').replace(/[^\p{L}]/gu, '') 'блять'

'𝓬𝓸𝓹𝔂 блять 69 wew'.normalize('NFKD').replace(/[^\p{L}\p{N} ]/gu, '') 'copy блять 69 wew'

https://www.npmjs.com/package/weird-to-normal-chars

https://api.urbandictionary.com/v0/define?term=xxxxxxxxxxx https://api.urbandictionary.com/v0/random

!txupdate - How to update !txlocalhost - How to access "outside localhost" !txlogin - How to change or reset password !txports - How to open ports !nottx - THis is not a tx issue SMH