[OPB-19] adding referral link functionality

changing name for setups feature
aligning starboard custom module name
This commit is contained in:
Sheldan
2021-05-12 00:14:18 +02:00
parent 67ae9702fd
commit e236522328
75 changed files with 2302 additions and 98 deletions

View File

@@ -124,7 +124,13 @@
<dependency>
<groupId>dev.sheldan.oneplus.bot.application.modules</groupId>
<artifactId>setups</artifactId>
<artifactId>setup</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.sheldan.oneplus.bot.application.modules</groupId>
<artifactId>referral</artifactId>
<version>${project.version}</version>
</dependency>