-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathplugins.json
More file actions
60 lines (60 loc) · 2.67 KB
/
plugins.json
File metadata and controls
60 lines (60 loc) · 2.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"data": [
{
"name": "Starboard",
"description": "Starboard is a simple plugin that can be used to define a starboard channel per-server, users can then react to messages using the star emoji to get messages showing up on in the starboard channel.",
"author": "Alexis Tan <Senither#0001>",
"repository": "avaire/starboard-plugin",
"source": "github"
},
{
"name": "Pokemon",
"description": "PokePlugin is a simple plugin that adds Pokemon-themed commands.",
"author": "Chara#6274",
"repository": "a2937/poke-plugin",
"source": "github"
},
{
"name": "BotLibre",
"description": "The BotLibre plugin is a simple plugin that adds the [BotLibre](https://www.botlibre.com/) chat bot service.",
"author": "Chara#6274",
"repository": "a2937/botlibre-plugin",
"source": "github"
},
{
"name": "Cleverbot",
"description": "The CleverBot plugin is a simple plugin that adds the [CleverBot](https://www.cleverbot.com/) chat bot service.",
"author": "Chara#6274",
"repository": "a2937/cleverbot-plugin",
"source": "github"
},
{
"name": "Suggestions",
"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).",
"author": "Alexis Tan <Senither#0001>",
"repository": "avaire/suggestion-plugin",
"source": "github"
},
{
"name": "NowPlaying",
"description": "NowPlaying is a small, single-use plugin for AvaIre that links the music handler for some servers to the bots status message, this will change the bots status when songs are being played.",
"author": "Alexis Tan <Senither#0001>",
"repository": "avaire/now-playing-plugin",
"source": "github"
},
{
"name": "StayConnected",
"description": "A super simple plugin that makes the bot stay connected to voice channels... Forever.",
"author": "Alexis Tan <Senither#0001>",
"repository": "avaire/stay-connected-plugin",
"source": "github"
},
{
"name": "AutoUpdate",
"description": "Auto Update makes staying up to date with all the latest features super easy, the plugin will periodically check if a new version of the nightly build is out, and if one is out, it will initialize an update.",
"author": "Alexis Tan <Senither#0001>",
"repository": "avaire/auto-update-plugin",
"source": "github"
}
]
}