Very customizable Discord bot written in Discorb.
Distools is undergoing a massive rewrite. It'll still be open source, it'll just be able to do more.
- MongoDB
- Bundler
- Ruby 3.0.0 (
rvm
recommended) - A decent computer
- Discorb
- Run
bundle install
- It is recommended to also run
gem install discorb
- Copy .env.sample to .env, and fill in the values (only TOKEN and ID are required)
- If you installed discorb via gem, run
discorb setup
, otherwise if you installed via Bundler, runbundle exec discorb setup
- Modify
main.rb
and the files inconfig/
to your values bin/start
and enjoy.
Everyone interacting in the Distools project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
Distools is licensed under version 3 of the GNU General Public License. Copyright (C) 2022 Hayden Walker.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.