Skip to content

Commit

Permalink
Removed some unused imports from LinkingConfig and DiscordSecretConfig;
Browse files Browse the repository at this point in the history
  • Loading branch information
Mijago committed Jun 1, 2018
1 parent 99ea850 commit 8f9a62f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
package chikachi.discord.core.config.discord;

import com.google.gson.annotations.Since;
import net.dv8tion.jda.core.entities.User;

import java.util.ArrayList;

@Since(4.0)
public class DiscordSecretConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@

package chikachi.discord.core.config.linking;

import chikachi.discord.core.config.discord.CommandConfig;
import chikachi.discord.core.config.discord.DiscordMainChannelConfig;
import com.google.gson.annotations.Since;
import net.dv8tion.jda.core.entities.User;

import java.util.ArrayList;

public class LinkingConfig {
@Since(4.0)
Expand Down

0 comments on commit 8f9a62f

Please sign in to comment.