Skip to content

A command processing library that can be used to build a bot using Discord's Slash Command.

License

Notifications You must be signed in to change notification settings

NeoBotDevelopment/NeoCord-Command

Repository files navigation

NeoCord-Command

A command processing library that can be used to build a bot using Discord's Slash Command.

How to use.

Requirements

  • JDA v5.0.0
  • Java11 or later execution environment.

Add to dependencies

MAven

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>
	<dependency>
	    <groupId>com.github.NeoBotDevelopment</groupId>
	    <artifactId>NeoCord-Command</artifactId>
	    <version>VERSION</version>
	</dependency>

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'com.github.NeoBotDevelopment:NeoCord-Command:-VERSION'
}

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.

About

A command processing library that can be used to build a bot using Discord's Slash Command.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages