Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.37 KB

README.md

File metadata and controls

47 lines (33 loc) · 2.37 KB

NeoBotCore

GitHub release (latest by date) GitHub release (latest by date including pre-releases) GitHub Java CI with Gradle Codacy Badge

A NeoBotCore is an implementation of the NeoBotAPI.

NeoBot is an extensible Discord Bot developed using Java.
By combining modules, you can create a single Discord Bot best suited for your use.
Also, by developing functions as modules, you can develop a Discord Bot in less time than starting from zero.

Operation requirements

  • Windows, MacOS, Linux, and other common PC operating systems.
  • Java 17 or later execution environment.
  • MariaDB 5.5 or later or MySQL 5.5 or later.
  • Discord account.
    • Message Content Intent must be enabled.

If you find a problem with the program

Please submit an Issue to our repository and report it.
Pull requests for bug fixes, feature additions, etc. are also welcome.
Please be careful not to change the original code style when modifying the source code.

License.

The original source code of this program is released under the Apache License 2.0.

    Copyright 2022 NAFU_at.

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.