Skip to content

Commit

Permalink
railgun: Release 1.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
argraur committed May 6, 2020
1 parent 380219f commit 394a02e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,19 @@ git clone https://github.com/argraur/RailgunBot -b master

Linux & macOS:
```
cd RailgunBot; ./gradlew build
cd RailgunBot; ./gradlew build shadowJar
```

Windows:
```
cd RailgunBot\
.\gradlew.bat build
.\gradlew.bat build shadowJar
```

### Running

```
java -jar build/libs/railgunbot-1.0-all.jar
```

## Configuration
Expand Down Expand Up @@ -91,6 +97,8 @@ Configurations are located in `src/main/resources/config.properties` file.

`.kitsu search <query>` - Searches anime by given query.

`.level <command>` - Returns access level for given command.

`.mirror` - !egassem nevig sorriM

`.mock` - mockS GiveN mESsAge
Expand All @@ -105,6 +113,8 @@ Configurations are located in `src/main/resources/config.properties` file.

`.purge <n>` - Purges last n messages.

`.purge <link>` - Purges all messages after given message link.

`.prefix <prefix>` - Changes prefix in current guild.

`.sauce [attach image or pass url]` - Searches for art sauce
Expand Down Expand Up @@ -134,6 +144,7 @@ But the bot won't give 'Muted' role any priority, so guild's admin should do it
* [Gradle](https://github.com/gradle/gradle) - Build automation tool
* [JDA](https://github.com/DV8FromTheWorld/JDA) - Java wrapper for Discord
* [Giphy4J](https://github.com/keshrath/Giphy4J) - Java wrapper for Giphy
* [Jenkins Java Client API](https://github.com/jenkinsci/java-client-api) - Java wrapper for Jenkins
* [OkHttp](https://github.com/square/okhttp) - HTTP client for Java
* [ColorThief](https://github.com/SvenWoltmann/color-thief-java) - Dominant color extractor for Java
* [Kitsu](https://kitsu.io) - Anime exploring site
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jar {
}

group 'me.argraur'
version '0.5'
version '1.0'

repositories {
mavenCentral()
Expand All @@ -32,7 +32,7 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp:4.5.0")
implementation 'org.apache.httpcomponents:httpclient:4.5.12'
implementation 'org.apache.httpcomponents:httpmime:4.5.12'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.10.4'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.8.6'
implementation 'dom4j:dom4j:20040902.021138'
implementation 'com.google.guava:guava:29.0-jre'
implementation 'commons-collections:commons-collections:20040616'
Expand Down

0 comments on commit 394a02e

Please sign in to comment.