Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit e894125

Browse files
author
Lucas Malandrino
authored
Merge pull request #11 from JesusCrie/dev
Dev
2 parents f3b1aef + 83b7a2a commit e894125

File tree

190 files changed

+20387
-1119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+20387
-1119
lines changed

.idea/misc.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ var commandImports = new JavaImporter(com.jesus_crie.modularbot_nashorn_command_
398398
```
399399

400400
#### Message Decorator
401-
[![Javadocs nashorn command](http://www.javadoc.io/badge/com.jesus-crie/modularbot-message-decorator.svg?label=javadoc-message-decorator)](http://www.javadoc.io/doc/com.jesus-crie/modularbot-message-decorator)
401+
[![Javadocs message decorator](http://www.javadoc.io/badge/com.jesus-crie/modularbot-message-decorator.svg?label=javadoc-message-decorator)](http://www.javadoc.io/doc/com.jesus-crie/modularbot-message-decorator)
402402
> *Artifact: `com.jesus-crie:modularbot-message-decorator`*
403403
404404
Decorators are objects that can be bound to a specific message to extend their

buildNumber.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10
1+
11

docs/allclasses-frame.html

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="fr">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_111) on Thu Jun 28 00:08:06 CEST 2018 -->
5+
<!-- Generated by javadoc (1.8.0_111) on Tue Jul 24 00:58:45 CEST 2018 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2018-06-28">
7+
<meta name="date" content="2018-07-24">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -13,10 +13,16 @@ <h1 class="bar">All&nbsp;Classes</h1>
1313
<div class="indexContainer">
1414
<ul>
1515
<li><a href="com/jesus_crie/modularbot_command/AccessLevel.html" title="class in com.jesus_crie.modularbot_command" target="classFrame">AccessLevel</a></li>
16+
<li><a href="com/jesus_crie/modularbot_message_decorator/decorator/disposable/AlertReactionDecorator.html" title="class in com.jesus_crie.modularbot_message_decorator.decorator.disposable" target="classFrame">AlertReactionDecorator</a></li>
1617
<li><a href="com/jesus_crie/modularbot_command/processing/Argument.html" title="class in com.jesus_crie.modularbot_command.processing" target="classFrame">Argument</a></li>
18+
<li><a href="com/jesus_crie/modularbot_command/processing/ArgumentTest.html" title="class in com.jesus_crie.modularbot_command.processing" target="classFrame">ArgumentTest</a></li>
19+
<li><a href="com/jesus_crie/modularbot_command/processing/ArgumentTest.TestArguments.html" title="class in com.jesus_crie.modularbot_command.processing" target="classFrame">ArgumentTest.TestArguments</a></li>
20+
<li><a href="com/jesus_crie/modularbot_message_decorator/decorator/disposable/AutoDeleteDisposableReactionDecorator.html" title="class in com.jesus_crie.modularbot_message_decorator.decorator.disposable" target="classFrame">AutoDeleteDisposableReactionDecorator</a></li>
21+
<li><a href="com/jesus_crie/modularbot_message_decorator/decorator/AutoDestroyMessageDecorator.html" title="class in com.jesus_crie.modularbot_message_decorator.decorator" target="classFrame">AutoDestroyMessageDecorator</a></li>
1722
<li><a href="com/jesus_crie/modularbot_nashorn_support/module/BaseJavaScriptModule.html" title="class in com.jesus_crie.modularbot_nashorn_support.module" target="classFrame">BaseJavaScriptModule</a></li>
1823
<li><a href="com/jesus_crie/modularbot/module/BaseModule.html" title="class in com.jesus_crie.modularbot.module" target="classFrame">BaseModule</a></li>
1924
<li><a href="com/jesus_crie/modularbot/module/BaseModule.ModuleInfo.html" title="class in com.jesus_crie.modularbot.module" target="classFrame">BaseModule.ModuleInfo</a></li>
25+
<li><a href="com/jesus_crie/modularbot_message_decorator/Cacheable.html" title="interface in com.jesus_crie.modularbot_message_decorator" target="classFrame"><span class="interfaceName">Cacheable</span></a></li>
2026
<li><a href="com/jesus_crie/modularbot_command/Command.html" title="class in com.jesus_crie.modularbot_command" target="classFrame">Command</a></li>
2127
<li><a href="com/jesus_crie/modularbot_command/CommandEvent.html" title="class in com.jesus_crie.modularbot_command" target="classFrame">CommandEvent</a></li>
2228
<li><a href="com/jesus_crie/modularbot_command/annotations/CommandInfo.html" title="annotation in com.jesus_crie.modularbot_command.annotations" target="classFrame">CommandInfo</a></li>
@@ -27,12 +33,18 @@ <h1 class="bar">All&nbsp;Classes</h1>
2733
<li><a href="com/jesus_crie/modularbot_command/exception/CommandProcessingException.html" title="class in com.jesus_crie.modularbot_command.exception" target="classFrame">CommandProcessingException</a></li>
2834
<li><a href="com/jesus_crie/modularbot_command/processing/CommandProcessor.html" title="class in com.jesus_crie.modularbot_command.processing" target="classFrame">CommandProcessor</a></li>
2935
<li><a href="com/jesus_crie/modularbot_command/processing/CommandProcessor.Cursor.html" title="class in com.jesus_crie.modularbot_command.processing" target="classFrame">CommandProcessor.Cursor</a></li>
36+
<li><a href="com/jesus_crie/modularbot_command/processing/CommandProcessorTest.html" title="class in com.jesus_crie.modularbot_command.processing" target="classFrame">CommandProcessorTest</a></li>
3037
<li><a href="com/jesus_crie/modularbot_command/CommandTest.html" title="class in com.jesus_crie.modularbot_command" target="classFrame">CommandTest</a></li>
3138
<li><a href="com/jesus_crie/modularbot_command/CommandTest.InnerCommand.html" title="class in com.jesus_crie.modularbot_command" target="classFrame">CommandTest.InnerCommand</a></li>
3239
<li><a href="com/jesus_crie/modularbot_command/CommandTest.WrongCommand.html" title="class in com.jesus_crie.modularbot_command" target="classFrame">CommandTest.WrongCommand</a></li>
40+
<li><a href="com/jesus_crie/modularbot_message_decorator/decorator/disposable/ConfirmReactionDecorator.html" title="class in com.jesus_crie.modularbot_message_decorator.decorator.disposable" target="classFrame">ConfirmReactionDecorator</a></li>
3341
<li><a href="com/jesus_crie/modularbot_logger/ConsoleLoggerModule.html" title="class in com.jesus_crie.modularbot_logger" target="classFrame">ConsoleLoggerModule</a></li>
42+
<li><a href="com/jesus_crie/modularbot_message_decorator/button/DecoratorButton.html" title="class in com.jesus_crie.modularbot_message_decorator.button" target="classFrame">DecoratorButton</a></li>
43+
<li><a href="com/jesus_crie/modularbot_message_decorator/DecoratorListener.html" title="interface in com.jesus_crie.modularbot_message_decorator" target="classFrame"><span class="interfaceName">DecoratorListener</span></a></li>
3444
<li><a href="com/jesus_crie/modularbot_night_config_wrapper/exception/DirectoryAccessDeniedException.html" title="class in com.jesus_crie.modularbot_night_config_wrapper.exception" target="classFrame">DirectoryAccessDeniedException</a></li>
3545
<li><a href="com/jesus_crie/modularbot_command/listener/DiscordCommandListener.html" title="class in com.jesus_crie.modularbot_command.listener" target="classFrame">DiscordCommandListener</a></li>
46+
<li><a href="com/jesus_crie/modularbot_message_decorator/decorator/disposable/DisposableReactionDecorator.html" title="class in com.jesus_crie.modularbot_message_decorator.decorator.disposable" target="classFrame">DisposableReactionDecorator</a></li>
47+
<li><a href="com/jesus_crie/modularbot_message_decorator/button/EmoteDecoratorButton.html" title="class in com.jesus_crie.modularbot_message_decorator.button" target="classFrame">EmoteDecoratorButton</a></li>
3648
<li><a href="com/jesus_crie/modularbot/utils/F.html" title="class in com.jesus_crie.modularbot.utils" target="classFrame">F</a></li>
3749
<li><a href="com/jesus_crie/modularbot_command/exception/InvalidArgumentException.html" title="class in com.jesus_crie.modularbot_command.exception" target="classFrame">InvalidArgumentException</a></li>
3850
<li><a href="com/jesus_crie/modularbot_command/exception/InvalidCommandInfoException.html" title="class in com.jesus_crie.modularbot_command.exception" target="classFrame">InvalidCommandInfoException</a></li>
@@ -43,8 +55,11 @@ <h1 class="bar">All&nbsp;Classes</h1>
4355
<li><a href="com/jesus_crie/modularbot_nashorn_support/module/JavaScriptModule.html" title="class in com.jesus_crie.modularbot_nashorn_support.module" target="classFrame">JavaScriptModule</a></li>
4456
<li><a href="com/jesus_crie/modularbot/module/Lifecycle.html" title="interface in com.jesus_crie.modularbot.module" target="classFrame"><span class="interfaceName">Lifecycle</span></a></li>
4557
<li><a href="com/jesus_crie/modularbot/module/Lifecycle.State.html" title="enum in com.jesus_crie.modularbot.module" target="classFrame">Lifecycle.State</a></li>
58+
<li><a href="com/jesus_crie/modularbot_message_decorator/decorator/MessageDecorator.html" title="class in com.jesus_crie.modularbot_message_decorator.decorator" target="classFrame">MessageDecorator</a></li>
59+
<li><a href="com/jesus_crie/modularbot_message_decorator/MessageDecoratorModule.html" title="class in com.jesus_crie.modularbot_message_decorator" target="classFrame">MessageDecoratorModule</a></li>
4660
<li><a href="com/jesus_crie/modularbot/ModularBot.html" title="class in com.jesus_crie.modularbot" target="classFrame">ModularBot</a></li>
4761
<li><a href="com/jesus_crie/modularbot/ModularBotBuilder.html" title="class in com.jesus_crie.modularbot" target="classFrame">ModularBotBuilder</a></li>
62+
<li><a href="com/jesus_crie/modularbot/ModularBotBuildInfo.html" title="class in com.jesus_crie.modularbot" target="classFrame">ModularBotBuildInfo</a></li>
4863
<li><a href="com/jesus_crie/modularbot/ModularEventManager.html" title="class in com.jesus_crie.modularbot" target="classFrame">ModularEventManager</a></li>
4964
<li><a href="org/slf4j/impl/ModularLog.html" title="class in org.slf4j.impl" target="classFrame">ModularLog</a></li>
5065
<li><a href="org/slf4j/impl/ModularLog.Level.html" title="enum in org.slf4j.impl" target="classFrame">ModularLog.Level</a></li>
@@ -53,7 +68,9 @@ <h1 class="bar">All&nbsp;Classes</h1>
5368
<li><a href="org/slf4j/impl/ModularLoggerFactory.html" title="class in org.slf4j.impl" target="classFrame">ModularLoggerFactory</a></li>
5469
<li><a href="com/jesus_crie/modularbot/utils/ModularSessionController.html" title="class in com.jesus_crie.modularbot.utils" target="classFrame">ModularSessionController</a></li>
5570
<li><a href="com/jesus_crie/modularbot/ModularTestRun.html" title="class in com.jesus_crie.modularbot" target="classFrame">ModularTestRun</a></li>
71+
<li><a href="com/jesus_crie/modularbot/ModularTestRun.EvalCommand.html" title="class in com.jesus_crie.modularbot" target="classFrame">ModularTestRun.EvalCommand</a></li>
5672
<li><a href="com/jesus_crie/modularbot/ModularTestRun.StopCommand.html" title="class in com.jesus_crie.modularbot" target="classFrame">ModularTestRun.StopCommand</a></li>
73+
<li><a href="com/jesus_crie/modularbot/ModularTestRun.TestPanelDecorator.html" title="class in com.jesus_crie.modularbot" target="classFrame">ModularTestRun.TestPanelDecorator</a></li>
5774
<li><a href="com/jesus_crie/modularbot/utils/ModularThreadFactory.html" title="class in com.jesus_crie.modularbot.utils" target="classFrame">ModularThreadFactory</a></li>
5875
<li><a href="com/jesus_crie/modularbot/exception/ModuleAlreadyLoadedException.html" title="class in com.jesus_crie.modularbot.exception" target="classFrame">ModuleAlreadyLoadedException</a></li>
5976
<li><a href="com/jesus_crie/modularbot/module/ModuleManager.html" title="class in com.jesus_crie.modularbot.module" target="classFrame">ModuleManager</a></li>
@@ -63,13 +80,27 @@ <h1 class="bar">All&nbsp;Classes</h1>
6380
<li><a href="com/jesus_crie/modularbot_command/listener/NopCommandListener.html" title="class in com.jesus_crie.modularbot_command.listener" target="classFrame">NopCommandListener</a></li>
6481
<li><a href="com/jesus_crie/modularbot_command/processing/Option.html" title="class in com.jesus_crie.modularbot_command.processing" target="classFrame">Option</a></li>
6582
<li><a href="com/jesus_crie/modularbot_command/processing/Options.html" title="class in com.jesus_crie.modularbot_command.processing" target="classFrame">Options</a></li>
83+
<li><a href="com/jesus_crie/modularbot_message_decorator/decorator/permanent/PanelReactionDecorator.html" title="class in com.jesus_crie.modularbot_message_decorator.decorator.permanent" target="classFrame">PanelReactionDecorator</a></li>
84+
<li><a href="com/jesus_crie/modularbot_message_decorator/decorator/permanent/PanelReactionDecorator.RegisterPanelAction.html" title="annotation in com.jesus_crie.modularbot_message_decorator.decorator.permanent" target="classFrame">PanelReactionDecorator.RegisterPanelAction</a></li>
85+
<li><a href="com/jesus_crie/modularbot_message_decorator/decorator/permanent/PermanentReactionDecorator.html" title="class in com.jesus_crie.modularbot_message_decorator.decorator.permanent" target="classFrame">PermanentReactionDecorator</a></li>
86+
<li><a href="com/jesus_crie/modularbot_message_decorator/decorator/permanent/PollReactionDecorator.html" title="class in com.jesus_crie.modularbot_message_decorator.decorator.permanent" target="classFrame">PollReactionDecorator</a></li>
6687
<li><a href="com/jesus_crie/modularbot_command/QuickCommand.html" title="class in com.jesus_crie.modularbot_command" target="classFrame">QuickCommand</a></li>
88+
<li><a href="com/jesus_crie/modularbot_message_decorator/decorator/ReactionDecorator.html" title="class in com.jesus_crie.modularbot_message_decorator.decorator" target="classFrame">ReactionDecorator</a></li>
6789
<li><a href="com/jesus_crie/modularbot_command/annotations/RegisterArgument.html" title="annotation in com.jesus_crie.modularbot_command.annotations" target="classFrame">RegisterArgument</a></li>
6890
<li><a href="com/jesus_crie/modularbot_command/annotations/RegisterOption.html" title="annotation in com.jesus_crie.modularbot_command.annotations" target="classFrame">RegisterOption</a></li>
6991
<li><a href="com/jesus_crie/modularbot_command/annotations/RegisterPattern.html" title="annotation in com.jesus_crie.modularbot_command.annotations" target="classFrame">RegisterPattern</a></li>
92+
<li><a href="com/jesus_crie/modularbot_message_decorator/decorator/disposable/SafeAutoDestroyDisposableReactionDecorator.html" title="class in com.jesus_crie.modularbot_message_decorator.decorator.disposable" target="classFrame">SafeAutoDestroyDisposableReactionDecorator</a></li>
93+
<li><a href="com/jesus_crie/modularbot/utils/SerializableBiConsumer.html" title="interface in com.jesus_crie.modularbot.utils" target="classFrame"><span class="interfaceName">SerializableBiConsumer</span></a></li>
94+
<li><a href="com/jesus_crie/modularbot/utils/SerializableConsumer.html" title="interface in com.jesus_crie.modularbot.utils" target="classFrame"><span class="interfaceName">SerializableConsumer</span></a></li>
95+
<li><a href="com/jesus_crie/modularbot/utils/SerializableFunction.html" title="interface in com.jesus_crie.modularbot.utils" target="classFrame"><span class="interfaceName">SerializableFunction</span></a></li>
96+
<li><a href="com/jesus_crie/modularbot/utils/SerializableRunnable.html" title="interface in com.jesus_crie.modularbot.utils" target="classFrame"><span class="interfaceName">SerializableRunnable</span></a></li>
97+
<li><a href="com/jesus_crie/modularbot/utils/SerializationUtils.html" title="class in com.jesus_crie.modularbot.utils" target="classFrame">SerializationUtils</a></li>
7098
<li><a href="org/slf4j/impl/StaticLoggerBinder.html" title="class in org.slf4j.impl" target="classFrame">StaticLoggerBinder</a></li>
7199
<li><a href="com/jesus_crie/modularbot/utils/TriConsumer.html" title="interface in com.jesus_crie.modularbot.utils" target="classFrame"><span class="interfaceName">TriConsumer</span></a></li>
100+
<li><a href="com/jesus_crie/modularbot_message_decorator/button/UnicodeDecoratorButton.html" title="class in com.jesus_crie.modularbot_message_decorator.button" target="classFrame">UnicodeDecoratorButton</a></li>
72101
<li><a href="com/jesus_crie/modularbot_command/exception/UnknownOptionException.html" title="class in com.jesus_crie.modularbot_command.exception" target="classFrame">UnknownOptionException</a></li>
102+
<li><a href="com/jesus_crie/modularbot/utils/Waiter.html" title="class in com.jesus_crie.modularbot.utils" target="classFrame">Waiter</a></li>
103+
<li><a href="com/jesus_crie/modularbot/utils/Waiter.WaiterListener.html" title="class in com.jesus_crie.modularbot.utils" target="classFrame">Waiter.WaiterListener</a></li>
73104
</ul>
74105
</div>
75106
</body>

0 commit comments

Comments
 (0)