mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-04-17 05:19:14 +00:00
[OPB-19] adding referral link functionality
changing name for setups feature aligning starboard custom module name
This commit is contained in:
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
Referral
|
||||
@@ -0,0 +1 @@
|
||||
The channel in which the referral codes should be handled in. Currently: ${currentTarget}
|
||||
@@ -0,0 +1 @@
|
||||
Accessories
|
||||
@@ -0,0 +1 @@
|
||||
Smartphone (India)
|
||||
@@ -0,0 +1 @@
|
||||
Smartphone
|
||||
@@ -0,0 +1 @@
|
||||
No referral link found.
|
||||
@@ -0,0 +1 @@
|
||||
Sent by <@full_member_info member=member/>
|
||||
@@ -0,0 +1 @@
|
||||
The last referral post was too recent. See the footer for the next time you can retry
|
||||
Reference in New Issue
Block a user