Skip to content

Commit 6cdbae6

Browse files
committed
Update plugin.yml to follow the new Ava plugin requirements
1 parent 5698b25 commit 6cdbae6

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'java'
22

33
group 'com.avairebot'
4-
version '1.1'
4+
version '1.2'
55
description 'A simple plugin for AvaIre that adds suggestion features'
66

77
sourceCompatibility = 1.8

src/main/resources/plugin.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
name: 'Suggestions'
22
main: 'com.avairebot.plugin.Suggestion'
3-
description: 'A simple plugin for AvaIre that adds suggestion features'
3+
version: '1.2'
4+
author: 'Alexis Tan <Senither#0001>'
5+
description: 'Suggestion is a simple plugin that adds a `!suggest` command that sends suggestions users make to a custom channel, all of this is done easily through the config.yml file that is generated by the plugin, you can seen an example of the file [here](https://github.com/avaire/suggestion-plugin/blob/master/src/main/resources/config.yml).'
6+
requires: '0.6.32'

0 commit comments

Comments
 (0)