No description
Find a file
2021-07-23 20:26:51 -06:00
jarvis Fix on_message autopurge delete 2021-07-23 20:26:51 -06:00
.gitignore Add CLI management system 2021-06-24 19:13:10 -06:00
config.example.yaml Add gitlab cog, needs more work, refs #30 2021-07-22 11:47:41 -06:00
install.sh Swap out cloc for tokei 2021-07-15 14:35:27 -06:00
jarvis.png Initial build 2021-06-24 10:37:16 -06:00
jarvis.service Change terminate to kill 2021-06-26 12:31:34 -06:00
README.md Add space above image to prevent pushing on badges 2021-07-19 15:00:01 -06:00
requirements.txt Update README.md and requirements.txt 2021-07-19 14:57:35 -06:00
run.py Close #25, no more regex for standard emojis. Instead, compare against list of all Emoji 13.1 emojis 2021-07-04 09:18:02 -06:00
schema.yaml Add extra checks on mute/ban/unmute loop. Add unmute command, closes #25 2021-07-02 21:26:51 -06:00

python 3.8+ tokei lines of code discord chat widget


J.A.R.V.I.S

Just Another Very Intelligent System (J.A.R.V.I.S.)

Welcome to the J.A.R.V.I.S. Initiative! While the main goal is to create the best discord bot there can be, a great achievement would be to present him to the Robots and have him integrated into the dbrand server. Feel free to suggest anything you may think to be useful… or cool.

Note: Some commands have been custom made to be used in the dbrand server.

Features

J.A.R.V.I.S. currently offers:

  • 👩‍💼 Administration: verify, ban/unban, kick, purge, mute/unmute and more!
  • 🚓 Moderation: lock/unlock, lockdown, warn, autoreact, and also more!
  • 👻 Fun: jokes. Please proceed to laugh now.
  • 👑 dbrand: ctc2 and other dbrand-specific commands. Join their server to see them in action!

Contributing

Before creating an issue, please ensure that it hasn't already been reported/suggested. If you have a question, please join the community Discord before opening an issue.

If you wish to contribute to the J.A.R.V.I.S codebase or documentation, join the Discord! The recognized developers there will help you get started.

Community

Join the Stark R&D Department Discord server to be kept up-to-date on code updates and issues.

Requirements

  • MongoDB 4.4 or higher
  • Python 3.8 or higher
  • tokei 12.1 or higher

On top of the above requirements, the following pip packages are also required:

  • discord-py>=1.7, <2
  • psutil>=5.8, <6
  • GitPython>=3.1, <4
  • PyYaml>=5.4, <6
  • discord-py-slash-command>=2.3, <3
  • pymongo>=3.12.0, <4
  • opencv-python>=4.5, <5