[AB-70] adding templates for image generation module and triggered command

This commit is contained in:
Sheldan
2023-12-23 20:42:30 +01:00
parent 6e5ab2f9ae
commit 4d52be255f
11 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>zip</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<outputDirectory>.</outputDirectory>
<directory>${project.basedir}/src/main/resources</directory>
</fileSet>
</fileSets>
</assembly>

View File

@@ -0,0 +1 @@
Responds with a GIF representing how triggered a user is

View File

@@ -0,0 +1 @@
This command creates a GIF containing the avatar of the user and the footer showing TRIGGERED.