/TWLHelper

Primary LanguagePythonISC LicenseISC

TWLHelper, DS⁽ⁱ⁾ Mode Hacking Discord server bot

How to use

  1. Make a copy of settings.json.example and name it settings.json.
  2. Set your bot's token ID.
  3. You can also set other arguments in settings.json, such as command prefix, account status, and moderator roles.
  4. Install the following for your host:
    • Python 3.8 or later (and its respective pip)
    • Imagemagick 7 or later
    • gifsicle 1.92 or later
    • ffmpeg
  5. Run pip install -r requirements.txt
  6. Run the following command:
    • UNIX-based: python3 twlhelper.py
    • Windows: py twlhelper.py

License

All files without a license in its header are licensed to the following:

ISC License

Copyright (C) 2021 DS-Homebrew

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Credits

  • Discord.py: This wouldn't exist without it
  • Nintendo Homebrew's Kurisu: utils.py error embeds, load.py, assistance.py simple_embed and console-specific identifiers
  • YourKalamity: convert.py code used with permission