Skip to content

Commit 8941dc3

Browse files
committed
Lint
1 parent 27a7660 commit 8941dc3

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

bot/src/main/kotlin/me/duncte123/skybot/commands/funCmds/DeletCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
package me.duncte123.skybot.commands.funCmds
2020

2121
import me.duncte123.botcommons.messaging.MessageUtils.sendEmbed
22-
import me.duncte123.weebJava.configs.ImageConfig
2322
import me.duncte123.skybot.commands.weeb.WeebCommandBase
2423
import me.duncte123.skybot.objects.command.CommandCategory
2524
import me.duncte123.skybot.objects.command.CommandContext
25+
import me.duncte123.weebJava.configs.ImageConfig
2626

2727
class DeletCommand : WeebCommandBase() {
2828
init {

bot/src/main/kotlin/me/duncte123/skybot/commands/funCmds/DiscordMemesCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
package me.duncte123.skybot.commands.funCmds
2020

2121
import me.duncte123.botcommons.messaging.MessageUtils.sendEmbed
22-
import me.duncte123.weebJava.configs.ImageConfig
2322
import me.duncte123.skybot.commands.weeb.WeebCommandBase
2423
import me.duncte123.skybot.objects.command.CommandCategory
2524
import me.duncte123.skybot.objects.command.CommandContext
25+
import me.duncte123.weebJava.configs.ImageConfig
2626

2727
class DiscordMemesCommand : WeebCommandBase() {
2828
init {

bot/src/main/kotlin/me/duncte123/skybot/commands/funCmds/EveryoneCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
package me.duncte123.skybot.commands.funCmds
2020

2121
import me.duncte123.botcommons.messaging.MessageUtils.sendEmbed
22-
import me.duncte123.weebJava.configs.ImageConfig
2322
import me.duncte123.skybot.commands.weeb.WeebCommandBase
2423
import me.duncte123.skybot.objects.command.CommandCategory
2524
import me.duncte123.skybot.objects.command.CommandContext
25+
import me.duncte123.weebJava.configs.ImageConfig
2626

2727
class EveryoneCommand : WeebCommandBase() {
2828
init {

bot/src/main/kotlin/me/duncte123/skybot/commands/uncategorized/UnshortenCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ package me.duncte123.skybot.commands.uncategorized
2121
import me.duncte123.botcommons.messaging.EmbedUtils
2222
import me.duncte123.botcommons.messaging.MessageUtils.sendEmbed
2323
import me.duncte123.botcommons.messaging.MessageUtils.sendMsg
24-
import me.duncte123.weebJava.helpers.QueryBuilder
2524
import me.duncte123.skybot.objects.command.Command
2625
import me.duncte123.skybot.objects.command.CommandContext
2726
import me.duncte123.skybot.utils.AirUtils
27+
import me.duncte123.weebJava.helpers.QueryBuilder
2828

2929
class UnshortenCommand : Command() {
3030
init {

bot/src/main/kotlin/me/duncte123/skybot/commands/uncategorized/UserinfoCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ package me.duncte123.skybot.commands.uncategorized
2121
import me.duncte123.botcommons.messaging.EmbedUtils
2222
import me.duncte123.botcommons.messaging.MessageUtils.sendEmbed
2323
import me.duncte123.botcommons.messaging.MessageUtils.sendMsg
24-
import me.duncte123.weebJava.types.StatusType
2524
import me.duncte123.skybot.Settings.PATREON
2625
import me.duncte123.skybot.entities.jda.DunctebotGuild
2726
import me.duncte123.skybot.extensions.*
@@ -30,6 +29,7 @@ import me.duncte123.skybot.objects.Emotes.*
3029
import me.duncte123.skybot.objects.command.Command
3130
import me.duncte123.skybot.objects.command.CommandContext
3231
import me.duncte123.skybot.utils.FinderUtils
32+
import me.duncte123.weebJava.types.StatusType
3333
import net.dv8tion.jda.api.OnlineStatus
3434
import net.dv8tion.jda.api.Permission
3535
import net.dv8tion.jda.api.entities.Activity

bot/src/main/kotlin/me/duncte123/skybot/commands/weeb/B1nzyCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
package me.duncte123.skybot.commands.weeb
2020

2121
import me.duncte123.botcommons.messaging.MessageUtils.sendEmbed
22-
import me.duncte123.weebJava.configs.ImageConfig
2322
import me.duncte123.skybot.objects.command.CommandContext
23+
import me.duncte123.weebJava.configs.ImageConfig
2424

2525
class B1nzyCommand : WeebCommandBase() {
2626
init {

bot/src/main/kotlin/me/duncte123/skybot/commands/weeb/MeguminCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
package me.duncte123.skybot.commands.weeb
2020

2121
import me.duncte123.botcommons.messaging.MessageUtils.sendEmbed
22-
import me.duncte123.weebJava.configs.ImageConfig
2322
import me.duncte123.skybot.objects.command.CommandContext
23+
import me.duncte123.weebJava.configs.ImageConfig
2424

2525
class MeguminCommand : WeebCommandBase() {
2626
init {

bot/src/main/kotlin/me/duncte123/skybot/commands/weeb/OwoCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
package me.duncte123.skybot.commands.weeb
2020

2121
import me.duncte123.botcommons.messaging.MessageUtils.sendEmbed
22-
import me.duncte123.weebJava.configs.ImageConfig
2322
import me.duncte123.skybot.objects.command.CommandContext
23+
import me.duncte123.weebJava.configs.ImageConfig
2424

2525
class OwoCommand : WeebCommandBase() {
2626
init {

bot/src/main/kotlin/me/duncte123/skybot/commands/weeb/ShrugCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
package me.duncte123.skybot.commands.weeb
2020

2121
import me.duncte123.botcommons.messaging.MessageUtils.sendEmbed
22-
import me.duncte123.weebJava.configs.ImageConfig
2322
import me.duncte123.skybot.objects.command.CommandContext
23+
import me.duncte123.weebJava.configs.ImageConfig
2424

2525
class ShrugCommand : WeebCommandBase() {
2626
init {

bot/src/main/kotlin/me/duncte123/skybot/commands/weeb/WeebCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ package me.duncte123.skybot.commands.weeb
2121
import me.duncte123.botcommons.messaging.MessageConfig
2222
import me.duncte123.botcommons.messaging.MessageUtils.sendEmbed
2323
import me.duncte123.botcommons.messaging.MessageUtils.sendMsg
24+
import me.duncte123.skybot.objects.command.CommandContext
2425
import me.duncte123.weebJava.configs.ImageConfig
2526
import me.duncte123.weebJava.configs.TypesConfig
2627
import me.duncte123.weebJava.types.HiddenMode
27-
import me.duncte123.skybot.objects.command.CommandContext
2828

2929
class WeebCommand : WeebCommandBase() {
3030
private val weebTags = ArrayList<String>()

0 commit comments

Comments
 (0)