Skip to content

Commit

Permalink
Updated code for Spicord v5
Browse files Browse the repository at this point in the history
  • Loading branch information
anvorgesa committed Mar 4, 2023
1 parent 70a62a3 commit 9551a40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

<groupId>eu.gamesjap.Why</groupId>
<artifactId>DailyStatistics</artifactId>
<version>1.2</version>
<version>1.3.0</version>

<repositories>
<repository>
<id>spicord-repo</id>
<url>https://repo.spicord.org/</url>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>bungeecord-repo</id>
Expand All @@ -20,15 +20,15 @@

<dependencies>
<dependency>
<groupId>org.spicord</groupId>
<groupId>com.github.Spicord.Spicord</groupId>
<artifactId>spicord-common</artifactId>
<version>4.0.0</version>
<version>v5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spicord</groupId>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.2.1</version>
<version>5.0.0-beta.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import org.spicord.embed.Embed;

import eu.gamesjap.Why.DailyStatistics;
import net.dv8tion.jda.api.entities.TextChannel;
import net.dv8tion.jda.api.entities.channel.concrete.TextChannel;

public class DailyStatisticsDiscord extends SimpleAddon {

Expand Down

0 comments on commit 9551a40

Please sign in to comment.